summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bcachefs: bucket_data_type_mismatch()Kent Overstreet2024-05-084-25/+26
* bcachefs: Clean up inode allocKent Overstreet2024-05-081-22/+29
* bcachefs: journal seq blacklist gc no longer has to walk btreeKent Overstreet2024-05-087-66/+26
* bcachefs: plumb data_type into bch2_bucket_alloc_trans()Kent Overstreet2024-05-083-6/+12
* bcachefs: Add btree_allocated_bitmap to member_to_text()Kent Overstreet2024-05-081-0/+8
* bcachefs: Btree key cache instrumentationKent Overstreet2024-05-083-26/+69
* bcachefs: Remove calls to folio_set_errorMatthew Wilcox (Oracle)2024-05-081-10/+2
* bcachefs: Move gc of bucket.oldest_gen to workqueueKent Overstreet2024-05-087-102/+22
* bcachefs: fix flag printing in journal_buf_to_text()Kent Overstreet2024-05-081-2/+2
* bcachefs: Sync journal when we complete a recovery passKent Overstreet2024-05-081-1/+2
* bcachefs: make btree read errors silent during scanKent Overstreet2024-05-081-5/+11
* bcachefs: Rip bch2_snapshot_equiv() out of fsckKent Overstreet2024-05-082-95/+30
* bcachefs: Check for writing btree_ptr_v2.sectors_written == 0Kent Overstreet2024-05-082-1/+7
* bcachefs: Add asserts to bch2_dev_btree_bitmap_marked_sectors()Kent Overstreet2024-05-081-0/+3
* bcachefs: fs_alloc_debug_to_text()Kent Overstreet2024-05-081-0/+35
* bcachefs: assert that online_reserved == 0 on shutdownKent Overstreet2024-05-081-0/+1
* bcachefs: bch2_trans_verify_not_unlocked()Kent Overstreet2024-05-085-2/+46
* bcachefs: bch2_btree_path_can_relock()Kent Overstreet2024-05-081-4/+29
* bcachefs: trans->lockedKent Overstreet2024-05-084-23/+43
* bcachefs: bch2_btree_root_alloc_fake_trans()Kent Overstreet2024-05-083-5/+7
* bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Kent Overstreet2024-05-0810-4/+29
* bcachefs: Use bch2_btree_path_upgrade() in key cache traverseKent Overstreet2024-05-081-16/+3
* bcachefs: bch2_btree_path_upgrade() checks nodes_locked, not uptodateKent Overstreet2024-05-082-9/+8
* bcachefs: maintain lock invariants in btree_iter_next_node()Kent Overstreet2024-05-081-0/+3
* bcachefs: bch2_trans_commit_flags_to_text()Kent Overstreet2024-05-084-5/+29
* bcachefs: prefer drop_locks_do()Kent Overstreet2024-05-081-3/+2
* bcachefs: get_unlocked_mut_path -> bch2_path_get_unlocked_mutKent Overstreet2024-05-083-23/+26
* bcachefs: fix typo in reference to BCACHEFS_DEBUGLukas Bulwahn2024-05-081-1/+1
* bcachefs: chardev: make bch_chardev_class constantRicardo B. Marliere2024-05-081-13/+22
* bcachefs: member helper cleanupsKent Overstreet2024-05-0826-126/+133
* bcachefs: bucket_valid()Kent Overstreet2024-05-087-25/+35
* bcachefs: bch2_trans_relock_fail() - factor out slowpathKent Overstreet2024-05-081-46/+52