summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_interior.c
AgeCommit message (Expand)Author
2023-06-20bcachefs: Lock ordering fixKent Overstreet
2023-06-20bcachefs: Shutdown path improvementsKent Overstreet
2023-06-20bcachefs: btree_update_interior.c prep for backpointersKent Overstreet
2023-06-20bcachefs: Plumb btree_id & level to trans_markKent Overstreet
2023-06-20bcachefs: Add rw to .key_invalid()Kent Overstreet
2023-06-20bcachefs: Convert .key_invalid methods to printbufsKent Overstreet
2023-06-20bcachefs: Kill allocator threads & freelistsKent Overstreet
2023-06-20bcachefs: Run btree updates after write out of write_pointKent Overstreet
2023-06-20bcachefs: bch2_btree_update_start() refactoringKent Overstreet
2023-06-20bcachefs: Introduce a separate journal watermark for copygcKent Overstreet
2023-06-20bcachefs: x-macroize alloc_reserve enumKent Overstreet
2023-06-20bcachefs: Use darray for extra_journal_entriesKent Overstreet
2023-06-20bcachefs: Add a missing btree_path_set_dirty() callsKent Overstreet
2023-06-20bcachefs: Fix usage of six lock's percpu modeKent Overstreet
2023-06-20bcachefs: Simplify parameters to bch2_btree_update_start()Kent Overstreet
2023-06-20bcachefs: Drop unneeded journal pin in bch2_btree_update_start()Kent Overstreet
2023-06-20bcachefs: Fix race leading to btree node write getting stuckKent Overstreet
2023-06-20bcachefs: Improve btree_node_write_if_need()Kent Overstreet
2023-06-20bcachefs: Use x-macros for btree node flagsKent Overstreet
2023-06-20bcachefs: Kill BCH_FS_HOLD_BTREE_WRITESKent Overstreet
2023-06-20bcachefs: Fix btree path sortingKent Overstreet
2023-06-20bcachefs: Heap allocate printbufsKent Overstreet
2023-06-20bcachefs: bch2_trans_mark_key() now takes a bkey_i *Kent Overstreet
2023-06-20bcachefs: Set BTREE_NODE_SEQ() correctly in merge pathKent Overstreet
2023-06-20bcachefs: Also show when blocked on write locksKent Overstreet
2023-06-20bcachefs: Don't keep nodes in btree_reserve lockedKent Overstreet
2023-06-20bcachefs: Use BTREE_INSERT_USE_RESERVE in btree_update_key()Kent Overstreet
2023-06-20bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet
2023-06-20bcachefs: Simplify journal replayKent Overstreet
2023-06-20bcachefs: BTREE_ITER_WITH_JOURNALKent Overstreet
2023-06-20bcachefs: bch2_alloc_sectors_append_ptrs() now takes cached flagKent Overstreet
2023-06-20bcachefs: Option improvementsKent Overstreet
2023-06-20bcachefs: BTREE_ITER_NOPRESERVEKent Overstreet
2023-06-20bcachefs: Add more time_statsKent Overstreet
2023-06-20bcachefs: bch2_btree_node_rewrite() now returns transaction restartsKent Overstreet
2023-06-20bcachefs: for_each_btree_node() now returns errors directlyKent Overstreet
2023-06-20bcachefs: More btree iterator fixesKent Overstreet
2023-06-20bcachefs: Fix an assertionKent Overstreet
2023-06-20bcachefs: Kill retry loop in btree merge pathKent Overstreet
2023-06-20bcachefs: Tighten up btree locking invariantsKent Overstreet
2023-06-20bcachefs: btree_pathKent Overstreet
2023-06-20bcachefs: Add an assertion for removing btree nodes from cacheKent Overstreet
2023-06-20bcachefs: More renamingKent Overstreet
2023-06-20bcachefs: Clean up/rename bch2_trans_node_* fnsKent Overstreet
2023-06-20bcachefs: Further reduce iter->trans usageKent Overstreet
2023-06-20bcachefs: Reduce iter->trans usageKent Overstreet
2023-06-20bcachefs: Kill BTREE_INSERT_NOUNLOCKKent Overstreet
2023-06-20bcachefs: trans->restartedKent Overstreet
2023-06-20bcachefs: Clean up interior update pathsKent Overstreet
2023-06-20bcachefs: Update btree ptrs after every writeKent Overstreet