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