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