summaryrefslogtreecommitdiff
path: root/fs/bcachefs/buckets.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Rework btree iterator lifetimesKent Overstreet1-4/+2
2023-10-23bcachefs: Kill deferred btree updatesKent Overstreet1-4/+4
2023-10-23bcachefs: Improved bch2_fcollapse()Kent Overstreet1-0/+1
2023-10-23bcachefs: Do updates in order they were queued up inKent Overstreet1-16/+7
2023-10-23bcachefs: Kill BTREE_INSERT_NOMARK_INSERTKent Overstreet1-5/+4
2023-10-23bcachefs: Fix BTREE_INSERT_NOMARK_OVERWRITESKent Overstreet1-0/+3
2023-10-23bcachefs: Improve pointer marking checks and error messagesKent Overstreet1-21/+44
2023-10-23bcachefs: Fix error message on bucket overflowKent Overstreet1-8/+10
2023-10-23bcachefs: Fixes for replicas trackingKent Overstreet1-14/+9
2023-10-23bcachefs: Refactor bch2_alloc_write()Kent Overstreet1-17/+0
2023-10-23bcachefs: Trust in memory bucket markKent Overstreet1-12/+31
2023-10-23bcachefs: Fix faulty assertionKent Overstreet1-2/+6
2023-10-23bcachefs: ReflinkKent Overstreet1-7/+93
2023-10-23bcachefs: Refactor bch2_extent_trim_atomic() for reflinkKent Overstreet1-6/+0
2023-10-23bcachefs: Rework calling convention for marking overwritesKent Overstreet1-61/+67
2023-10-23bcachefs: trans_get_key() now works correctly for extentsKent Overstreet1-7/+12
2023-10-23bcachefs: Don't overflow trans with iters from triggersKent Overstreet1-0/+2
2023-10-23bcachefs: Convert some assertions to fsck errorsKent Overstreet1-5/+25
2023-10-23bcachefs: Refactor trans_(get|update)_keyKent Overstreet1-32/+33
2023-10-23bcachefs: Update path now handles triggers that generate more triggersKent Overstreet1-12/+12
2023-10-23bcachefs: Improve key marking interfaceKent Overstreet1-137/+136
2023-10-23bcachefs: better BTREE_INSERT_NO_CLEAR_REPLICASKent Overstreet1-17/+14
2023-10-23bcachefs: Don't use a fixed size buffer for fs_usage_deltasKent Overstreet1-29/+53
2023-10-23bcachefs: Fix spurious inconsistency in recoveryKent Overstreet1-1/+4
2023-10-23bcachefs: Fix for the stripes mark path and gcKent Overstreet1-1/+1
2023-10-23bcachefs: Various improvements to bch2_alloc_write()Kent Overstreet1-2/+6
2023-10-23bcachefs: bch2_trans_mark_update()Kent Overstreet1-56/+430
2023-10-23bcachefs: Write out fs usage consistentlyKent Overstreet1-72/+145
2023-10-23bcachefs: Avoid write lock on mark_lockKent Overstreet1-11/+5
2023-10-23bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-19/+22
2023-10-23bcachefs: fix triggers for stripes btreeKent Overstreet1-0/+9
2023-10-23bcachefs: Mark overwrites from journal replay in initial gcKent Overstreet1-44/+60
2023-10-23bcachefs: add ability to run gc on metadata onlyKent Overstreet1-9/+31
2023-10-23bcachefs: Caller now responsible for calling mark_key for gcKent Overstreet1-24/+13
2023-10-23bcachefs: Assorted preemption fixesKent Overstreet1-2/+11
2023-10-23bcachefs: Allocate fs_usage in do_btree_insert_at()Kent Overstreet1-27/+75
2023-10-23bcachefs: kill struct btree_insertKent Overstreet1-1/+1
2023-10-23bcachefs: Don't BUG_ON() on bucket sector count overflowKent Overstreet1-22/+28
2023-10-23bcachefs: fs_usage_u64s()Kent Overstreet1-12/+10
2023-10-23bcachefs: Add a mechanism for blocking the journalKent Overstreet1-41/+53
2023-10-23bcachefs: Convert bucket invalidation to key marking pathKent Overstreet1-7/+64
2023-10-23bcachefs: fixes for cached data accountingKent Overstreet1-8/+10
2023-10-23bcachefs: refactor key marking code a bitKent Overstreet1-71/+51
2023-10-23bcachefs: Fix double counting when gc is runningKent Overstreet1-10/+2
2023-10-23bcachefs: gc lock no longer needed for disk reservationsKent Overstreet1-25/+12
2023-10-23bcachefs: Fix oldest_gen handlingKent Overstreet1-10/+0
2023-10-23bcachefs: serialize persistent_reservedKent Overstreet1-0/+3
2023-10-23bcachefs: initialize fs usage summary in recoveryKent Overstreet1-0/+27
2023-10-23bcachefs: percpu utility codeKent Overstreet1-4/+1
2023-10-23bcachefs: fix inode countingKent Overstreet1-1/+1