qemu-gpiodev/libfuse.git
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
2018-10-10 Miklos Szeredipassthrough_ll: add some of the missing operations
2018-10-10 Miklos Szeredipassthrough_ll: add is_symlink to lo_inode
2018-10-10 Miklos Szeredipassthrough_ll: set umask at startup
2018-10-10 Miklos Szeredipassthrough_ll: fix refcount for "." and ".." entries
2018-10-10 Miklos Szeredipassthrough_ll: add locking to inode cache
2018-10-09 Mattias NisslerAdd unprivileged option in `mount.fuse3`
2018-10-09 Mattias NisslerAllow passing `/dev/fuse` file descriptor from parent...
2018-09-28 Martin BlanchardAdd build options for utils and examples
2018-09-27 Scott WorleyFix unlink errno check
2018-09-20 Nikolaus RathClarify what qualifies as a "related operation" for...
2018-09-20 Nikolaus RathDon't enable adaptive readdirplus unless fs has readdir...
2018-09-17 Nikolaus RathDo not include struct fuse_buf in struct fuse_worker
2018-09-17 Nikolaus RathDon't special-case bulid of mount_util.c.
2018-08-31 Nikolaus RathReleased 3.2.6 fuse-3.2.6
2018-08-31 Nikolaus RathDo not hardcode /etc/fuse.conf path.
2018-08-30 Nikolaus RathUpdated ChangeLog with recent changes.
2018-08-29 Oded Arbelreturn different non-zero error codes (#290)
2018-08-26 RostislavFix memory leak of FUSE modules
2018-08-26 RostislavFix invalid free of memory pointer in 'struct fuse_buf'
2018-08-25 Martin BlanchardMake meson build scripts subprojects friendly
2018-08-09 Daniel FullmerAdd bcachefs to mountpoint file system whitelist
2018-08-05 Benjamin BarenblatAdd FAT to mountpoint file system whitelist
2018-08-05 Benjamin BarenblatRealphabetize and re-document mountpoint file system...
2018-07-31 Robo ShimmerAdd autofs to mountpoint file system whitelist
2018-07-25 Rostislav SkudnovRemove unused member of 'struct fuse_dh'
2018-07-24 Nikolaus RathReleased 3.2.5 fuse-3.2.5
2018-07-24 Nikolaus RathAdded ChangeLog entry for hardening patches.
2018-07-23 Rostislav Skudnovtest_write_cache: Use fuse_session_exit() to stop files...
2018-07-23 Rostislav Skudnovexample/{hello,null}: Fix memory leaks
2018-07-23 Rostislav Skudnovtest_write_cache: Fix memory leaks
2018-07-23 Rostislav Skudnovfusermount: Fix memory leaks
2018-07-21 RostislavFix readdir() bug when a non-zero offset is specified...
2018-07-18 Jann Hornfusermount: whitelist known-good filesystems for mountp...
2018-07-18 Jann Hornfusermount: refuse unknown options
2018-07-18 Jann Hornfusermount: bail out on transient config read failure
2018-07-18 Jann Hornfusermount: don't feed "escaped commas" into mount...
2018-07-18 Jann Hornfusermount: prevent silent truncation of mount options
2018-07-11 Nikolaus RathReleased 3.2.4 fuse-3.2.4
2018-07-11 Nikolaus RathDon't assume sub-second resolution for st_atime/st_mtime.
2018-07-04 Nikolaus RathUse triple quotes for multiline string.
2018-07-04 Nikolaus RathDocument that access() is also called on chdir().
2018-07-04 Laszlo Boszormenyi... Source LSB init functions
2018-07-04 Laszlo Boszormenyi... Fix manpage filename for mount.fuse3
2018-07-02 William Woodrufffuse.h: fix typo (currenlty -> currently)
2018-05-24 Carl Edquistfix documentation for opendir in fuse_operations
2018-05-18 Bill Zissimooulosrename: perform user mode dir loop check when not done...
2018-05-18 Bill Zissimopouloschangelog: add info on rename deadlock fix
2018-05-18 Bill Zissimooulosrename: perform user mode dir loop check when not done...
2018-05-11 Nikolaus RathReleased 3.2.3 fuse-3.2.3
2018-05-11 Nikolaus Rathadd_arg(): check for overflow
2018-05-08 Tomohiro KusumiFix compile-time warnings on IGNORE_MTAB
2018-04-13 Nikolaus RathFix path to pytest cache directory.
2018-04-13 Tomohiro KusumiInvert calloc(3) argument order (`nmemb` comes first)
2018-04-13 Tomohiro KusumiDrop unneeded void cast for actually used local variable
2018-04-13 Tomohiro KusumiDrop redundant ; from FUSE_REGISTER_MODULE()
2018-03-31 Nikolaus RathTravis: remove root-owned cache files.
2018-03-31 Nikolaus RathFix Travis build environment
2018-03-31 Nikolaus RathFixed up duplicate ChangeLog entry.
2018-03-31 Nikolaus RathReleased 3.2.2 fuse-3.2.2
2018-03-28 admorganAdd example configuration file (#216)
2018-03-28 Tomohiro KusumiFix build error on DragonFlyBSD (sync with other *BSD...
2018-02-09 Ashley PittmanFix uninitialised read in fuse_new_30() (#231) (#234)
2018-01-15 Mateusz UrbańczykFix typo in "passthrough" docstring (#229)
2017-12-01 Josh SorefHandle mount ... -o nofail (#221)
2017-11-27 divinity76fix "Rath Consulting" link (#225)
2017-11-27 Josh SorefSpelling (#223)
2017-11-14 Nikolaus RathReleased 3.2.1 fuse-3.2.1
2017-11-13 Nikolaus RathUpdated professional support information.
2017-11-03 Nikolaus RathBacked out d92bf83
2017-10-20 Nikolaus RathDon't install manpages under *BSD
2017-10-20 Nikolaus RathDon't use Python mode for meson.build
2017-10-20 Joerg Thalheimmake udevrulesdir configurable
2017-09-27 Sangwoo MoonAdding pointer dereferencing after calling dlsym()
2017-09-25 Nikolaus Rathfuse_lib_ioctl(): don't call memcpy with NULL argument
2017-09-25 Nikolaus RathLink with -lrt to support ancient libc
2017-09-25 Nikolaus RathRemoved unneccessary #include <config.h> from examples
2017-09-20 Nikolaus RathAutomatically print list of contributors when generatin...
2017-09-20 Nikolaus RathTravis CI: Don't use deprecated environment
next