qemu-gpiodev/libfuse.git
2019-09-27 Nikolaus RathReleased 3.7.0 fuse-3.7.0
2019-09-15 tenzapWhitelist UFSD (#451)
2019-09-10 Stefan Hajnoczipassthrough_ll: use fuse_log() instead of err()/errx()
2019-09-10 Stefan Hajnoczipassthrough_ll: use fuse_log()
2019-09-10 Stefan Hajnoczilog: move fuse_log() to the public header file
2019-09-09 Dr. David Alan... passthrough_ll: fix fallocate variant ifdefs (#449)
2019-09-04 Stefan HajnocziIntroduce callback for logging
2019-08-29 Stefan HajnocziAvoid gcc 9.1 strncpy(3) warnings (#447)
2019-08-23 Nikolaus RathShorten comment.
2019-08-23 Nikolaus RathImprove description of READDIRPLUS_AUTO.
2019-08-23 AsumFaceClarify bitfield padding issue (#445)
2019-07-23 Giuseppe Scrivanofuse-lowlevel: set pipe size to max (#438)
2019-07-09 Kirill SmelkovSync fuse_kernel.h with Linux 5.2 (#433)
2019-07-09 Nikolaus RathReleased 3.6.2 fuse-3.6.2
2019-07-09 Nikolaus RathDo not run passthrough test when caching is active.
2019-07-09 Nikolaus RathInstall init script in /etc/ instead of $sysconfdir
2019-07-05 Nikolaus Rathtest_cuse: fix runtime error
2019-07-04 Nikolaus RathFix output checking in test cases
2019-07-04 DrDaveDAdd build option to skip steps requiring root permissions
2019-06-15 Michael ForneyFix build with IGNORE_MTAB (#425)
2019-06-13 Nikolaus RathReleased 3.6.1 fuse-3.6.1
2019-06-13 Nikolaus RathReleased 3.6.0 fuse-3.6.0
2019-06-13 scosufuse_lowlevel: Add max_pages support (#384)
2019-06-06 Michael ForneyAvoid pointer arithmetic with `void *`
2019-06-06 Michael ForneyDon't return expression in function returning void
2019-06-06 Michael ForneyDon't omit second operand to `?` operator
2019-05-24 Alan SomersRemove incorrect comment about fuse_entry_param.generat...
2019-05-15 Alan Somerspassthrough: fix unix-domain sockets on FreeBSD (#413)
2019-05-12 Nikolaus RathFix includes of non-system headers.
2019-05-09 Nikolaus RathAdded new example filesystem
2019-05-05 DrDaveDadd defines for missing SECBITs on older kernels (...
2019-05-05 Nikolaus RathFixed type of ioctl command parameter.
2019-05-05 Nikolaus RathFixed permissions.
2019-05-01 Fedor KorotkovFixed Cirrus Config (#405)
2019-05-01 Alan SomersAdd CI for FreeBSD (#404)
2019-04-30 Nikolaus RathAdded issue template.
2019-04-30 Nikolaus RathAdded information about development status.
2019-04-18 Liu BoAdd fallocate and use it instead of posix_fallocate...
2019-04-16 Nikolaus RathReleased 3.5.0 fuse-3.5.0
2019-04-16 Chad AustinAdd documentation for opting out of opendir and release...
2019-04-07 Nikolaus RathBump minor version
2019-04-06 Nikolaus RathAdd support for in-kernel readdir caching.
2019-04-06 Nikolaus RathSynchronize fuse_kernel.h with current kernel
2019-04-06 Nikolaus RathDelete FUSE_FSYNC_FDATASYNC
2019-04-06 Alan SomersVarious documentation improvements
2019-04-03 Peter LemenkovWhitelist smb2 (#392)
2019-03-11 Jean-Pierre... Defined the (*ioctl)() commands as unsigned int (#381)
2019-03-11 maxice8Define ALLPERMS for musl libc systems. (#379)
2019-03-10 Alan SomersImprove documentation for the flush method (#378)
2019-03-09 Nikolaus RathReleased 3.4.2 fuse-3.4.2
2019-03-09 Chad AustinImprove readdir() and file handle documentation
2019-03-09 1c7718e7Add HFS+ to filesystem whitelist (#347)
2019-03-09 Tomohiro KusumiWork around -Wformat-truncation=/-Wformat-overflow...
2019-03-09 Nikolaus RathCorrectly include config.h ("" vs <>)
2019-03-09 Alan SomersFix the changelog entry for protocol version 7.12 ...
2019-03-08 Sam Huffmanfusermount: drop privileges for chdir()
2019-03-08 Alan SomersDocument fuse_fsync_in.fsync_flags and remove magic...
2019-03-04 HazelFZLink against libiconv when possible (#372)
2019-02-27 Nikolaus RathTravis CI: Use Xenial instead of Trusty.
2019-02-25 Forty-Bothello_ll: Fix null pointer dereference (#363)
2019-02-13 Albert Chenfuse_free_buf(): to check flags of each buffer, rather...
2019-01-22 Miklos Szeredipassthrough_ll: lo_create() should honor CACHE_NEVER...
2019-01-21 Nikolaus RathClarify documentation of fuse_lowlevel_inval_inode
2019-01-14 Tomohiro KusumiAdd support for buildin under DragonFly BSD
2019-01-04 Nikolaus RathAdded OpenAFS to type whitelist
2018-12-29 Nikolaus RathFixed memory leak.
2018-12-22 Nikolaus RathAdded missing date to Changelog.
2018-12-22 Nikolaus RathReleased 3.4.1
2018-12-22 alexfix memory leak in print_module_help method
2018-11-27 Nikolaus RathFix fd/inode leak
2018-11-24 Nikolaus RathAvoid needless telldir() call.
2018-11-24 Nikolaus RathFixed lookup-count leak in do_readdir().
2018-11-24 Nikolaus RathAdded testcase for "big" readdir.
2018-11-24 Nikolaus RathDon't segfault when called with -h.
2018-11-24 Nikolaus RathAdded .ackrc
2018-11-24 Nikolaus RathKill filesystem process on test cleanup.
2018-11-19 Niels de Vostests: add copy_file_range() to the syscall tests
2018-11-19 Niels de Vosexamples: add copy_file_range() support to passthrough...
2018-11-19 Niels de Voslibfuse: add copy_file_range() support
2018-11-19 Niels de VosUpdate kernel API headers
2018-11-11 Roman BogorodskiyFix mounting on FreeBSD
2018-11-11 Roman BogorodskiyFix build on non-Linux
2018-11-09 Nikolaus RathDon't crash if mountpoint is not specified.
2018-11-06 Nikolaus RathReleased 3.3.0 fuse-3.3.0
2018-11-06 Nikolaus RathUpdate CI build script
2018-11-06 Nikolaus RathRevert "Do not include struct fuse_buf in struct fuse_w...
2018-11-06 Kevin VigorAvoid double unmount on normal unmount in auto_unmount...
2018-11-06 Nikolaus RathDocument when `fuse_lowlevel_notify_*` functions may...
2018-10-19 Valentin PlugaruAdd SpectrumScale/GPFS and Lustre to FS whitelist
2018-10-19 Ahmed MasudDo not fail "ninja test" when running as subproject
2018-10-16 Nikolaus RathBump minimum Meson version
2018-10-11 Nikolaus RathClarified licensing terms.
2018-10-10 Nikolaus RathEnable more tests for passthrough_ll
2018-10-10 Miklos Szeredipassthrough_ll: initialize unused memory
2018-10-10 Miklos Szeredipassthrough_ll: allow configuring caching
2018-10-10 Miklos Szeredipassthrough_ll: add *xattr() operations
2018-10-10 Miklos Szeredipassthrough_ll: add flock()
2018-10-10 Miklos Szeredipassthrough_ll: whitespace cleanup
2018-10-10 Vivek Goyalpassthrough_ll: add forget_multi()
2018-10-10 Vivek Goyalpassthrough_ll: add source option
next