summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: fix device remove error pathKent Overstreet1-1/+2
2023-10-23bcachefs: refactor bch_fs_usageKent Overstreet1-0/+2
2023-10-23bcachefs: Switch replicas to mark_lockKent Overstreet1-2/+5
2023-10-23bcachefs: s/usage_lock/mark_lockKent Overstreet1-2/+2
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-1/+1
2023-10-23bcachefs: Split out bkey_sort.cKent Overstreet1-0/+1
2023-10-23bcachefs: Stripes now properly subject to gcKent Overstreet1-1/+1
2023-10-23bcachefs: gc now operates on second set of bucket marksKent Overstreet1-9/+6
2023-10-23bcachefs: Erasure codingKent Overstreet1-0/+12
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-4/+3
2023-10-23bcachefs: Set the last mount time using the realtime clockTim Schlueter1-3/+3
2023-10-23bcachefs: Scale down number of writepoints when low on spaceKent Overstreet1-1/+2
2023-10-23bcachefs: Split out alloc_background.cKent Overstreet1-1/+2
2023-10-23bcachefs: kill extent_insert_hookKent Overstreet1-2/+1
2023-10-23bcachefs: mempoolify btree_transKent Overstreet1-0/+3
2023-10-23bcachefs: Change how replicated data is accountedKent Overstreet1-8/+43
2023-10-23bcachefs: add bch_verbose() statements for shutdownKent Overstreet1-0/+4
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+1754