qemu-gpiodev/libfuse.git
2021-02-05 Nikolaus RathReleased 3.10.2 fuse-3.10.2
2021-02-03 Martin PärtelFix returning inode numbers from readdir() in offset...
2021-01-28 Stephen KittIgnore "-o nonempty" (#582)
2021-01-17 Laurent BigonvilleFix FTBFS on kfreebsd (#581)
2021-01-12 John Baber... Fix a few typos in README.md. (#579)
2021-01-10 FeverfewFix typo (#578)
2021-01-08 richardweinbergerfusermount: Check for argv[0] being present (#577)
2021-01-01 Alan SomersFix FUSE_COPY_FILE_RANGE in the passthrough example...
2020-12-27 Sargun Dhillonutil/fusermount.c: Assume the kernel supports UMOUNT_NO...
2020-12-19 Kangjing "Chaser... Add exfat to whitelist (#573)
2020-12-07 Nikolaus RathReleased 3.10.1 fuse-3.10.1
2020-11-24 Rethanexamples/cuse_client: add include file to eliminate...
2020-11-17 humanfix errno comparison
2020-11-11 Zhiqiang Liubuffer.c: correct return value when buf is NULL
2020-11-06 Zhiqiang Liutest/test_syscalls.c: fix potential fd leakage problems
2020-11-06 Zhiqiang Liuexample/cuse_client.c: fix fd leakage problem
2020-11-06 Zhiqiang Liuioctl_client.c: fix potential fd leakage problem
2020-11-06 Zhiqiang Liumount.fuse.c: fix potential memory leak in main func
2020-11-06 Zhiqiang Liumount.fuse.c: fix potential accessing NULL pointer
2020-11-06 Zhiqiang Liubuffer.c: check whether buf is NULL in fuse_bufvec_adva...
2020-11-04 Lilo HuangFix incorrect date in Changelog
2020-10-29 Rosen Penevremove fuse_mutex_init
2020-10-29 Rosen Penevremove old uclibc hack
2020-10-09 Nikolaus RathReleased 3.10.0 fuse-3.10.0
2020-10-03 ferivozFix typo "retuned" -> "returned" (#553)
2020-09-20 Etienne DubléAllow caching symlinks in kernel page cache. (#551)
2020-09-14 Tom CallawayFix compilation for compilers not supporting __has_attr...
2020-09-12 Tom CallawayUpdate Travis to Ubuntu Bionic
2020-09-11 Tom CallawayImplement GCC 10 style symbol versioning (#545)
2020-09-09 AKowshikUpdated example code to work with new API (#547)
2020-08-28 Nikolaus RathAdded TSAN suppression file.
2020-08-28 Nikolaus RathSuppress some bogus thread sanitizer warnings.
2020-08-10 Nikolaus RathRemove pointer to professional consulting offers
2020-08-09 Nikolaus RathFix-up changelog.
2020-08-09 Nikolaus RathReleased 3.9.4 fuse-3.9.3 fuse-3.9.4
2020-08-09 Nikolaus Rathfuse_send_data_iov(): correctly calculate total buffer...
2020-08-09 asafkahlonDefine fuse_session_loop_mt as a macro on uclibc and...
2020-08-09 AKowshikFixed typo in command to compile program (#536)
2020-08-09 Junichi UekawaDoc fixes (#537)
2020-08-09 Li-Wen HsuFix FreeBSD CI (#539)
2020-07-10 Jérémie GalarneauFix: crash on failure to set locale (#529)
2020-07-10 winndowsfuse_lowlevel: Move assert for se before dereferencing...
2020-07-03 Albert ChenFixed minor print alignment issue in iconv_help(),...
2020-07-03 winndowsFix the typo "filed" -> "field" in fuse manpage (#524)
2020-07-03 winndowsREADME: Correct the directory name from 'examples'...
2020-07-03 Craig Chidocs: Replace `mesonconf` with `meson configure` (...
2020-07-01 winndowslibfuse: Assign NULL to "old" to avoid free it twice...
2020-06-22 Seunghoon YeonTypo fixed. (#520)
2020-06-12 Nikolaus RathReleased 3.9.2 fuse-3.9.2
2020-05-15 Rosen Penevfix format in test (#515)
2020-05-15 Fabian VogtAvoid closing se->fd twice in fuse_lowlevel.c (#516)
2020-05-14 Miklos Szeredipassthrough_ll: remove symlink fallbacks (#514)
2020-04-20 Fabrice FontaineDo not require C++ compiler for building
2020-03-19 Nikolaus RathReleased 3.9.1 fuse-3.9.1
2020-03-13 Jean-Yves VETFix issue preventing using splice with reads (#505)
2020-03-13 Andrew GaulAlign help options (#500)
2020-03-13 Dr. David Alan... State GPL version in comment (#485)
2020-02-24 philmdpassthrough_ll: Remove unneeded variable assignment...
2020-02-24 philmdTravis-CI: Fix ImportError: No module named 'zipp'...
2020-02-04 maxice8Include limits.h because of PATH_MAX usage. (#498)
2020-01-31 Florian WeimerUpdate comment for the copy_file_range operation (...
2020-01-30 zsugabubusexamples: mark ops variables constant (#496)
2020-01-27 zsugabubusRemove trailing comma in enums (#494)
2020-01-25 Anthony RebelloFixes 477, optional src_dir in tst_(rmdir,unlink) ...
2020-01-24 Misono Tomohiropassthrough_ll: Use cache_readdir for directory open...
2020-01-06 Dr. David Alan... passthrough_ll: pass correct errno to fuse_reply_err()
2020-01-02 Nikolaus RathFixed up ChangeLog.rst
2020-01-02 Bill ZissimopoulosFixed memory leak in fuse_session_new()
2020-01-02 Bill ZissimopoulosFixed an issue with the linker version script. (#483)
2019-12-31 Changli GaoStyle: Fix an indention in comments (#480)
2019-12-31 Nikolaus RathBump FUSE_MINOR_VERSION
2019-12-31 Bill ZissimopoulosMake ioctl prototype conditional on FUSE_USE_VERSION...
2019-12-14 Nikolaus RathReleased 3.9.0 fuse-3.9.0
2019-11-29 Dr. David Alan... Kill off some proto_major < 6 checks (#476)
2019-11-27 Albert ChenAdded support for FUSE_EXPLICIT_INVAL_DATA to enable...
2019-11-20 Tomasz Kulasekfix memleak in cuse_lowlevel_setup (#472)
2019-11-20 Nikolaus RathInvoke cleanup() with right arguments.
2019-11-03 Nikolaus RathReleased 3.8.0 fuse-3.8.0
2019-11-03 Yuri PerImplement lseek operation (#457)
2019-11-03 Alan SomersUse the -o intr mount option on FreeBSD (#462)
2019-11-03 Stefan Hajnoczipassthrough_ll: drop lo_dirp->fd field (#464)
2019-10-24 Emily HerbertUpdate README.md (#465)
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
next