summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: kill bch2_dev_bkey_exists() in data_update_init()Kent Overstreet1-2/+10
2024-05-09bcachefs: kill bch2_dev_bkey_exists() in bkey_pick_read_device()Kent Overstreet1-15/+22
2024-05-09bcachefs: pass bch_dev to read_from_stale_dirty_pointer()Kent Overstreet1-2/+2
2024-05-09bcachefs: bch2_dev_bucket_exists() uses bch2_dev_rcu()Kent Overstreet1-7/+5
2024-05-09bcachefs: kill bch2_dev_bkey_exists() in btree_gc.cKent Overstreet1-10/+31
2024-05-09bcachefs: bch2_extent_normalize() -> bch2_dev_rcu()Kent Overstreet1-1/+6
2024-05-09bcachefs: bch2_bkey_has_target() -> bch2_dev_rcu()Kent Overstreet1-3/+10
2024-05-09bcachefs: extent_ptr_invalid() -> bch2_dev_rcu()Kent Overstreet1-11/+19
2024-05-09bcachefs: ptr_stale() -> dev_ptr_stale()Kent Overstreet6-16/+18
2024-05-09bcachefs: extent_ptr_durability() -> bch2_dev_rcu()Kent Overstreet4-5/+21
2024-05-09bcachefs: bch2_extent_merge() -> bch2_dev_rcu()Kent Overstreet1-3/+6
2024-05-09bcachefs: ec_validate_checksums() -> bch2_dev_tryget()Kent Overstreet1-10/+12
2024-05-09bcachefs: ob_dev()Kent Overstreet4-14/+22
2024-05-09bcachefs: move replica_set from bch_dev to bch_fsKent Overstreet3-10/+5
2024-05-09bcachefs: Kill bch2_dev_bkey_exists() in backpointer codeKent Overstreet6-52/+102
2024-05-09bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet8-49/+57
2024-05-09bcachefs: bch2_dev_iterate()Kent Overstreet2-7/+19
2024-05-09bcachefs: bch2_evacuate_bucket() -> bch2_dev_tryget()Kent Overstreet1-1/+6
2024-05-09bcachefs: bch2_bucket_ref_update() now takes bch_devKent Overstreet3-28/+42
2024-05-09bcachefs: bch2_trigger_alloc() -> bch2_dev_tryget()Kent Overstreet1-12/+11
2024-05-09bcachefs: bch2_check_alloc_key() -> bch2_dev_tryget_noerror()Kent Overstreet4-12/+40
2024-05-09bcachefs: Convert to bch2_dev_tryget_noerror()Kent Overstreet2-18/+4
2024-05-09bcachefs: bch2_dev_tryget()Kent Overstreet2-0/+25
2024-05-09bcachefs: bch2_have_enough_devs() checks for nonexistent deviceKent Overstreet1-5/+7
2024-05-09bcachefs: journal_replay_entry_early() checks for nonexistent deviceKent Overstreet1-8/+11
2024-05-09bcachefs: bch2_dev_btree_bitmap_marked() -> bch2_dev_rcu()Kent Overstreet1-6/+19
2024-05-09bcachefs: Pass device to bch2_bucket_do_index()Kent Overstreet1-6/+5
2024-05-09bcachefs: Pass device to bch2_alloc_write_key()Kent Overstreet1-2/+2
2024-05-09bcachefs: bch2_dev_safe() -> bch2_dev_rcu()Kent Overstreet3-2/+3
2024-05-09bcachefs: Debug asserts for ca->refKent Overstreet3-3/+37
2024-05-09bcachefs: New helpers for device refcountsKent Overstreet9-41/+50
2024-05-09bcachefs: bch2_print_allocator_stuck()Kent Overstreet5-76/+114
2024-05-09bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet7-10/+2
2024-05-09bcachefs: x-macroize journal flags enumsKent Overstreet11-33/+44
2024-05-09bcachefs: On device add, prefer unused slotsKent Overstreet1-3/+22
2024-05-09bcachefs: Kill opts.buckets_nouseKent Overstreet4-24/+32
2024-05-09bcachefs: simplify bch2_trans_start_alloc_update()Kent Overstreet4-46/+37
2024-05-09bcachefs: __mark_stripe_bucket() now takes bch_alloc_v4Kent Overstreet2-63/+38
2024-05-09bcachefs: __mark_pointer now takes bch_alloc_v4Kent Overstreet3-41/+33
2024-05-09bcachefs: kill bch2_dev_usage_update_m()Kent Overstreet5-63/+41
2024-05-09bcachefs: alloc_data_type_set()Kent Overstreet4-31/+36
2024-05-09bcachefs: dirty_sectors -> replicas_sectorsKent Overstreet1-4/+4
2024-05-09bcachefs: delete old gen check bch2_alloc_write_key()Kent Overstreet1-3/+0
2024-05-09bcachefs: Correct the FS_IOC_GETFLAGS to FS_IOC32_GETFLAGS in bch2_compat_fs_...Youling Tang1-1/+1
2024-05-09bcachefs: Fix error path of bch2_link_trans()Youling Tang1-2/+2
2024-05-09bcachefs: Change destroy_inode to free_inodeYouling Tang1-11/+3
2024-05-09bcachefs: Simplify resuming of journal positionKent Overstreet2-43/+8
2024-05-09bcachefs: check inode backpointer in bch2_lookup()Kent Overstreet1-6/+18
2024-05-09bcachefs: check for inodes that should have backpointers in fsckKent Overstreet2-0/+18
2024-05-09bcachefs: bch_member.last_journal_bucketKent Overstreet5-0/+42