index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2023-04-12
Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)
Matthias Görgens
-12
/
+120
2023-04-11
Update fuse_kernel.h to state of linux-6.3
Bernd Schubert
-14
/
+259
2023-04-11
Migrate away from deprecated distutils
Matthias Goergens
-3
/
+3
2023-04-11
Fix doxygen warning about parameter name
Matthias Goergens
-1
/
+1
2023-04-11
Fix typo
Matthias Goergens
-1
/
+1
2023-04-07
Fix PytestReturnNotNoneWarning
Matthias Goergens
-2
/
+4
2023-04-07
Fix deprecated @pytest.mark.hookwrapper
Matthias Goergens
-1
/
+1
2023-04-07
Fix meson deprecation warning
Matthias Goergens
-2
/
+2
2023-04-07
Fix meson deprecation warning also in FreeBSD
Matthias Goergens
-1
/
+1
2023-04-07
Fix deprecated udev.get_pkgconfig_variable in meson
Matthias Goergens
-2
/
+2
2023-04-07
Upgrade meson version in CI
Matthias Goergens
-2
/
+1
2023-04-06
Add long `--options` to fusermount (#764)
Matthias Görgens
-0
/
+1
2023-04-06
Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)
Giulio Benetti
-24
/
+52
2023-04-04
Document risks of auto_unmount (#763)
Nikolaus Rath
-0
/
+15
2023-04-02
Workaround musl bug when mountdir has whitespace (#761)
Matthias Görgens
-5
/
+90
2023-04-01
Fix compiler warning in hello_ll.c (#760)
Nikolaus Rath
-2
/
+4
2023-04-01
Add unit tests for setxattr() et al
Nikolaus Rath
-8
/
+65
2023-03-29
Fix typos and configure spellcheck for PRs
Yaroslav Halchenko
-8
/
+38
2023-03-29
Fix meson deprecation warning
Matthias Goergens
-1
/
+1
2023-03-28
Fix use-after-free warning
Matthias Goergens
-1
/
+2
2023-03-28
Review feedback: rename and comments
Matthias Goergens
-3
/
+9
2023-03-28
Fix `auto_unmount` to work without `allow_other`
Matthias Goergens
-1
/
+46
2023-03-26
Update script to drop references to Travis CI.
Nikolaus Rath
-3
/
+3
2023-03-26
Released 3.14.1
Nikolaus Rath
-1
/
+15
2023-03-26
Revert "upgrade of fuse_kernel.h based on Miklos expire_only kernel patch htt...
Nikolaus Rath
-190
/
+11
2023-03-20
Add more time mount options to fusermount / fix lazytime
Bernd Schubert
-2
/
+10
2023-03-19
Add more time mount options
Bernd Schubert
-0
/
+16
2023-03-12
Respect includedir when installing libfuse_config.h
Heiko Becker
-1
/
+1
2023-03-11
Fix max_threads command line parameter propagation
Sarath Lakshman
-0
/
+1
2023-03-03
Enable parallel direct writes on the same file.
Dharmendra singh
-4
/
+32
2023-03-01
Update description of keep_cache.
Nikolaus Rath
-5
/
+4
2023-02-20
Migrate from Travis to Github actions
Nikolaus Rath
-29
/
+8
2023-02-20
Avoid max-idle threads warning
Bernd Schubert
-5
/
+6
2023-02-20
Change define for C++ too
Pierre Labastie
-1
/
+1
2023-02-20
Add a github actions file
Bernd Schubert
-0
/
+26
2023-02-17
Released 3.14.0
Nikolaus Rath
-2
/
+13
2023-02-09
fuse_lowlevel.h: add more setattr flags
Xiubo Li
-0
/
+10
2023-02-09
Split config.h into private and public config
Bernd Schubert
-24
/
+46
2023-02-03
Released 3.13.1
Nikolaus Rath
-1
/
+9
2023-01-28
Install a the configure_file (config.h) and use in headers
Bernd Schubert
-42
/
+26
2023-01-28
Update travis to ubuntu jammy (22.04)
Bernd Schubert
-8
/
+5
2023-01-15
use off_t over __off64_t
psykose
-6
/
+6
2023-01-13
Released 3.13.0
Nikolaus Rath
-4
/
+20
2023-01-13
passthrough_hp: Avoid a bit code dup in readdir
Bernd Schubert
-14
/
+9
2023-01-13
passthrough_hp: Add options for clone_fd, max_threads, daemonize
Bernd Schubert
-2
/
+40
2023-01-13
Fix loading of FUSE modules
Goswin von Brederlow
-3
/
+3
2023-01-10
Support application-defined I/O functions for FUSE fd
Tofik Sonono
-13
/
+567
2023-01-06
Test for fuse_lowlevel_notify_expire_entry.
HereThereBeDragons
-6
/
+22
2023-01-06
adding comments and capability discovery, enum for flags moved to top of file
HereThereBeDragons
-4
/
+56
2023-01-06
upgrade of fuse_kernel.h based on Miklos expire_only kernel patch https://git...
HereThereBeDragons
-11
/
+190
[next]