summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Update directory timestamps during linkJustin Husted4-11/+18
2023-10-23bcachefs: Fix for an assertion on filesystem errorKent Overstreet1-0/+9
2023-10-23bcachefs: Fix a null ptr deref in btree_iter_traverse_one()Kent Overstreet1-1/+2
2023-10-23bcachefs: Kill btree_node_iter_largeKent Overstreet4-209/+99
2023-10-23bcachefs: Use one buffer for sorting whiteoutsKent Overstreet1-11/+12
2023-10-23bcachefs: Refactor whiteouts compactionKent Overstreet5-74/+80
2023-10-23bcachefs: Whiteout changesKent Overstreet5-56/+119
2023-10-23bcachefs: Always emit new extents on partial overwriteKent Overstreet1-168/+125
2023-10-23bcachefs: Fix bch2_verify_insert_pos()Kent Overstreet1-8/+6
2023-10-23bcachefs: Put inline data behind a mount option for nowKent Overstreet2-1/+7
2023-10-23bcachefs: bch2_check_set_feature()Kent Overstreet6-45/+23
2023-10-23bcachefs: Switch to macro for bkey_opsKent Overstreet1-4/+4
2023-10-23bcachefs: bkey_on_stack_reassemble()Kent Overstreet9-24/+20
2023-10-23bcachefs: kill ca->freelist_lockKent Overstreet4-6/+4
2023-10-23bcachefs: Reorganize extents.cKent Overstreet7-857/+811
2023-10-23bcachefs: Inline data extentsKent Overstreet9-26/+147
2023-10-23bcachefs: Split out extent_update.cKent Overstreet8-537/+555
2023-10-23bcachefs: Rework of cut_front & cut_backKent Overstreet10-45/+84
2023-10-23bcachefs: bkey noopsKent Overstreet7-69/+83
2023-10-23bcachefs: kill bch2_extent_has_device()Kent Overstreet4-12/+10
2023-10-23bcachefs: bkey_on_stackKent Overstreet12-104/+205
2023-10-23bcachefs: Make memcpy_to_bio() param constKent Overstreet2-2/+2
2023-10-23bcachefs: Use wbc_to_write_flags()Kent Overstreet1-4/+3
2023-10-23bcachefs: Fix erorr path in bch2_write()Kent Overstreet1-1/+6
2023-10-23bcachefs: Set lost+found mode to 0700Justin Husted2-2/+2
2023-10-23bcachefs: Be slightly less tricky with union usageKent Overstreet1-7/+11
2023-10-23bcachefs: Remove some BKEY_PADDED usesKent Overstreet2-16/+9
2023-10-23bcachefs: Go back to 16 bit mantissa bkey floatsKent Overstreet1-71/+28
2023-10-23bcachefs: Fall back to slowpath on exact comparisonKent Overstreet3-61/+48
2023-10-23bcachefs: kill BFLOAT_FAILED_PREVKent Overstreet3-58/+4
2023-10-23bcachefs: bch2_read_extent() microoptimizationsKent Overstreet1-11/+13
2023-10-23bcachefs: Pipeline binary searches and linear searchesKent Overstreet1-45/+69
2023-10-23bcachefs: Make __bch2_bkey_cmp_packed() smallerKent Overstreet1-16/+10
2023-10-23bcachefs: Inline fast path of bch2_increment_clock()Kent Overstreet2-5/+15
2023-10-23bcachefs: Avoid calling bch2_btree_iter_relock() in bch2_btree_iter_traverse()Kent Overstreet1-4/+10
2023-10-23bcachefs: Add an option for fsck error ratelimitingKent Overstreet3-4/+21
2023-10-23bcachefs: Don't BUG_ON() sector count overflowKent Overstreet1-12/+14
2023-10-23bcachefs: Some reflink fixesKent Overstreet2-8/+9
2023-10-23bcachefs: Fix setting of attributes mask in getattrKent Overstreet1-0/+5
2023-10-23bcachefs: Eliminate function calls in DIO fastpathsKent Overstreet1-11/+15
2023-10-23bcachefs: DIO write path only needs to shoot down pagecache once, not twiceKent Overstreet1-19/+9
2023-10-23bcachefs: Add pagecache_add lock to buffered IO path, fault pathKent Overstreet1-2/+2
2023-10-23bcachefs: Fix uninitialized field in hash_check_init()Justin Husted1-0/+1
2023-10-23bcachefs: Don't hold inode lock longer than necessary in dio write pathKent Overstreet1-35/+54
2023-10-23bcachefs: Avoid atomics in write fast pathKent Overstreet4-50/+65
2023-10-23bcachefs: Don't use extent_ptr_decoded_append() in write path (fixup patch)Kent Overstreet1-1/+3
2023-10-23bcachefs: bch2_btree_iter_fix_key_modified()Kent Overstreet3-8/+31
2023-10-23bcachefs: Inline more of bch2_trans_commit hot pathKent Overstreet6-97/+99
2023-10-23bcachefs: Trust btree alloc info at runtimeKent Overstreet3-1/+4
2023-10-23bcachefs: More bset.c microoptimizationKent Overstreet3-8/+16