summaryrefslogtreecommitdiff
path: root/fs/bcachefs/buckets.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-18bcachefs: bch2_folio_reservation_get_partial() is now better behavedKent Overstreet1-2/+5
2024-09-21bcachefs: bch2_trigger_ptr() calculates sectors even when no deviceKent Overstreet1-3/+5
2024-09-21bcachefs: EIO errcode cleanupKent Overstreet1-7/+7
2024-09-21bcachefs: bch2_dev_rcu_noerror()Kent Overstreet1-1/+1
2024-09-21bcachefs: Move tabstop setup to bch2_dev_usage_to_text()Kent Overstreet1-0/+9
2024-09-09bcachefs: Annotate bch_replicas_entry_{v0,v1} with __counted_by()Thorsten Blum1-1/+1
2024-09-09bcachefs: More BCH_SB_MEMBER_INVALID supportKent Overstreet1-7/+8
2024-09-01bcachefs: fix rebalance accountingKent Overstreet1-1/+1
2024-08-24bcachefs: Fix rebalance_work accountingKent Overstreet1-25/+49
2024-08-16bcachefs: Fix locking in __bch2_trans_mark_dev_sb()Kent Overstreet1-5/+9
2024-08-16bcachefs: Fix forgetting to pass trans to fsck_err()Kent Overstreet1-1/+1
2024-08-13bcachefs: bcachefs_metadata_version_disk_accounting_inumKent Overstreet1-0/+14
2024-08-09bcachefs: improve bch2_dev_usage_to_text()Kent Overstreet1-4/+8
2024-07-14bcachefs: Fix missing BTREE_TRIGGER_bucket_invalidate flagKent Overstreet1-1/+1
2024-07-14bcachefs: Reduce the scope of gc_lockKent Overstreet1-2/+0
2024-07-14bcachefs: fsck_err() may now take a btree_transKent Overstreet1-20/+20
2024-07-14bcachefs: bch_acct_rebalance_workKent Overstreet1-0/+9
2024-07-14bcachefs: bch_acct_btreeKent Overstreet1-0/+10
2024-07-14bcachefs: bch_acct_snapshotKent Overstreet1-0/+10
2024-07-14bcachefs: bch_acct_compressionKent Overstreet1-10/+47
2024-07-14bcachefs: Convert gc to new accountingKent Overstreet1-153/+32
2024-07-14bcachefs: Kill fs_usage_onlineKent Overstreet1-10/+0
2024-07-14bcachefs: Kill bch2_fs_usage_to_text()Kent Overstreet1-39/+0
2024-07-14bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet1-55/+6
2024-07-14bcachefs: kill bch2_fs_usage_read()Kent Overstreet1-34/+0
2024-07-14bcachefs: Kill bch2_fs_usage_initialize()Kent Overstreet1-29/+0
2024-07-14bcachefs: dev_usage updated by new accountingKent Overstreet1-31/+5
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet1-243/+48
2024-07-14bcachefs: BCH_DATA_unstripedKent Overstreet1-3/+11
2024-07-14bcachefs: bch_alloc->stripe_sectorsKent Overstreet1-7/+9
2024-07-14bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()Uros Bizjak1-9/+8
2024-07-10bcachefs: Fix RCU splatKent Overstreet1-1/+1
2024-06-10bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()Kent Overstreet1-15/+35
2024-06-10bcachefs: Replace bucket_valid() asserts in bucket lookup with proper checksKent Overstreet1-0/+2
2024-06-10bcachefs: Fix refcount leak in check_fix_ptrs()Kent Overstreet1-116/+133
2024-05-28bcachefs: Fix uninitialized var warningKent Overstreet1-1/+1
2024-05-20bcachefs: Fix ref in trans_mark_dev_sbs() error pathKent Overstreet1-1/+1
2024-05-20bcachefs: Fix rcu splat in check_fix_ptrs()Kent Overstreet1-5/+6
2024-05-09bcachefs: kill bch2_dev_bkey_exists() in bch2_check_fix_ptrs()Kent Overstreet1-3/+24
2024-05-08bcachefs: Kill bch2_dev_bkey_exists() in backpointer codeKent Overstreet1-1/+1
2024-05-08bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet1-1/+1
2024-05-08bcachefs: bch2_bucket_ref_update() now takes bch_devKent Overstreet1-21/+26
2024-05-08bcachefs: New helpers for device refcountsKent Overstreet1-2/+2
2024-05-08bcachefs: Kill opts.buckets_nouseKent Overstreet1-16/+27
2024-05-08bcachefs: simplify bch2_trans_start_alloc_update()Kent Overstreet1-11/+4
2024-05-08bcachefs: __mark_stripe_bucket() now takes bch_alloc_v4Kent Overstreet1-1/+0
2024-05-08bcachefs: __mark_pointer now takes bch_alloc_v4Kent Overstreet1-31/+14
2024-05-08bcachefs: kill bch2_dev_usage_update_m()Kent Overstreet1-28/+7
2024-05-08bcachefs: dirty_sectors -> replicas_sectorsKent Overstreet1-4/+4
2024-05-08bcachefs: Run bch2_check_fix_ptrs() via triggersKent Overstreet1-2/+240