summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: Kill btree_node_iter_largeKent Overstreet
2023-10-22bcachefs: Use one buffer for sorting whiteoutsKent Overstreet
2023-10-22bcachefs: Refactor whiteouts compactionKent Overstreet
2023-10-22bcachefs: Whiteout changesKent Overstreet
2023-10-22bcachefs: Always emit new extents on partial overwriteKent Overstreet
2023-10-22bcachefs: Fix bch2_verify_insert_pos()Kent Overstreet
2023-10-22bcachefs: Put inline data behind a mount option for nowKent Overstreet
2023-10-22bcachefs: bch2_check_set_feature()Kent Overstreet
2023-10-22bcachefs: Switch to macro for bkey_opsKent Overstreet
2023-10-22bcachefs: bkey_on_stack_reassemble()Kent Overstreet
2023-10-22bcachefs: kill ca->freelist_lockKent Overstreet
2023-10-22bcachefs: Reorganize extents.cKent Overstreet
2023-10-22bcachefs: Inline data extentsKent Overstreet
2023-10-22bcachefs: Split out extent_update.cKent Overstreet
2023-10-22bcachefs: Rework of cut_front & cut_backKent Overstreet
2023-10-22bcachefs: bkey noopsKent Overstreet
2023-10-22bcachefs: kill bch2_extent_has_device()Kent Overstreet
2023-10-22bcachefs: bkey_on_stackKent Overstreet
2023-10-22bcachefs: Make memcpy_to_bio() param constKent Overstreet
2023-10-22bcachefs: Use wbc_to_write_flags()Kent Overstreet
2023-10-22bcachefs: Fix erorr path in bch2_write()Kent Overstreet
2023-10-22bcachefs: Set lost+found mode to 0700Justin Husted
2023-10-22bcachefs: Be slightly less tricky with union usageKent Overstreet
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