]> git.sesse.net Git - bcachefs-tools-debian/history - cmd_fusemount.c
Make fuse3 support optional and document.
[bcachefs-tools-debian] / cmd_fusemount.c
2019-11-11 Justin HustedMake fuse3 support optional and document.
2019-11-10 Justin HustedImplement basic fuse mount tests.
2019-11-10 Justin HustedFix memory leak in fuse write.
2019-11-04 Justin HustedAdd more fuse logging.
2019-10-18 Kent OverstreetEnable caching of negative dentries
2019-10-18 Kent OverstreetSimplify readdir
2019-10-18 Kent OverstreetWrite path now updates i_size/i_sectors
2019-10-18 Justin HustedUse proper flags mask.
2019-10-18 Justin HustedPrettify the align_io function by returning by value.
2019-10-18 Justin HustedFix missing mode setting in fuse mkdir.
2019-10-18 Justin HustedAdd fuse symlink and readlink support.
2019-10-18 Justin HustedImplement unaligned write support for fuse. Seems to...
2019-10-18 Justin HustedFactor alignment logic out of bcachefs_fuse_read.
2019-10-18 Justin HustedImplement unaligned read support for fuse.
2019-10-18 Justin HustedMake fuse read and write work (for aligned writes).
2019-10-18 Justin HustedFix fuse read/write to not segfault on unaligned IO.
2019-10-18 Kent Overstreetinitialize op->pos for write
2019-10-18 Kent Overstreetfill in .st_ino in .getattr
2019-10-18 Kent Overstreetbuild fixes; initial read/write methods
2019-10-18 Justin HustedFix infinite looping behavior with readdir.
2019-10-18 Justin HustedImplement option parsing for fuse. The syntax is:
2019-10-18 Kent Overstreetfuse