summaryrefslogtreecommitdiff
path: root/cmd_fusemount.c
AgeCommit message (Expand)Author
2023-12-07Multiple small fuse fixes for write, api, and hardlinkTautvydas Nesvarbu
2023-11-17Fix build for cmd_fusemount.cKent Overstreet
2023-11-06Fix build for cmd_fusermount.cKent Overstreet
2023-08-11fuse: Set fsname correctlyKent Overstreet
2023-08-08fuse: Update for snapshotsKent Overstreet
2022-12-19Use bch2_err_str() instead of strerror()Kent Overstreet
2021-09-09Update bcachefs sources to 3f3f969859 bcachefs: Fix some compiler warningsKent Overstreet
2021-06-05Implement iterator_put in fuseJustin Husted
2019-12-28bcachefs-tools: Fix build errors.Justin Husted
2019-12-28bcachefs-tools: Fix build break with FUSE.Justin Husted
2019-11-11Make fuse3 support optional and document.Justin Husted
2019-11-09Implement basic fuse mount tests.Justin Husted
2019-11-09Fix memory leak in fuse write.Justin Husted
2019-11-03Add more fuse logging.Justin Husted
2019-10-18Enable caching of negative dentriesKent Overstreet
2019-10-18Simplify readdirKent Overstreet
2019-10-18Write path now updates i_size/i_sectorsKent Overstreet
2019-10-18Use proper flags mask.Justin Husted
2019-10-18Prettify the align_io function by returning by value.Justin Husted
2019-10-18Fix missing mode setting in fuse mkdir.Justin Husted
2019-10-18Add fuse symlink and readlink support.Justin Husted
2019-10-18Implement unaligned write support for fuse. Seems to work on initialJustin Husted
2019-10-18Factor alignment logic out of bcachefs_fuse_read.Justin Husted
2019-10-18Implement unaligned read support for fuse.Justin Husted
2019-10-18Make fuse read and write work (for aligned writes).Justin Husted
2019-10-18Fix fuse read/write to not segfault on unaligned IO.Justin Husted
2019-10-18initialize op->pos for writeKent Overstreet
2019-10-18fill in .st_ino in .getattrKent Overstreet
2019-10-18build fixes; initial read/write methodsKent Overstreet
2019-10-18Fix infinite looping behavior with readdir.Justin Husted
2019-10-18Implement option parsing for fuse. The syntax is:Justin Husted
2019-10-18fuseKent Overstreet