summaryrefslogtreecommitdiff
path: root/libbcachefs/fifo.h
AgeCommit message (Collapse)Author
2024-02-06Update bcachefs sources to 50847e296b34 bcachefs: Check subvol <-> inode ↵Kent Overstreet
pointers in check_inode() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-01-16Move c_src dirs back to toplevelKent Overstreet
We just wanted c sourcefiles out of the top level, not c source directories. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-01-16move Rust sources to top level, C sources into c_srcThomas Bertschinger
This moves the Rust sources out of rust_src/ and into the top level. Running the bcachefs executable out of the development tree is now: $ ./target/release/bcachefs command or $ cargo run --profile release -- command instead of "./bcachefs command". Building and installing is still: $ make && make install Signed-off-by: Thomas Bertschinger <tahbertschinger@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2022-10-23Update bcachefs sources to 70fa0c1ff4 fixup! bcachefs: Btree key cache ↵Kent Overstreet
improvements
2019-07-11Update bcachefs sources to b91a514413 bcachefs: Don't try to delete stripes ↵Kent Overstreet
when RO
2019-02-28Update bcachefs sources to 75e8a078b8 bcachefs: improved ↵Kent Overstreet
flush_held_btree_writes()
2018-11-04Update bcachefs sources to 7227ff07f14b Merge pull request #10 from ↵Tim Schlueter
modelrockettier/real_mount_time
2018-08-15Update bcachefs sources to 15f6e66e86 bcachefs: pass around bset_tree lessKent Overstreet
2018-02-05Update bcachefs sources to 0e765bc37c bcachefs: foreground merging of ↵Kent Overstreet
interior btree nodes
2018-01-11Update bcachefs sources to 02ae70070a bcachefs: Allocate new btree roots lazilyKent Overstreet
2017-12-28Update bcachefs sources to f4b290345a bcachefs: device resizeKent Overstreet
2017-10-08Update bcachefs sources to e82e656279 bcachefs: Cleanups for building in ↵Kent Overstreet
userspace
2017-04-09Update bcachefs sources to da037866e6Kent Overstreet
2017-04-04Update bcachefs sources to ff95156479Kent Overstreet
2017-03-19Rename from bcache-tools to bcachefs-toolsKent Overstreet