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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more time mount options to fusermount / fix lazytime
Bernd Schubert
2023-03-20
2
-2
/
+10
*
Add more time mount options
Bernd Schubert
2023-03-19
1
-0
/
+16
*
Respect includedir when installing libfuse_config.h
Heiko Becker
2023-03-12
1
-1
/
+1
*
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
5
-4
/
+32
*
Update description of keep_cache.
Nikolaus Rath
2023-03-01
1
-5
/
+4
*
Migrate from Travis to Github actions
Nikolaus Rath
2023-02-20
4
-29
/
+8
*
Avoid max-idle threads warning
Bernd Schubert
2023-02-20
2
-5
/
+6
*
Change define for C++ too
Pierre Labastie
2023-02-20
1
-1
/
+1
*
Add a github actions file
Bernd Schubert
2023-02-20
1
-0
/
+26
*
Released 3.14.0
fuse-3.14.0
Nikolaus Rath
2023-02-17
4
-2
/
+13
*
fuse_lowlevel.h: add more setattr flags
Xiubo Li
2023-02-09
2
-0
/
+10
*
Split config.h into private and public config
Bernd Schubert
2023-02-09
7
-24
/
+46
*
Released 3.13.1
fuse-3.13.1
Nikolaus Rath
2023-02-03
3
-1
/
+9
*
Install a the configure_file (config.h) and use in headers
Bernd Schubert
2023-01-28
29
-42
/
+26
*
Update travis to ubuntu jammy (22.04)
Bernd Schubert
2023-01-28
2
-8
/
+5
*
use off_t over __off64_t
psykose
2023-01-15
2
-6
/
+6
*
Released 3.13.0
fuse-3.13.0
Nikolaus Rath
2023-01-13
4
-4
/
+20
*
passthrough_hp: Avoid a bit code dup in readdir
Bernd Schubert
2023-01-13
1
-14
/
+9
*
passthrough_hp: Add options for clone_fd, max_threads, daemonize
Bernd Schubert
2023-01-13
3
-2
/
+40
*
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
9
-13
/
+567
*
Test for fuse_lowlevel_notify_expire_entry.
HereThereBeDragons
2023-01-06
2
-6
/
+22
*
adding comments and capability discovery, enum for flags moved to top of file
HereThereBeDragons
2023-01-06
4
-4
/
+56
*
upgrade of fuse_kernel.h based on Miklos expire_only kernel patch https://git...
HereThereBeDragons
2023-01-06
1
-11
/
+190
*
Initial patch provided by Miklos Szeredi <mszeredi@redhat.com>
HereThereBeDragons
2023-01-06
4
-5
/
+30
*
Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not defined
Bernd Schubert
2023-01-04
3
-8
/
+42
*
convert __APPLE__ and __ULIBC__ to HAVE_LIBC_VERSIONED_SYMBOLS
Bernd Schubert
2023-01-04
5
-25
/
+58
*
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
3
-24
/
+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
3
-0
/
+24
*
Fix the fuse_parse_cmdline@FUSE_3.0 ABI compat symbol
Bernd Schubert
2022-09-11
1
-1
/
+1
*
Released 3.12.0
fuse-3.12.0
Nikolaus Rath
2022-09-08
2
-52
/
+23
*
Add option to specify init script location
Fina Wilke
2022-09-08
3
-13
/
+15
*
Use destroy_req instead of free to destroy fuse_req
Frank Dinoff
2022-09-08
1
-1
/
+3
*
Add summary of changes regarding 'max_threads' to ChangeLog.rst
Bernd Schubert
2022-09-04
1
-0
/
+55
*
fuse_session_loop_mt: Accept a NULL config - use defaults
Bernd Schubert
2022-09-04
2
-8
/
+25
*
fuse-loop/fuse_do_work: Avoid lots of thread creations/destructions
Bernd Schubert
2022-09-04
7
-14
/
+117
*
API update for fuse_loop_config additions
Bernd Schubert
2022-09-04
13
-48
/
+278
*
Revert "Increase meson min version and avoid get_pkgconfig_variable warning (...
Nikolaus Rath
2022-07-02
2
-2
/
+2
*
Remove member m from fuse_fs (#684)
Nozomi Miyamori
2022-07-02
1
-6
/
+0
*
Increase meson min version and avoid get_pkgconfig_variable warning (#682)
Bernd Schubert
2022-06-20
2
-2
/
+2
*
Fix a test strncpy compilation warning with recent gcc
Bernd Schubert
2022-05-06
1
-2
/
+4
*
Released 3.11.0
fuse-3.11.0
Nikolaus Rath
2022-05-02
4
-6
/
+16
*
patch: document ignored fill parameter of readdir
André Schröder
2022-04-20
1
-0
/
+7
*
Add missing kernel flags up to 1ULL << 33
Bernd Schubert
2022-04-17
1
-0
/
+8
[next]