summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2025-06-16bcachefs: trace_extent_trim_atomicKent Overstreet2-1/+17
2025-06-12bcachefs: Don't trace should_be_locked unless changingKent Overstreet1-2/+4
2025-06-12bcachefs: Ensure that snapshot creation propagates has_case_insensitiveKent Overstreet1-0/+10
2025-06-12bcachefs: Print devices we're mounting on multi device filesystemsKent Overstreet1-6/+14
2025-06-12bcachefs: Don't trust sb->nr_devices in members_to_text()Kent Overstreet1-4/+30
2025-06-12bcachefs: Fix version checks in validate_bset()Kent Overstreet1-5/+11
2025-06-12bcachefs: ioctl: avoid stack overflow warningArnd Bergmann1-2/+2
2025-06-12bcachefs: Don't pass trans to fsck_err() in gc_accounting_doneKent Overstreet1-1/+3
2025-06-12bcachefs: Fix leak in bch2_fs_recovery() error pathKent Overstreet1-4/+4
2025-06-12bcachefs: Fix rcu_pending for PREEMPT_RTKent Overstreet1-11/+11
2025-06-12bcachefs: Fix downgrade_table_extra()Kent Overstreet1-1/+4
2025-06-12bcachefs: Don't put rhashtable on stackKent Overstreet1-9/+13
2025-06-12bcachefs: Make sure opts.read_only gets propagated back to VFSKent Overstreet2-1/+11
2025-06-12bcachefs: Fix possible console lock involved deadlockAlan Huang6-20/+8
2025-06-12bcachefs: mark more errors autofixKent Overstreet1-4/+4
2025-06-12bcachefs: Don't persistently run scan_for_btree_nodesKent Overstreet2-3/+13
2025-06-12bcachefs: Read error message now prints if self healingKent Overstreet2-2/+10
2025-06-12bcachefs: Only run 'increase_depth' for keys from btree node csanKent Overstreet1-1/+12
2025-06-12bcachefs: Mark need_discard_freespace_key_bad autofixKent Overstreet1-1/+1
2025-06-12bcachefs: Update /dev/disk/by-uuid on device addKent Overstreet1-0/+16
2025-06-12bcachefs: Add more flags to btree nodes for rewrite reasonKent Overstreet4-6/+48
2025-06-12bcachefs: Add range being updated to btree_update_to_text()Kent Overstreet2-2/+31
2025-06-12bcachefs: Log fsck errors in the journalKent Overstreet1-0/+3
2025-06-12bcachefs: Add missing restart handling to check_topology()Kent Overstreet1-35/+60
2025-06-05Merge tag 'bcachefs-2025-06-04' of git://evilpiepirate.org/bcachefsLinus Torvalds98-1757/+2323
2025-06-04bcachefs: add cond_resched() to handle_overwrites()Kent Overstreet1-0/+2
2025-06-04bcachefs: Make journal read log message a bit quieterKent Overstreet1-5/+5
2025-06-04bcachefs: Fix subvol to missing root repairKent Overstreet1-4/+14
2025-06-04bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()Kent Overstreet4-19/+62
2025-06-04bcachefs: delete dead code from may_delete_deleted_inode()Kent Overstreet1-12/+3
2025-06-04bcachefs: Add flags to subvolume_to_text()Kent Overstreet1-0/+7
2025-06-04bcachefs: Fix oops in btree_node_seq_matches()Kent Overstreet1-2/+21
2025-06-04bcachefs: Fix dirent_casefold_mismatch repairKent Overstreet5-118/+162
2025-06-04bcachefs: Fix bch2_fsck_rename_dirent() for casefoldKent Overstreet3-13/+25
2025-06-04bcachefs: Redo bch2_dirent_init_name()Kent Overstreet2-70/+66
2025-06-04bcachefs: Fix -Wc23-extensions in bch2_check_dirents()Nathan Chancellor1-1/+2
2025-06-02bcachefs: Run check_dirents second time if requiredKent Overstreet4-27/+49
2025-06-02bcachefs: Run snapshot deletion out of system_long_wqKent Overstreet1-1/+1
2025-06-02bcachefs: Make check_key_has_snapshot saferKent Overstreet2-22/+37
2025-06-02bcachefs: BCH_RECOVERY_PASS_NO_RATELIMITKent Overstreet5-13/+53
2025-06-02bcachefs: bch2_require_recovery_pass()Kent Overstreet3-2/+37
2025-06-02bcachefs: bch_err_throw()Kent Overstreet60-405/+459
2025-06-02bcachefs: Repair code for directory i_sizeKent Overstreet2-1/+10
2025-06-02bcachefs: Kill un-reverted directory i_size codeKent Overstreet3-14/+6
2025-06-02bcachefs: Delete redundant fsck_err()Kent Overstreet2-18/+0
2025-06-02bcachefs: Convert BUG() to errorKent Overstreet1-1/+2
2025-06-01bcachefs: Add better logging to fsck_rename_dirent()Kent Overstreet1-3/+8
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet41-525/+344
2025-06-01bcachefs: CLASS(btree_trans)Kent Overstreet1-10/+21
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1