aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-07-03Fix the typo "filed" -> "field" in fuse manpage (#524)winndows-1/+1
2020-07-03README: Correct the directory name from 'examples' to 'example' (#526)winndows-1/+1
2020-07-03docs: Replace `mesonconf` with `meson configure` (#528)Craig Chi-4/+4
2020-07-01libfuse: Assign NULL to "old" to avoid free it twice (#522)winndows-0/+1
2020-06-22Typo fixed. (#520)Seunghoon Yeon-1/+1
2020-06-12Released 3.9.2Nikolaus Rath-1/+11
2020-05-15fix format in test (#515)Rosen Penev-1/+1
2020-05-15Avoid closing se->fd twice in fuse_lowlevel.c (#516)Fabian Vogt-0/+1
2020-05-14passthrough_ll: remove symlink fallbacks (#514)Miklos Szeredi-139/+14
2020-04-20Do not require C++ compiler for buildingFabrice Fontaine-2/+2
2020-03-19Released 3.9.1Nikolaus Rath-11/+15
2020-03-13Fix issue preventing using splice with reads (#505)Jean-Yves VET-8/+6
2020-03-13Align help options (#500)Andrew Gaul-1/+1
2020-03-13State GPL version in comment (#485)Dr. David Alan Gilbert-23/+23
2020-02-24passthrough_ll: Remove unneeded variable assignment (#501)philmd-2/+0
2020-02-24Travis-CI: Fix ImportError: No module named 'zipp' (#502)philmd-0/+1
2020-02-04Include limits.h because of PATH_MAX usage. (#498)maxice8-0/+1
2020-01-31Update comment for the copy_file_range operation (#497)Florian Weimer-3/+4
2020-01-30examples: mark ops variables constant (#496)zsugabubus-13/+13
2020-01-27Remove trailing comma in enums (#494)zsugabubus-6/+6
2020-01-25Fixes 477, optional src_dir in tst_(rmdir,unlink) (#493)Anthony Rebello-8/+20
2020-01-24passthrough_ll: Use cache_readdir for directory open (#492)Misono Tomohiro-1/+1
2020-01-06passthrough_ll: pass correct errno to fuse_reply_err()Dr. David Alan Gilbert-1/+1
2020-01-02Fixed up ChangeLog.rstNikolaus Rath-3/+6
2020-01-02Fixed memory leak in fuse_session_new()Bill Zissimopoulos-1/+4
2020-01-02Fixed an issue with the linker version script. (#483)Bill Zissimopoulos-1/+2
2019-12-31Style: Fix an indention in comments (#480)Changli Gao-2/+2
2019-12-31Bump FUSE_MINOR_VERSIONNikolaus Rath-1/+1
2019-12-31Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)Bill Zissimopoulos-4/+29
2019-12-14Released 3.9.0Nikolaus Rath-2/+3
2019-11-29Kill off some proto_major < 6 checks (#476)Dr. David Alan Gilbert-5/+5
2019-11-27Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)Albert Chen-0/+35
2019-11-20fix memleak in cuse_lowlevel_setup (#472)Tomasz Kulasek-0/+1
2019-11-20Invoke cleanup() with right arguments.Nikolaus Rath-1/+1
2019-11-03Released 3.8.0Nikolaus Rath-3/+5
2019-11-03Implement lseek operation (#457)Yuri Per-0/+194
2019-11-03Use the -o intr mount option on FreeBSD (#462)Alan Somers-0/+3
2019-11-03passthrough_ll: drop lo_dirp->fd field (#464)Stefan Hajnoczi-7/+9
2019-10-24Update README.md (#465)Emily Herbert-1/+1
2019-09-27Released 3.7.0Nikolaus Rath-3/+10
2019-09-15Whitelist UFSD (#451)tenzap-0/+3
2019-09-10passthrough_ll: use fuse_log() instead of err()/errx()Stefan Hajnoczi-8/+17
2019-09-10passthrough_ll: use fuse_log()Stefan Hajnoczi-16/+16
2019-09-10log: move fuse_log() to the public header fileStefan Hajnoczi-3/+14
2019-09-09passthrough_ll: fix fallocate variant ifdefs (#449)Dr. David Alan Gilbert-2/+2
2019-09-04Introduce callback for loggingStefan Hajnoczi-175/+303
2019-08-29Avoid gcc 9.1 strncpy(3) warnings (#447)Stefan Hajnoczi-4/+5
2019-08-23Shorten comment.Nikolaus Rath-5/+0
2019-08-23Improve description of READDIRPLUS_AUTO.Nikolaus Rath-0/+9
2019-08-23Clarify bitfield padding issue (#445)AsumFace-2/+8