summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: Remove some BKEY_PADDED usesKent Overstreet
2023-10-22bcachefs: Go back to 16 bit mantissa bkey floatsKent Overstreet
2023-10-22bcachefs: Fall back to slowpath on exact comparisonKent Overstreet
2023-10-22bcachefs: kill BFLOAT_FAILED_PREVKent Overstreet
2023-10-22bcachefs: bch2_read_extent() microoptimizationsKent Overstreet
2023-10-22bcachefs: Pipeline binary searches and linear searchesKent Overstreet
2023-10-22bcachefs: Make __bch2_bkey_cmp_packed() smallerKent Overstreet
2023-10-22bcachefs: Inline fast path of bch2_increment_clock()Kent Overstreet
2023-10-22bcachefs: Avoid calling bch2_btree_iter_relock() in bch2_btree_iter_traverse()Kent Overstreet
2023-10-22bcachefs: Add an option for fsck error ratelimitingKent Overstreet
2023-10-22bcachefs: Don't BUG_ON() sector count overflowKent Overstreet
2023-10-22bcachefs: Some reflink fixesKent Overstreet
2023-10-22bcachefs: Fix setting of attributes mask in getattrKent Overstreet
2023-10-22bcachefs: Eliminate function calls in DIO fastpathsKent Overstreet
2023-10-22bcachefs: DIO write path only needs to shoot down pagecache once, not twiceKent Overstreet
2023-10-22bcachefs: Add pagecache_add lock to buffered IO path, fault pathKent Overstreet
2023-10-22bcachefs: Fix uninitialized field in hash_check_init()Justin Husted
2023-10-22bcachefs: Don't hold inode lock longer than necessary in dio write pathKent Overstreet
2023-10-22bcachefs: Avoid atomics in write fast pathKent Overstreet
2023-10-22bcachefs: Don't use extent_ptr_decoded_append() in write path (fixup patch)Kent Overstreet
2023-10-22bcachefs: bch2_btree_iter_fix_key_modified()Kent Overstreet
2023-10-22bcachefs: Inline more of bch2_trans_commit hot pathKent Overstreet
2023-10-22bcachefs: Trust btree alloc info at runtimeKent Overstreet
2023-10-22bcachefs: More bset.c microoptimizationKent Overstreet
2023-10-22bcachefs: Initialize btree_node flags field in bch2_btree_root_alloc.Justin Husted
2023-10-22bcachefs: Further padding fixes in bch2_journal_super_entries_add_common()Justin Husted
2023-10-22bcachefs: Initialize padding space after alloc bkeyJustin Husted
2023-10-22bcachefs: Add missing error checking in bch2_find_by_inum_trans()Kent Overstreet
2023-10-22bcachefs: Fix an error path raceKent Overstreet
2023-10-22bcachefs: Don't reuse bio in retry pathKent Overstreet
2023-10-22bcachefs: Don't use rep movsq for small memcopiesKent Overstreet
2023-10-22bcachefs: Avoid calling iter_prev() in extent update pathKent Overstreet
2023-10-22bcachefs: kill bch2_extent_merge_inline()Kent Overstreet
2023-10-22bcachefs: Don't use FUA unnecessarilyKent Overstreet
2023-10-22bcachefs: Refactor bch2_trans_commit() pathKent Overstreet
2023-10-22bcachefs: Make btree_node_type_needs_gc() cheaperKent Overstreet
2023-10-22bcachefs: Make replicas_delta_list smallerKent Overstreet
2023-10-22bcachefs: Don't submit bio in write path under lockKent Overstreet
2023-10-22bcachefs: Drop bch_write_op->io_wqKent Overstreet
2023-10-22bcachefs: Limit bios in writepages path to 256MKent Overstreet
2023-10-22bcachefs: Fix an iterator counting bugKent Overstreet
2023-10-22bcachefs: Fix flushing held btree writes when there's a fs errorKent Overstreet
2023-10-22bcachefs: Fix iterator counting for reflink pointers (again)Kent Overstreet
2023-10-22bcachefs: Fix a debug assertionKent Overstreet
2023-10-22bcachefs: Switch to .iterate_shared for readdirKent Overstreet
2023-10-22bcachefs: Fix creation of lost+foundKent Overstreet
2023-10-22bcachefs: Fix a subtle race in the btree split pathKent Overstreet
2023-10-22bcachefs: Kill bchfs_extent_update()Kent Overstreet
2023-10-22bcachefs: Convert bch2_fpunch to bch2_extent_update()Kent Overstreet
2023-10-22bcachefs: Split out bchfs_extent_update()Kent Overstreet