summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/movinggc.h
Commit message (Collapse)AuthorAgeFilesLines
* bcachefs: bch2_copygc_wait_to_text()Kent Overstreet2023-10-221-0/+2
| | | | Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
* bcachefs: Improve bucket_alloc_fail tracepointKent Overstreet2023-10-221-0/+1
| | | | | | | We should be printing the number of free buckets, not just the number of available buckets. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
* bcachefs: Make copygc thread globalKent Overstreet2023-10-221-3/+3
| | | | | | | | Per device copygc threads don't move data to different devices and they make fragmentation works - they don't make much sense anymore. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+9
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>