Justin Husted f8076573b5 Make fuse read and write work (for aligned writes).
Read: There was a missing refcount on the closure.

Write: Unlike in the Linux kernel, we need to manually update the size
and timestamps, otherwise the operation will appear complete when viewed
via the cached inode, but after unmounting and mounting again the write
will be undone.
2019-10-18 16:23:39 -04:00
2018-11-23 02:10:44 -05:00
2019-10-18 16:23:39 -04:00
2019-08-21 10:19:25 +02:00
2018-02-08 15:33:43 -05:00
2019-08-29 13:33:42 -04:00
2019-10-18 16:23:39 -04:00
2016-03-11 21:18:42 -09:00
2013-07-17 13:13:31 -07:00
2019-10-18 16:23:39 -04:00
2017-03-09 09:14:11 -09:00
2017-03-09 09:14:11 -09:00

Userspace tools for bcachefs

This builds the bcachefs tool, which has a number of subcommands for formatting
and managing bcachefs filesystems:

bcachefs format
bcachefs unlock
bcachefs assemble
bcachefs incremental
etc.

Run bcachefs --help for full list of commands.
Description
Languages
C 95.6%
C++ 2%
Rust 1.4%
Roff 0.4%
Nix 0.2%
Other 0.4%