summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
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
2023-10-22bcachefs: Fix debug build in userspaceKent Overstreet
2023-10-22bcachefs: Add missing bch2_trans_iter_exit() callKent Overstreet
2023-10-22bcachefs: Improve alloc_mem_to_key()Kent Overstreet
2023-10-22bcachefs: bch2_alloc_write()Kent Overstreet
2023-10-22bcachefs: Add more time_statsKent Overstreet
2023-10-22bcachefs: Print out OPT_SECTORS options in bytesKent Overstreet
2023-10-22bcachefs: Fix null ptr deref in fsck_inode_rm()Kent Overstreet
2023-10-22bcachefs: Don't erasure code cached ptrsKent Overstreet
2023-10-22bcachefs: Split out struct gc_stripe from struct stripeKent Overstreet
2023-10-22bcachefs: Convert a BUG_ON() to a warningKent Overstreet
2023-10-22bcachefs: bch2_trans_update() is now __must_checkKent Overstreet
2023-10-22bcachefs: Make __bch2_journal_debug_to_text() more readableKent Overstreet
2023-10-22bcachefs: Specify filesystem optionsKent Overstreet
2023-10-22bcachefs: Fix copygc sectors_to_move calculationKent Overstreet
2023-10-22bcachefs: Convert journal sysfs params to regular optionsKent Overstreet
2023-10-22bcachefs: Fix btree_path leaks in bch2_trans_update()Kent Overstreet
2023-10-22bcachefs: Erasure coding fixesKent Overstreet
2023-10-22bcachefs: Handle replica marking fsck errors locallyKent Overstreet
2023-10-22bcachefs: Push c->mark_lock usage down to where it is neededKent Overstreet
2023-10-22bcachefs: Kill bch2_replicas_delta_list_marked()Kent Overstreet
2023-10-22bcachefs: Fix reflink path for snapshotsKent Overstreet
2023-10-22bcachefs: Convert bucket_alloc_ret to negative error codesKent Overstreet
2023-10-22bcachefs: Fix page state after fallocateKent Overstreet
2023-10-22bcachefs: Fix page state when reading into !PageUptodate pagesKent Overstreet
2023-10-22bcachefs: Kill PAGE_SECTOR_SHIFTKent Overstreet
2023-10-22bcachefs: Apply workaround for too many btree iters to read pathKent Overstreet
2023-10-22bcachefs: Fix quota support for snapshotsKent Overstreet