summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2025-06-10bcachefs: Fix subvol to missing root repairKent Overstreet1-4/+15
2025-06-10bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()Kent Overstreet4-18/+61
2025-06-10bcachefs: delete dead code from may_delete_deleted_inode()Kent Overstreet1-12/+3
2025-06-10bcachefs: Repair code for directory i_sizeKent Overstreet2-1/+10
2025-06-10bcachefs: Kill un-reverted directory i_size codeKent Overstreet3-14/+6
2025-05-21bcachefs: Check for casefolded dirents in non casefolded dirsKent Overstreet2-1/+42
2025-05-21bcachefs: Fix bch2_dirent_create_snapshot() for casefoldingKent Overstreet4-21/+18
2025-05-21bcachefs: Fix casefold opt via xattr interfaceKent Overstreet4-26/+46
2025-05-19bcachefs: mkwrite() now only dirties one pageKent Overstreet1-7/+11
2025-05-18bcachefs: fix extent_has_stripe_ptr()Kent Overstreet2-20/+7
2025-05-17bcachefs: Fix bch2_btree_path_traverse_cached() when paths reallocedKent Overstreet3-11/+19
2025-05-14bcachefs: fix wrong arg to fsck_err()Kent Overstreet1-1/+1
2025-05-14bcachefs: Fix missing commit in backpointer to missing targetKent Overstreet1-38/+79
2025-05-14bcachefs: Fix accidental O(n^2) in fiemapKent Overstreet1-1/+3
2025-05-14bcachefs: Fix set_should_be_locked() call in peek_slot()Kent Overstreet1-8/+8
2025-05-14bcachefs: Fix self deadlockAlan Huang2-7/+26
2025-05-14bcachefs: Don't set btree nodes as accessed on fillKent Overstreet1-5/+4
2025-05-14bcachefs: Fix livelock in journal_entry_open()Kent Overstreet1-5/+12
2025-05-14bcachefs: Fix broken btree_path lock invariants in next_node()Kent Overstreet1-0/+6
2025-05-14bcachefs: Don't strip rebalance_opts from indirect extentsKent Overstreet1-1/+1
2025-05-07bcachefs: Don't aggressively discard the journalKent Overstreet1-3/+4
2025-05-07bcachefs: Ensure superblock gets written when we go EROKent Overstreet1-0/+5
2025-05-07bcachefs: Filter out harmless EROFS error messagesKent Overstreet1-1/+2
2025-05-07bcachefs: journal_shutdown is EROFS, not EIOKent Overstreet1-1/+1
2025-05-05bcachefs: Call bch2_fs_start before getting vfs superblockKent Overstreet1-8/+3
2025-05-05bcachefs: fix hung task timeout in journal readKent Overstreet1-1/+3
2025-05-05bcachefs: Add missing barriers before wake_up_bit()Kent Overstreet3-1/+10
2025-05-05bcachefs: Ensure proper write alignmentKent Overstreet1-1/+21
2025-05-05bcachefs: Improve want_cached_ptr()Kent Overstreet1-2/+3
2025-05-04bcachefs: thread_with_stdio: fix spinning instead of exitingKent Overstreet1-1/+3
2025-05-01bcachefs: Remove incorrect __counted_by annotationAlan Huang1-1/+7
2025-05-01bcachefs: add missing sched_annotate_sleep()Kent Overstreet1-2/+2
2025-05-01bcachefs: Fix __bch2_dev_group_set()Kent Overstreet1-13/+12
2025-05-01bcachefs: Kill ERO for i_blocks check in truncateKent Overstreet2-6/+18
2025-05-01bcachefs: check for inode.bi_sectors underflowKent Overstreet2-1/+23
2025-05-01bcachefs: Kill ERO in __bch2_i_sectors_acct()Kent Overstreet2-5/+23
2025-04-30bcachefs: readdir fixesKent Overstreet1-2/+2
2025-04-30bcachefs: improve missing journal write device error messageKent Overstreet1-1/+1
2025-04-28bcachefs: Topology error after insert is now an EROKent Overstreet1-17/+32
2025-04-28bcachefs: Use bch2_kvmalloc() for journal keys arrayKent Overstreet1-1/+1
2025-04-28bcachefs: More informative error message when shutting down due to errorKent Overstreet1-1/+3
2025-04-28bcachefs: btree_root_unreadable_and_scan_found_nothing autofix for non data b...Kent Overstreet1-2/+25
2025-04-28bcachefs: btree_node_data_missing is now autofixKent Overstreet1-1/+1
2025-04-28bcachefs: Don't generate alloc updates to invalid bucketsKent Overstreet1-0/+7
2025-04-28bcachefs: Improve bch2_dev_bucket_missing()Kent Overstreet2-7/+12
2025-04-28bcachefs: fix bch2_dev_buckets_resize()Kent Overstreet1-5/+3
2025-04-28bcachefs: Add upgrade table entry from 0.14Kent Overstreet2-2/+6
2025-04-28bcachefs: Run BCH_RECOVERY_PASS_reconstruct_snapshots on missing subvol -> sn...Kent Overstreet1-2/+3
2025-04-28bcachefs: Add missing utf8_unload()Kent Overstreet1-0/+4
2025-04-28bcachefs: Emit unicode version message on startupKent Overstreet1-19/+23