summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_interior.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-20bcachefs: btree_node_u64s_with_format() takes nr keysKent Overstreet1-4/+0
2023-11-15bcachefs: Kill journal pre-reservationsKent Overstreet1-1/+0
2023-11-05bcachefs: Don't iterate over journal entries just for btree rootsKent Overstreet1-1/+1
2023-11-05bcachefs: bkey_copy() is no longer a macroKent Overstreet1-1/+1
2023-11-04bcachefs: Fix build errors with gcc 10Kent Overstreet1-1/+1
2023-10-23bcachefs: Move some declarations to the correct headerKent Overstreet1-0/+9
2023-10-23bcachefs: Fix a null ptr deref in bch2_fs_alloc() error pathKent Overstreet1-0/+1
2023-10-23bcachefs: bch2_journal_entries_postprocess()Kent Overstreet1-1/+1
2023-10-23bcachefs: Handle btree node rewrites before going RWKent Overstreet1-0/+3
2023-10-23bcachefs: Improved btree write statisticsKent Overstreet1-0/+1
2023-10-23bcachefs: Btree splits now only take the locks they needKent Overstreet1-0/+1
2023-10-23bcachefs: New locking functionsKent Overstreet1-0/+1
2023-10-23bcachefs: Shutdown path improvementsKent Overstreet1-1/+1
2023-10-23bcachefs: Fix usage of six lock's percpu modeKent Overstreet1-2/+4
2023-10-23bcachefs: Fix keylist size in btree_updateKent Overstreet1-2/+2
2023-10-23bcachefs: Option improvementsKent Overstreet1-1/+1
2023-10-23bcachefs: Add more time_statsKent Overstreet1-0/+1
2023-10-23bcachefs: Kill retry loop in btree merge pathKent Overstreet1-5/+1
2023-10-23bcachefs: btree_pathKent Overstreet1-10/+10
2023-10-23bcachefs: Further reduce iter->trans usageKent Overstreet1-1/+1
2023-10-23bcachefs: Reduce iter->trans usageKent Overstreet1-14/+0
2023-10-23bcachefs: Regularize argument passing of btree_transKent Overstreet1-14/+11
2023-10-23bcachefs: Fix a deadlockKent Overstreet1-0/+4
2023-10-23bcachefs: Improve bset compactionKent Overstreet1-1/+3
2023-10-23bcachefs: bch2_foreground_maybe_merge() now correctly reports lock restartsKent Overstreet1-12/+12
2023-10-23bcachefs: Improve bch2_btree_update_start()Kent Overstreet1-2/+2
2023-10-23bcachefs: Delete dead codeKent Overstreet1-1/+0
2023-10-23bcachefs: Hack around bch2_varint_decode invalid readsKent Overstreet1-0/+3
2023-10-23bcachefs: Convert various code to printbufKent Overstreet1-1/+1
2023-10-23bcachefs: Fix bch2_btree_node_insert_fits()Kent Overstreet1-1/+1
2023-10-23bcachefs: More open bucketsKent Overstreet1-2/+2
2023-10-23bcachefs: Interior btree updates are now fully transactionalKent Overstreet1-36/+28
2023-10-23bcachefs: Factor out bch2_fs_btree_interior_update_init()Kent Overstreet1-0/+3
2023-10-23bcachefs: Fix a deadlock on starting an interior btree updateKent Overstreet1-3/+5
2023-10-23bcachefs: Fix journalling of interior node updatesKent Overstreet1-0/+4
2023-10-23bcachefs: Journal updates to interior nodesKent Overstreet1-14/+2
2023-10-23bcachefs: Move extent overwrite handling out of core btree codeKent Overstreet1-9/+14
2023-10-23bcachefs: Seralize btree_update operations at btree_update_nodes_written()Kent Overstreet1-0/+1
2023-10-23bcachefs: Whiteout changesKent Overstreet1-17/+12
2023-10-23bcachefs: Inline more of bch2_trans_commit hot pathKent Overstreet1-3/+3
2023-10-23bcachefs: btree_bkey_cached_commonKent Overstreet1-3/+3
2023-10-23bcachefs: Allocation code refactoringKent Overstreet1-1/+0
2023-10-23bcachefs: kill extent_insert_hookKent Overstreet1-9/+0
2023-10-23bcachefs: BTREE_INSERT_JOURNAL_RES_FULL is no longer possibleKent Overstreet1-27/+1
2023-10-23bcachefs: bkey_written()Kent Overstreet1-9/+12
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+374