summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: bch2_fs_quota_transferKent Overstreet6-44/+68
2023-10-23bcachefs: merge BCH_INODE_FIELDS_INHERIT/BCH_INODE_OPTSKent Overstreet3-23/+17
2023-10-23bcachefs: use x-macros more consistentlyKent Overstreet5-71/+71
2023-10-23bcachefs: Fix for building in userspaceKent Overstreet1-0/+1
2023-10-23bcachefs: Fix bkey_method compilation on gcc 7.3.0Tim Schlueter1-15/+15
2023-10-23bcachefs: Include summarized counts in fs_usageKent Overstreet5-84/+97
2023-10-23bcachefs: refactor bch_fs_usageKent Overstreet8-92/+119
2023-10-23bcachefs: Switch replicas to mark_lockKent Overstreet5-138/+124
2023-10-23bcachefs: fix an incorrect bkey_debugcheck() callKent Overstreet1-1/+17
2023-10-23bcachefs: improve extent debugcheck fnKent Overstreet1-95/+46
2023-10-23bcachefs: improve/clarify ptr_disk_sectors()Kent Overstreet3-32/+37
2023-10-23bcachefs: Fix for running in degraded modeKent Overstreet1-1/+1
2023-10-23bcachefs: Compression fixesKent Overstreet2-7/+16
2023-10-23bcachefs: propagate BCH_WRITE_CACHEDKent Overstreet1-0/+5
2023-10-23bcachefs: s/usage_lock/mark_lockKent Overstreet10-58/+58
2023-10-23bcachefs: New blockcount field for bch_stripeKent Overstreet1-10/+21
2023-10-23bcachefs: move dirty into bucket_markKent Overstreet6-23/+49
2023-10-23bcachefs: Add new alloc fieldsKent Overstreet5-104/+166
2023-10-23bcachefs: Deferred btree updatesKent Overstreet5-55/+259
2023-10-23bcachefs: drop bogus percpu_ref_trygetKent Overstreet1-7/+1
2023-10-23bcachefs: Track nr_inodes with the key marking machineryKent Overstreet8-19/+11
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet59-1957/+1724
2023-10-23bcachefs: Fix a btree iter usage errorKent Overstreet1-3/+14
2023-10-23bcachefs: Split out bkey_sort.cKent Overstreet8-745/+772
2023-10-23bcachefs: fix waiting on an open journal entryKent Overstreet1-10/+6
2023-10-23bcachefs: return errors correctly from gcKent Overstreet1-26/+26
2023-10-23bcachefs: Hold usage_lock over mark_key and fs_usage_applyKent Overstreet5-60/+104
2023-10-23bcachefs: Stripes now properly subject to gcKent Overstreet11-142/+244
2023-10-23bcachefs: Btree locking fix, refactoringKent Overstreet7-39/+75
2023-10-23bcachefs: shim for userspace raid libraryKent Overstreet1-54/+73
2023-10-23Revert "bcachefs: start erasure coding after journal replay"Kent Overstreet1-5/+5
2023-10-23bcachefs: Allow for new alloc fieldsKent Overstreet1-1/+2
2023-10-23bcachefs: gc now operates on second set of bucket marksKent Overstreet11-383/+495
2023-10-23bcachefs: fix mempool double initializationKent Overstreet1-5/+7
2023-10-23bcachefs: fix btree iterator bug when using depth > 0Kent Overstreet1-1/+4
2023-10-23bcachefs: Allocator startup improvementsKent Overstreet5-39/+68
2023-10-23bcachefs: Journal refactoringKent Overstreet4-230/+124
2023-10-23bcachefs: Don't block on journal reservation with btree locks heldKent Overstreet4-59/+108
2023-10-23bcachefs: start erasure coding after journal replayKent Overstreet1-5/+5
2023-10-23bcachefs: Clean up, possixly fix page disk reservation accountingKent Overstreet1-74/+72
2023-10-23bcachefs: Fix an error pathKent Overstreet1-2/+1
2023-10-23bcachefs: fix typo when picking read methodKent Overstreet1-3/+3
2023-10-23bcachefs: Erasure codingKent Overstreet32-233/+2418
2023-10-23bcachefs: More btree gc refactoringsKent Overstreet2-78/+97
2023-10-23bcachefs: Centralize marking of replicas in btree update pathKent Overstreet11-91/+84
2023-10-23bcachefs: Move key marking out of extents.cKent Overstreet4-98/+110
2023-10-23bcachefs: stripe support for replicas trackingKent Overstreet7-50/+230
2023-10-23bcachefs: Check for unsupported featuresKent Overstreet6-17/+28
2023-10-23bcachefs: revamp to_text methodsKent Overstreet40-635/+550
2023-10-23bcachefs: delete some dead codeKent Overstreet1-84/+0