aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/buckets.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: statfs resports incorrect avail blocksDan Robertson1-0/+7
2023-10-22bcachefs: gc shouldn't care about owned_by_allocatorKent Overstreet1-2/+1
2023-10-22bcachefs: Fix bch2_trans_mark_dev_sb()Kent Overstreet1-5/+3
2023-10-22bcachefs: Kill bch2_fs_usage_scratch_get()Kent Overstreet1-9/+1
2023-10-22bcachefs: Fix livelock calling bch2_mark_bkey_replicas()Kent Overstreet1-0/+2
2023-10-22buckets.c fixups XXX squashKent Overstreet1-2/+0
2023-10-22bcachefs: Fix copygc thresholdKent Overstreet1-10/+16
2023-10-22bcachefs: Journal updates to dev usageKent Overstreet1-2/+5
2023-10-22bcachefs: Persist 64 bit io clocksKent Overstreet1-8/+1
2023-10-22bcachefs: Mark superblocks transactionallyKent Overstreet1-0/+6
2023-10-22bcachefs: Kill bch2_invalidate_bucket()Kent Overstreet1-2/+0
2023-10-22bcachefs: Refactor dev usageKent Overstreet1-10/+1
2023-10-22bcachefs: Fix integer overflow in bch2_disk_reservation_get()Kent Overstreet1-4/+3
2023-10-22bcachefs: Don't write bucket IO time lazilyKent Overstreet1-6/+0
2023-10-22bcachefs: Update transactional triggers interface to pass old & new keysKent Overstreet1-1/+1
2023-10-22bcachefs: Delete unused argumentsKent Overstreet1-5/+5
2023-10-22bcachefs: Use x-macros for data typesKent Overstreet1-2/+2
2023-10-22bcachefs: Rework triggers interfaceKent Overstreet1-2/+2
2023-10-22bcachefs: Kill BTREE_TRIGGER_NOOVERWRITESKent Overstreet1-3/+0
2023-10-22bcachefs: Interior btree updates are now fully transactionalKent Overstreet1-2/+0
2023-10-22bcachefs: Move extent overwrite handling out of core btree codeKent Overstreet1-1/+1
2023-10-22bcachefs: btree_ptr_v2Kent Overstreet1-1/+2
2023-10-22bcachefs: Split out btree_trigger_flagsKent Overstreet1-11/+2
2023-10-22bcachefs: Make btree_insert_entry more private to update pathKent Overstreet1-2/+2
2023-10-22bcachefs: Inline more of bch2_trans_commit hot pathKent Overstreet1-3/+3
2023-10-22bcachefs: Fix erasure coding disk space accountingKent Overstreet1-3/+3
2023-10-22bcachefs: Improve pointer marking checks and error messagesKent Overstreet1-0/+9
2023-10-22bcachefs: Rework calling convention for marking overwritesKent Overstreet1-7/+9
2023-10-22bcachefs: Update path now handles triggers that generate more triggersKent Overstreet1-1/+2
2023-10-22bcachefs: Improve key marking interfaceKent Overstreet1-11/+12
2023-10-22bcachefs: Don't use a fixed size buffer for fs_usage_deltasKent Overstreet1-4/+2
2023-10-22bcachefs: Fix spurious inconsistency in recoveryKent Overstreet1-0/+1
2023-10-22bcachefs: bch2_trans_mark_update()Kent Overstreet1-1/+10
2023-10-22bcachefs: Write out fs usage consistentlyKent Overstreet1-11/+16
2023-10-22bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-5/+5
2023-10-22bcachefs: Mark overwrites from journal replay in initial gcKent Overstreet1-0/+3
2023-10-22bcachefs: add ability to run gc on metadata onlyKent Overstreet1-1/+1
2023-10-22bcachefs: Caller now responsible for calling mark_key for gcKent Overstreet1-5/+5
2023-10-22bcachefs: Allocate fs_usage in do_btree_insert_at()Kent Overstreet1-8/+6
2023-10-22bcachefs: kill struct btree_insertKent Overstreet1-1/+1
2023-10-22bcachefs: Fix gc handling of bucket gensKent Overstreet1-1/+1
2023-10-22bcachefs: fs_usage_u64s()Kent Overstreet1-4/+8
2023-10-22bcachefs: Add a mechanism for blocking the journalKent Overstreet1-8/+1
2023-10-22bcachefs: Convert bucket invalidation to key marking pathKent Overstreet1-1/+2
2023-10-22bcachefs: refactor key marking code a bitKent Overstreet1-2/+2
2023-10-22bcachefs: Fix double counting when gc is runningKent Overstreet1-1/+1
2023-10-22bcachefs: gc lock no longer needed for disk reservationsKent Overstreet1-15/+2
2023-10-22bcachefs: Fix oldest_gen handlingKent Overstreet1-1/+3
2023-10-22bcachefs: initialize fs usage summary in recoveryKent Overstreet1-0/+1
2023-10-22bcachefs: Persist alloc info on clean shutdownKent Overstreet1-0/+2