summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Kill bch2_dev_bkey_exists() in backpointer codeKent Overstreet2024-05-086-52/+102
* bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet2024-05-088-49/+57
* bcachefs: bch2_dev_iterate()Kent Overstreet2024-05-082-7/+19
* bcachefs: bch2_evacuate_bucket() -> bch2_dev_tryget()Kent Overstreet2024-05-081-1/+6
* bcachefs: bch2_bucket_ref_update() now takes bch_devKent Overstreet2024-05-083-28/+42
* bcachefs: bch2_trigger_alloc() -> bch2_dev_tryget()Kent Overstreet2024-05-081-12/+11
* bcachefs: bch2_check_alloc_key() -> bch2_dev_tryget_noerror()Kent Overstreet2024-05-084-12/+40
* bcachefs: Convert to bch2_dev_tryget_noerror()Kent Overstreet2024-05-082-18/+4
* bcachefs: bch2_dev_tryget()Kent Overstreet2024-05-082-0/+25
* bcachefs: bch2_have_enough_devs() checks for nonexistent deviceKent Overstreet2024-05-081-5/+7
* bcachefs: journal_replay_entry_early() checks for nonexistent deviceKent Overstreet2024-05-081-8/+11
* bcachefs: bch2_dev_btree_bitmap_marked() -> bch2_dev_rcu()Kent Overstreet2024-05-081-6/+19
* bcachefs: Pass device to bch2_bucket_do_index()Kent Overstreet2024-05-081-6/+5
* bcachefs: Pass device to bch2_alloc_write_key()Kent Overstreet2024-05-081-2/+2
* bcachefs: bch2_dev_safe() -> bch2_dev_rcu()Kent Overstreet2024-05-083-2/+3
* bcachefs: Debug asserts for ca->refKent Overstreet2024-05-083-3/+37
* bcachefs: New helpers for device refcountsKent Overstreet2024-05-089-41/+50
* bcachefs: bch2_print_allocator_stuck()Kent Overstreet2024-05-085-76/+114
* closures: closure_sync_timeout()Kent Overstreet2024-05-082-0/+49
* bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet2024-05-087-10/+2
* bcachefs: x-macroize journal flags enumsKent Overstreet2024-05-0811-33/+44
* bcachefs: On device add, prefer unused slotsKent Overstreet2024-05-081-3/+22
* bcachefs: Kill opts.buckets_nouseKent Overstreet2024-05-084-24/+32
* bcachefs: CodingStyleKent Overstreet2024-05-082-0/+187
* bcachefs: simplify bch2_trans_start_alloc_update()Kent Overstreet2024-05-084-46/+37
* bcachefs: __mark_stripe_bucket() now takes bch_alloc_v4Kent Overstreet2024-05-082-63/+38
* bcachefs: __mark_pointer now takes bch_alloc_v4Kent Overstreet2024-05-083-41/+33
* bcachefs: kill bch2_dev_usage_update_m()Kent Overstreet2024-05-085-63/+41
* bcachefs: alloc_data_type_set()Kent Overstreet2024-05-084-31/+36
* bcachefs: dirty_sectors -> replicas_sectorsKent Overstreet2024-05-081-4/+4
* bcachefs: delete old gen check bch2_alloc_write_key()Kent Overstreet2024-05-081-3/+0
* bcachefs: Correct the FS_IOC_GETFLAGS to FS_IOC32_GETFLAGS in bch2_compat_fs_...Youling Tang2024-05-081-1/+1
* bcachefs: Fix error path of bch2_link_trans()Youling Tang2024-05-081-2/+2
* bcachefs: Change destroy_inode to free_inodeYouling Tang2024-05-081-11/+3
* bcachefs: Simplify resuming of journal positionKent Overstreet2024-05-082-43/+8
* bcachefs: check inode backpointer in bch2_lookup()Kent Overstreet2024-05-081-6/+18
* bcachefs: check for inodes that should have backpointers in fsckKent Overstreet2024-05-082-0/+18
* bcachefs: bch_member.last_journal_bucketKent Overstreet2024-05-085-0/+42
* bcachefs: uninline set_btree_iter_dontneed()Kent Overstreet2024-05-085-18/+20
* bcachefs: eliminate the uninitialized compilation warning in bch2_reconstruct...Hongbo Li2024-05-081-1/+2
* bcachefs: fix btree_path_clone() ip_allocatedKent Overstreet2024-05-081-3/+7
* bcachefs: Fix format specifiers in bch2_btree_key_cache_to_text()Nathan Chancellor2024-05-081-2/+2
* bcachefs: Fix type of flags parameter for some ->trigger() implementationsNathan Chancellor2024-05-0810-12/+18
* bcachefs: Kill gc_init_recurse()Kent Overstreet2024-05-083-158/+55
* bcachefs: do reflink_p repair from BTREE_TRIGGER_check_repairKent Overstreet2024-05-081-2/+5
* bcachefs: Run bch2_check_fix_ptrs() via triggersKent Overstreet2024-05-087-296/+326
* bcachefs: kill gc looping for bucket gensKent Overstreet2024-05-082-86/+18
* bcachefs: bch2_bucket_ref_update()Kent Overstreet2024-05-083-33/+42
* bcachefs: Consolidate mark_stripe_bucket() and trans_mark_stripe_bucket()Kent Overstreet2024-05-081-116/+135
* bcachefs: mark_stripe_bucket cleanupKent Overstreet2024-05-081-35/+65