summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: Tweak journal reclaim orderKent Overstreet
2023-10-22bcachefs: Make sure BCH_FS_FSCK_DONE gets setKent Overstreet
2023-10-22bcachefs: Improve error messages in superblock write pathKent Overstreet
2023-10-22bcachefs: Log what we're doing when repairingKent Overstreet
2023-10-22bcachefs: Fix race between btree updates & journal replayKent Overstreet
2023-10-22bcachefs: bch2_journal_entry_to_text()Kent Overstreet
2023-10-22bcachefs: BCH_JSET_ENTRY_logKent Overstreet
2023-10-22bcachefs: Add error messages for memory allocation failuresKent Overstreet
2023-10-22bcachefs: Journal replay does't resort main list of keysKent Overstreet
2023-10-22bcachefs: Add iter_flags arg to bch2_btree_delete_range()Kent Overstreet
2023-10-22bcachefs: Add an error message for copygc spinningKent Overstreet
2023-10-22bcachefs: Fix keylist size in btree_updateKent Overstreet
2023-10-22bcachefs: Improve error messages in device add pathKent Overstreet
2023-10-22bcachefs: bch2_hprint(): don't print decimal if conversion was exactKent Overstreet
2023-10-22bcachefs: Optimize bucket reuseKent Overstreet
2023-10-22bcachefs: Always check for bucket reuse after readKent Overstreet
2023-10-22bcachefs: bch2_journal_noflush_seq()Kent Overstreet
2023-10-22bcachefs: Add a tracepoint for the btree cache shrinkerKent Overstreet
2023-10-22bcachefs: Run scan_old_btree_nodes after version upgradeKent Overstreet
2023-10-22bcachefs: Update sysfs compression_stats for snapshotsKent Overstreet
2023-10-22bcachefs: Kill bch2_ec_mem_alloc()Kent Overstreet
2023-10-22bcachefs: Fix allocator + journal interactionKent Overstreet
2023-10-22bcachefs: New in-memory array for bucket gensKent Overstreet
2023-10-22bcachefs: Separate out gc_bucket()Kent Overstreet
2023-10-22bcachefs: Put open_buckets in a hashtableKent Overstreet
2023-10-22bcachefs: Refactor open_bucket codeKent Overstreet
2023-10-22bcachefs: bch2_alloc_sectors_append_ptrs() now takes cached flagKent Overstreet
2023-10-22bcachefs: Delete some obsolete journal_seq_blacklist codeKent Overstreet
2023-10-22bcachefs: Journal initialization fixesKent Overstreet
2023-10-22bcachefs: Use BTREE_ITER_NOPRESERVE in bch2_btree_iter_verify_ret()Kent Overstreet
2023-10-22bcachefs: Fix bch2_journal_meta()Kent Overstreet
2023-10-22bcachefs: bch2_journal_key_insert() no longer transfers ownershipKent Overstreet
2023-10-22bcachefs: Kill ptr_bucket_mark()Kent Overstreet
2023-10-22bcachefs: Don't start allocator threads too earlyKent Overstreet
2023-10-22bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marksKent Overstreet
2023-10-22bcachefs: Rewrite bch2_bucket_alloc_new_fs()Kent Overstreet
2023-10-22bcachefs: Kill non-lru cache replacement policiesKent Overstreet
2023-10-22bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()Kent Overstreet
2023-10-22bcachefs: Turn encoded_extent_max into a regular optionKent Overstreet
2023-10-22bcachefs: Option improvementsKent Overstreet
2023-10-22bcachefs: Fix debugfs -bfloat-failedKent Overstreet
2023-10-22bcachefs: BTREE_ITER_NOPRESERVEKent Overstreet
2023-10-22bcachefs: Fix some shutdown path bugsKent Overstreet
2023-10-22bcachefs: Optimize memory accesses in bch2_btree_node_get()Kent Overstreet
2023-10-22bcachefs: Make sure bch2_bucket_alloc_new_fs() obeys buckets_nouseKent Overstreet
2023-10-22bcachefs: Kill some obsolete sysfs codeKent Overstreet
2023-10-22bcachefs: Don't call bch2_bkey_transform() unnecessarilyKent Overstreet
2023-10-22bcachefs: Kill bch2_sort_repack_merge()Kent Overstreet
2023-10-22bcachefs: Split out CONFIG_BCACHEFS_DEBUG_TRANSACTIONSKent Overstreet
2023-10-22bcachefs: Fix an assertion in bch2_truncate()Kent Overstreet