summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-01-06bcachefs: no thread_with_file in userspaceKent Overstreet1-0/+3
2024-01-06bcachefs: Don't autofix errors we can't fixKent Overstreet1-1/+2
2024-01-06bcachefs: add missing bch2_latency_acct() callKent Overstreet1-1/+1
2024-01-06bcachefs: increase max_active on io_complete_wqKent Overstreet1-1/+1
2024-01-06bcachefs: add time_stats for btree_node_read_done()Kent Overstreet2-0/+3
2024-01-06bcachefs: don't clear accessed bit in btree node fillKent Overstreet1-6/+0
2024-01-06bcachefs: Add an option to control btree node prefetchingKent Overstreet2-3/+11
2024-01-06bcachefs: kill useless return retKent Overstreet1-3/+1
2024-01-06bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet11-91/+61
2024-01-06bcachefs: unify extent triggerKent Overstreet5-96/+39
2024-01-06bcachefs: bch2_trigger_stripe_ptr()Kent Overstreet1-67/+61
2024-01-06bcachefs: Online fsck can now fix errorsKent Overstreet4-11/+20
2024-01-06bcachefs: bch2_trigger_pointer()Kent Overstreet1-234/+209
2024-01-06bcachefs: unify stripe triggerKent Overstreet2-97/+76
2024-01-06bcachefs: move stripe triggers to ec.cKent Overstreet4-340/+352
2024-01-06bcachefs: unify alloc triggerKent Overstreet2-165/+137
2024-01-06bcachefs: move bch2_mark_alloc() to alloc_background.cKent Overstreet4-128/+132
2024-01-06bcachefs: unify reservation triggerKent Overstreet3-63/+40
2024-01-06bcachefs: unify reflink_p triggerKent Overstreet2-82/+58
2024-01-06bcachefs: unify inode triggerKent Overstreet2-50/+33
2024-01-06bcachefs: kill mem_trigger_run_overwrite_then_insert()Kent Overstreet3-7/+4
2024-01-06bcachefs: BTREE_TRIGGER_TRANSACTIONALKent Overstreet1-4/+22
2024-01-06bcachefs: Kill BTREE_TRIGGER_NOATOMICKent Overstreet2-6/+1
2024-01-06bcachefs: mark now takes bkey_sKent Overstreet11-29/+43
2024-01-06bcachefs: trans_mark now takes bkey_sKent Overstreet12-62/+62
2024-01-06bcachefs: Upgrading uses bch_sb.recovery_passes_requiredKent Overstreet1-8/+6
2024-01-06bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet9-245/+459
2024-01-06bcachefs: Fix printing of device durabilityKent Overstreet1-1/+1
2024-01-06bcachefs: __bch2_journal_key_to_wb -> bch2_journal_key_to_wb_slowpathKent Overstreet2-3/+3
2024-01-06bcachefs: __journal_keys_sort() refactoringKent Overstreet1-3/+1
2024-01-06bcachefs: wb_key_cmp -> wb_key_ref_cmpKent Overstreet1-6/+6
2024-01-06bcachefs: track transaction durationsKent Overstreet3-12/+27
2024-01-06bcachefs: btree_trans always has statsKent Overstreet3-19/+8
2024-01-06bcachefs: Split brain detectionKent Overstreet2-11/+65
2024-01-06bcachefs: bch_member->seqKent Overstreet3-2/+22
2024-01-06bcachefs: Fix nochanges/read_only interactionKent Overstreet4-15/+18
2024-01-06bcachefs: Check journal entries for invalid keys in trans commit pathKent Overstreet2-0/+52
2024-01-01bcachefs: check_directory_structure() can now be run onlineKent Overstreet2-67/+41
2024-01-01bcachefs: Fix reattach_inode() for snapshotsKent Overstreet3-46/+92
2024-01-01bcachefs: bch2_btree_trans_peek_slot_updatesKent Overstreet1-31/+15
2024-01-01bcachefs: bch2_btree_trans_peek_prev_updatesKent Overstreet1-1/+20
2024-01-01bcachefs: bch2_btree_trans_peek_updatesKent Overstreet1-9/+20
2024-01-01bcachefs: growable btree_pathsKent Overstreet4-22/+72
2024-01-01bcachefs: Fix interior update path btree_path usesKent Overstreet3-43/+51
2024-01-01bcachefs: trans->nr_pathsKent Overstreet4-8/+26
2024-01-01bcachefs: trans->updates will also be resizableKent Overstreet3-4/+5
2024-01-01bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONSKent Overstreet5-106/+100
2024-01-01bcachefs: rcu protect trans->pathsKent Overstreet4-11/+68
2024-01-01bcachefs: Clean up btree_transKent Overstreet6-39/+40
2024-01-01bcachefs: kill btree_path.idxKent Overstreet5-31/+8