aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: kill ca->freelist_lockKent Overstreet4-6/+4
2023-10-22bcachefs: Reorganize extents.cKent Overstreet7-857/+811
2023-10-22bcachefs: Inline data extentsKent Overstreet9-26/+147
2023-10-22bcachefs: Split out extent_update.cKent Overstreet8-537/+555
2023-10-22bcachefs: Rework of cut_front & cut_backKent Overstreet10-45/+84
2023-10-22bcachefs: bkey noopsKent Overstreet7-69/+83
2023-10-22bcachefs: kill bch2_extent_has_device()Kent Overstreet4-12/+10
2023-10-22bcachefs: bkey_on_stackKent Overstreet12-104/+205
2023-10-22bcachefs: Make memcpy_to_bio() param constKent Overstreet2-2/+2
2023-10-22bcachefs: Use wbc_to_write_flags()Kent Overstreet1-4/+3
2023-10-22bcachefs: Fix erorr path in bch2_write()Kent Overstreet1-1/+6
2023-10-22bcachefs: Set lost+found mode to 0700Justin Husted2-2/+2
2023-10-22bcachefs: Be slightly less tricky with union usageKent Overstreet1-7/+11
2023-10-22bcachefs: Remove some BKEY_PADDED usesKent Overstreet2-16/+9
2023-10-22bcachefs: Go back to 16 bit mantissa bkey floatsKent Overstreet1-71/+28
2023-10-22bcachefs: Fall back to slowpath on exact comparisonKent Overstreet3-61/+48
2023-10-22bcachefs: kill BFLOAT_FAILED_PREVKent Overstreet3-58/+4
2023-10-22bcachefs: bch2_read_extent() microoptimizationsKent Overstreet1-11/+13
2023-10-22bcachefs: Pipeline binary searches and linear searchesKent Overstreet1-45/+69
2023-10-22bcachefs: Make __bch2_bkey_cmp_packed() smallerKent Overstreet1-16/+10
2023-10-22bcachefs: Inline fast path of bch2_increment_clock()Kent Overstreet2-5/+15
2023-10-22bcachefs: Avoid calling bch2_btree_iter_relock() in bch2_btree_iter_traverse()Kent Overstreet1-4/+10
2023-10-22bcachefs: Add an option for fsck error ratelimitingKent Overstreet3-4/+21
2023-10-22bcachefs: Don't BUG_ON() sector count overflowKent Overstreet1-12/+14
2023-10-22bcachefs: Some reflink fixesKent Overstreet2-8/+9
2023-10-22bcachefs: Fix setting of attributes mask in getattrKent Overstreet1-0/+5
2023-10-22bcachefs: Eliminate function calls in DIO fastpathsKent Overstreet1-11/+15
2023-10-22bcachefs: DIO write path only needs to shoot down pagecache once, not twiceKent Overstreet1-19/+9
2023-10-22bcachefs: Add pagecache_add lock to buffered IO path, fault pathKent Overstreet1-2/+2
2023-10-22bcachefs: Fix uninitialized field in hash_check_init()Justin Husted1-0/+1
2023-10-22bcachefs: Don't hold inode lock longer than necessary in dio write pathKent Overstreet1-35/+54
2023-10-22bcachefs: Avoid atomics in write fast pathKent Overstreet4-50/+65
2023-10-22bcachefs: Don't use extent_ptr_decoded_append() in write path (fixup patch)Kent Overstreet1-1/+3
2023-10-22bcachefs: bch2_btree_iter_fix_key_modified()Kent Overstreet3-8/+31
2023-10-22bcachefs: Inline more of bch2_trans_commit hot pathKent Overstreet6-97/+99
2023-10-22bcachefs: Trust btree alloc info at runtimeKent Overstreet3-1/+4
2023-10-22bcachefs: More bset.c microoptimizationKent Overstreet3-8/+16
2023-10-22bcachefs: Initialize btree_node flags field in bch2_btree_root_alloc.Justin Husted1-0/+1
2023-10-22bcachefs: Further padding fixes in bch2_journal_super_entries_add_common()Justin Husted1-11/+24
2023-10-22bcachefs: Initialize padding space after alloc bkeyJustin Husted3-5/+16
2023-10-22bcachefs: Add missing error checking in bch2_find_by_inum_trans()Kent Overstreet1-3/+8
2023-10-22bcachefs: Fix an error path raceKent Overstreet1-1/+6
2023-10-22bcachefs: Don't reuse bio in retry pathKent Overstreet1-0/+1
2023-10-22bcachefs: Don't use rep movsq for small memcopiesKent Overstreet3-4/+22
2023-10-22bcachefs: Avoid calling iter_prev() in extent update pathKent Overstreet1-15/+8
2023-10-22bcachefs: kill bch2_extent_merge_inline()Kent Overstreet1-287/+146
2023-10-22bcachefs: Don't use FUA unnecessarilyKent Overstreet1-1/+4
2023-10-22bcachefs: Refactor bch2_trans_commit() pathKent Overstreet10-228/+259
2023-10-22bcachefs: Make btree_node_type_needs_gc() cheaperKent Overstreet3-29/+24
2023-10-22bcachefs: Make replicas_delta_list smallerKent Overstreet3-10/+20