]> git.sesse.net Git - bcachefs-tools-debian/history - cmd_fusemount.c
convert main() from C to Rust
[bcachefs-tools-debian] / cmd_fusemount.c
2023-12-08 Kent OverstreetMerge remote-tracking branch 'amoz/devel'
2023-12-08 koverstreetMerge pull request #190 from Dikay900/fs_free_space
2023-12-07 koverstreetMerge pull request #191 from cepelinas9000/fuse-fixes-1
2023-12-07 Tautvydas NesvarbuMultiple small fuse fixes for write, api, and hardlink
2023-11-17 Kent OverstreetFix build for cmd_fusemount.c
2023-11-07 Kent OverstreetFix build for cmd_fusermount.c
2023-08-11 Kent Overstreetfuse: Set fsname correctly
2023-08-09 Kent Overstreetfuse: Update for snapshots
2022-12-29 Kent OverstreetMerge https://github.com/fougner/bcachefs-tools
2022-12-19 Kent OverstreetUse bch2_err_str() instead of strerror()
2021-09-09 Kent OverstreetUpdate bcachefs sources to 3f3f969859 bcachefs: Fix...
2021-06-05 Justin HustedImplement iterator_put in fuse
2019-12-28 Justin Hustedbcachefs-tools: Fix build errors.
2019-12-28 Justin Hustedbcachefs-tools: Fix build break with FUSE.
2019-11-28 Kent OverstreetMerge commit '780de81b36'
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