summaryrefslogtreecommitdiff
path: root/fs/bcachefs/rebalance.h
AgeCommit message (Collapse)AuthorFilesLines
2023-10-23bcachefs: Convert various code to printbufKent Overstreet1-1/+1
printbufs know how big the buffer is that was allocated, so we can get rid of the random PAGE_SIZEs all over the place. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+28
Initially forked from drivers/md/bcache, bcachefs is a new copy-on-write filesystem with every feature you could possibly want. Website: https://bcachefs.org Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>