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
2019-05-09
Added new example filesystem
Nikolaus Rath
-7
/
+3467
2019-05-05
add defines for missing SECBITs on older kernels (#409)
DrDaveD
-0
/
+19
2019-05-05
Fixed type of ioctl command parameter.
Nikolaus Rath
-3
/
+3
2019-05-05
Fixed permissions.
Nikolaus Rath
-0
/
+0
2019-05-01
Fixed Cirrus Config (#405)
Fedor Korotkov
-2
/
+4
2019-05-01
Add CI for FreeBSD (#404)
Alan Somers
-1
/
+12
2019-04-30
Added issue template.
Nikolaus Rath
-2
/
+16
2019-04-30
Added information about development status.
Nikolaus Rath
-0
/
+14
2019-04-18
Add fallocate and use it instead of posix_fallocate if possible (#398)
Liu Bo
-1
/
+8
2019-04-16
Released 3.5.0
Nikolaus Rath
-2
/
+5
2019-04-16
Add documentation for opting out of opendir and releasedir (#391)
Chad Austin
-0
/
+24
2019-04-07
Bump minor version
Nikolaus Rath
-3
/
+3
2019-04-06
Add support for in-kernel readdir caching.
Nikolaus Rath
-5
/
+20
2019-04-06
Synchronize fuse_kernel.h with current kernel master.
Nikolaus Rath
-2
/
+18
2019-04-06
Delete FUSE_FSYNC_FDATASYNC
Nikolaus Rath
-9
/
+2
2019-04-06
Various documentation improvements
Alan Somers
-18
/
+28
2019-04-03
Whitelist smb2 (#392)
Peter Lemenkov
-4
/
+7
2019-03-11
Defined the (*ioctl)() commands as unsigned int (#381)
Jean-Pierre André
-12
/
+24
2019-03-11
Define ALLPERMS for musl libc systems. (#379)
maxice8
-0
/
+4
2019-03-10
Improve documentation for the flush method (#378)
Alan Somers
-15
/
+26
2019-03-09
Released 3.4.2
Nikolaus Rath
-4
/
+13
2019-03-09
Improve readdir() and file handle documentation
Chad Austin
-11
/
+22
2019-03-09
Add HFS+ to filesystem whitelist (#347)
1c7718e7
-0
/
+3
2019-03-09
Work around -Wformat-truncation=/-Wformat-overflow= warnings (#356)
Tomohiro Kusumi
-5
/
+5
2019-03-09
Correctly include config.h ("" vs <>)
Nikolaus Rath
-3
/
+3
2019-03-09
Fix the changelog entry for protocol version 7.12 (#374)
Alan Somers
-1
/
+1
2019-03-08
fusermount: drop privileges for chdir()
Sam Huffman
-0
/
+2
2019-03-08
Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)
Alan Somers
-24
/
+27
2019-03-04
Link against libiconv when possible (#372)
HazelFZ
-1
/
+5
2019-02-27
Travis CI: Use Xenial instead of Trusty.
Nikolaus Rath
-6
/
+3
2019-02-25
hello_ll: Fix null pointer dereference (#363)
Forty-Bot
-0
/
+7
2019-02-13
fuse_free_buf(): to check flags of each buffer, rather than only 0th
Albert Chen
-1
/
+1
2019-01-22
passthrough_ll: lo_create() should honor CACHE_NEVER (#345)
Miklos Szeredi
-0
/
+5
2019-01-21
Clarify documentation of fuse_lowlevel_inval_inode
Nikolaus Rath
-8
/
+8
2019-01-14
Add support for buildin under DragonFly BSD
Tomohiro Kusumi
-3
/
+3
2019-01-04
Added OpenAFS to type whitelist
Nikolaus Rath
-0
/
+3
2018-12-29
Fixed memory leak.
Nikolaus Rath
-5
/
+6
2018-12-22
Added missing date to Changelog.
Nikolaus Rath
-2
/
+2
2018-12-22
Released 3.4.1
Nikolaus Rath
-1
/
+11
2018-12-22
fix memory leak in print_module_help method
alex
-0
/
+1
2018-11-27
Fix fd/inode leak
Nikolaus Rath
-13
/
+19
2018-11-24
Avoid needless telldir() call.
Nikolaus Rath
-1
/
+1
2018-11-24
Fixed lookup-count leak in do_readdir().
Nikolaus Rath
-3
/
+7
2018-11-24
Added testcase for "big" readdir.
Nikolaus Rath
-0
/
+26
2018-11-24
Don't segfault when called with -h.
Nikolaus Rath
-1
/
+1
2018-11-24
Added .ackrc
Nikolaus Rath
-0
/
+2
2018-11-24
Kill filesystem process on test cleanup.
Nikolaus Rath
-8
/
+13
2018-11-19
tests: add copy_file_range() to the syscall tests
Niels de Vos
-0
/
+99
2018-11-19
examples: add copy_file_range() support to passthrough(_fh)
Niels de Vos
-4
/
+108
2018-11-19
libfuse: add copy_file_range() support
Niels de Vos
-45
/
+208
[next]