index
:
delta/fuse.git
baserock/fuse_2_9_4-fix-armv8
baserock/genivi/morph
baserock/gnome
baserock/morph
baserock/tiagogomes/armv8l64
clone_fd
fixup
fuse-2_9_bugfix
fuse_1_1_bugfix
fuse_2_0_bugfix
fuse_2_2_bugfix
fuse_2_4_bugfix
fuse_2_5_bugfix
fuse_2_6_bugfix
fuse_2_7_bugfix
fuse_2_8_bugfix
fuse_2_9_bugfix
fuse_3_0_bugfix
github-ci
master
mountopts
store-retrieve
sync_release
xfstests
github.com: libfuse/libfuse.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)
Giulio Benetti
2023-04-06
3
-3
/
+7
*
Fix use-after-free warning
Matthias Goergens
2023-03-28
1
-1
/
+2
*
Add more time mount options to fusermount / fix lazytime
Bernd Schubert
2023-03-20
1
-2
/
+2
*
Add more time mount options
Bernd Schubert
2023-03-19
1
-0
/
+16
*
Fix max_threads command line parameter propagation
Sarath Lakshman
2023-03-11
1
-0
/
+1
*
Enable parallel direct writes on the same file.
Dharmendra singh
2023-03-03
2
-1
/
+10
*
Avoid max-idle threads warning
Bernd Schubert
2023-02-20
2
-5
/
+6
*
fuse_lowlevel.h: add more setattr flags
Xiubo Li
2023-02-09
1
-0
/
+2
*
Split config.h into private and public config
Bernd Schubert
2023-02-09
3
-3
/
+3
*
Install a the configure_file (config.h) and use in headers
Bernd Schubert
2023-01-28
14
-14
/
+14
*
passthrough_hp: Add options for clone_fd, max_threads, daemonize
Bernd Schubert
2023-01-13
1
-0
/
+9
*
Fix loading of FUSE modules
Goswin von Brederlow
2023-01-13
1
-3
/
+3
*
Support application-defined I/O functions for FUSE fd
Tofik Sonono
2023-01-10
3
-9
/
+77
*
adding comments and capability discovery, enum for flags moved to top of file
HereThereBeDragons
2023-01-06
1
-0
/
+2
*
Initial patch provided by Miklos Szeredi <mszeredi@redhat.com>
HereThereBeDragons
2023-01-06
2
-4
/
+15
*
Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not defined
Bernd Schubert
2023-01-04
1
-0
/
+1
*
convert __APPLE__ and __ULIBC__ to HAVE_LIBC_VERSIONED_SYMBOLS
Bernd Schubert
2023-01-04
2
-2
/
+2
*
Fix ublic/apple build for the fuse_parse_cmdline ABI symbol
Bernd Schubert
2023-01-04
3
-13
/
+57
*
Remove partial locking of paths when using high-level API
Kyle Lippincott
2023-01-04
1
-54
/
+10
*
Move try_get_path2 earlier in the file
Kyle Lippincott
2023-01-04
1
-21
/
+21
*
Revert "libfuse custom communication interface"
Nikolaus Rath
2023-01-02
2
-5
/
+0
*
update mount.c, in order to pass through -n.
Ciaran
2023-01-02
1
-0
/
+1
*
Make it work even if max_idle_threads is set to 0
Zhansong Gao
2022-12-01
1
-1
/
+1
*
libfuse custom communication interface
y
2022-11-15
2
-0
/
+5
*
Fix the fuse_parse_cmdline@FUSE_3.0 ABI compat symbol
Bernd Schubert
2022-09-11
1
-1
/
+1
*
Use destroy_req instead of free to destroy fuse_req
Frank Dinoff
2022-09-08
1
-1
/
+3
*
fuse_session_loop_mt: Accept a NULL config - use defaults
Bernd Schubert
2022-09-04
1
-7
/
+24
*
fuse-loop/fuse_do_work: Avoid lots of thread creations/destructions
Bernd Schubert
2022-09-04
4
-6
/
+78
*
API update for fuse_loop_config additions
Bernd Schubert
2022-09-04
8
-26
/
+207
*
Remove member m from fuse_fs (#684)
Nozomi Miyamori
2022-07-02
1
-6
/
+0
*
Set FUSE_INIT_EXT in fuse_init_out::flags
Bernd Schubert
2022-04-17
1
-2
/
+5
*
Modify structures in libfuse to handle flags beyond 32 bits.
Dharmendra Singh
2022-04-08
1
-36
/
+45
*
Fix fd leak with clone_fd
Frank Dinoff
2022-03-21
1
-3
/
+9
*
Merge branch 'master' into fopen_noflush
Nikolaus Rath
2022-03-14
1
-2
/
+4
|
\
|
*
Fixed returning an error condition to ioctl(2) (#641)
Jean-Pierre André
2022-02-09
1
-0
/
+2
|
*
Avoid ENOENT response when recently invalidated fuse_ino_t is received from t...
Ken Schalk
2022-01-11
1
-2
/
+2
*
|
Add no_rofd_flush mount option
Amir Goldstein
2022-01-03
1
-0
/
+6
*
|
Add support for FOPEN_NOFLUSH flag
Amir Goldstein
2022-01-03
1
-0
/
+2
|
/
*
remove executable file mode bit from source files
a1346054
2021-08-25
2
-0
/
+0
*
Fix: a potential crash on failure to setlocale
lixiaokeng
2021-06-16
1
-4
/
+2
*
Remove unused fuse_worker bufsize (#590)
Hookey
2021-04-12
1
-1
/
+0
*
Fix returning d_ino and d_type by readdir(3) in non-plus mode
Jean-Pierre André
2021-03-18
1
-0
/
+5
*
Fix returning inode numbers from readdir() in offset==0 mode. (#584)
Martin Pärtel
2021-02-03
1
-1
/
+1
*
Fix FTBFS on kfreebsd (#581)
Laurent Bigonville
2021-01-17
1
-1
/
+1
*
fix errno comparison
human
2020-11-17
1
-1
/
+1
*
buffer.c: correct return value when buf is NULL
Zhiqiang Liu
2020-11-11
1
-1
/
+1
*
buffer.c: check whether buf is NULL in fuse_bufvec_advance func
Zhiqiang Liu
2020-11-06
1
-0
/
+3
*
remove fuse_mutex_init
Rosen Penev
2020-10-29
4
-20
/
+6
*
remove old uclibc hack
Rosen Penev
2020-10-29
1
-2
/
+1
*
Allow caching symlinks in kernel page cache. (#551)
Etienne Dublé
2020-09-20
1
-0
/
+4
[next]