aboutsummaryrefslogtreecommitdiffstats
path: root/cmd_fusemount.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-17Fix build for cmd_fusemount.cKent Overstreet1-4/+4
2023-11-06Fix build for cmd_fusermount.cKent Overstreet1-21/+22
2023-08-11fuse: Set fsname correctlyKent Overstreet1-0/+11
2023-08-08fuse: Update for snapshotsKent Overstreet1-76/+71
2022-12-19Use bch2_err_str() instead of strerror()Kent Overstreet1-1/+2
2021-09-09Update bcachefs sources to 3f3f969859 bcachefs: Fix some compiler warningsKent Overstreet1-10/+8
2021-06-05Implement iterator_put in fuseJustin Husted1-0/+2
2019-12-28bcachefs-tools: Fix build errors.Justin Husted1-6/+5
2019-12-28bcachefs-tools: Fix build break with FUSE.Justin Husted1-2/+2
2019-11-11Make fuse3 support optional and document.Justin Husted1-0/+4
2019-11-09Implement basic fuse mount tests.Justin Husted1-0/+3
2019-11-09Fix memory leak in fuse write.Justin Husted1-1/+6
2019-11-03Add more fuse logging.Justin Husted1-0/+28
2019-10-18Enable caching of negative dentriesKent Overstreet1-2/+6
2019-10-18Simplify readdirKent Overstreet1-68/+59
2019-10-18Write path now updates i_size/i_sectorsKent Overstreet1-8/+10
2019-10-18Use proper flags mask.Justin Husted1-1/+1
2019-10-18Prettify the align_io function by returning by value.Justin Husted1-15/+15
2019-10-18Fix missing mode setting in fuse mkdir.Justin Husted1-0/+3
2019-10-18Add fuse symlink and readlink support.Justin Husted1-18/+87
2019-10-18Implement unaligned write support for fuse. Seems to work on initialJustin Husted1-39/+145
2019-10-18Factor alignment logic out of bcachefs_fuse_read.Justin Husted1-11/+26
2019-10-18Implement unaligned read support for fuse.Justin Husted1-31/+42
2019-10-18Make fuse read and write work (for aligned writes).Justin Husted1-1/+56
2019-10-18Fix fuse read/write to not segfault on unaligned IO.Justin Husted1-3/+11
2019-10-18initialize op->pos for writeKent Overstreet1-1/+1
2019-10-18fill in .st_ino in .getattrKent Overstreet1-0/+1
2019-10-18build fixes; initial read/write methodsKent Overstreet1-11/+154
2019-10-18Fix infinite looping behavior with readdir.Justin Husted1-18/+112
2019-10-18Implement option parsing for fuse. The syntax is:Justin Husted1-7/+139
2019-10-18fuseKent Overstreet1-0/+594