summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: bch2_path_get() -> btree_path_idx_tKent Overstreet1-6/+6
2024-01-01bcachefs: minor bch2_btree_path_set_pos() optimizationKent Overstreet1-1/+3
2024-01-01bcachefs: kill __bch2_btree_iter_peek_upto_and_restart()Kent Overstreet1-1/+1
2024-01-01bcachefs: bch2_trans_srcu_lock() should be staticKent Overstreet1-1/+2
2024-01-01bcachefs: trans_for_each_update() now declares loop iterKent Overstreet1-5/+0
2024-01-01bcachefs: fix userspace build errorsKent Overstreet1-2/+2
2024-01-01bcachefs: kill btree_trans->wb_updatesKent Overstreet1-12/+5
2024-01-01bcachefs: bch2_trans_node_add no longer uses trans_for_each_path()Kent Overstreet1-6/+14
2024-01-01bcachefs: Improve trans->extra_journal_entriesKent Overstreet1-2/+2
2024-01-01bcachefs: kill btree_path->(alloc_seq|downgrade_seq)Kent Overstreet1-1/+0
2024-01-01bcachefs: reserve path idx 0 for sentinalKent Overstreet1-1/+3
2024-01-01bcachefs: Refactor trans->paths_allocated to be standard bitmapKent Overstreet1-12/+11
2024-01-01bcachefs: Include btree_trans in more tracepointsKent Overstreet1-2/+2
2024-01-01bcachefs: Improve trace_trans_restart_would_deadlockKent Overstreet1-1/+2
2024-01-01bcachefs: Improve trace_trans_restart_too_many_iters()Kent Overstreet1-0/+16
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-2/+2
2024-01-01bcachefs: Kill btree_iter->journal_posKent Overstreet1-13/+5
2024-01-01bcachefs: Kill BTREE_ITER_ALL_LEVELSKent Overstreet1-115/+8
2024-01-01bcachefs: Fix redundant variable initializationKent Overstreet1-3/+1
2024-01-01bcachefs: Fix extents iteration + snapshots interactionKent Overstreet1-11/+24
2023-12-14bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger1-2/+6
2023-11-24bcachefs: Proper refcounting for journal_keysKent Overstreet1-1/+5
2023-11-15bcachefs: Kill journal pre-reservationsKent Overstreet1-2/+0
2023-11-05bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet1-1/+1
2023-11-05bcachefs: Data move path now uses bch2_trans_unlock_long()Kent Overstreet1-1/+11
2023-11-04bcachefs: Ensure srcu lock is not held too longKent Overstreet1-13/+29
2023-11-02bcachefs: Don't downgrade locks on transaction restartKent Overstreet1-1/+2
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-7/+7
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-39/+43
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-10/+27
2023-10-23bcachefs: Fix a handful of spelling mistakes in various messagesColin Ian King1-1/+1
2023-10-23bcachefs: Fix silent enum conversion errorKent Overstreet1-3/+5
2023-10-23bcachefs: Split out snapshot.cKent Overstreet1-1/+1
2023-10-23bcachefs: Zero btree_paths on allocationKent Overstreet1-5/+7
2023-10-23bcachefs: btree_journal_iter.cKent Overstreet1-1/+1
2023-10-23bcachefs: Fix assorted checkpatch nitsKent Overstreet1-4/+4
2023-10-23bcachefs: Assorted fixes for clangKent Overstreet1-22/+0
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-5/+5
2023-10-23bcachefs: Allow for unknown btree IDsKent Overstreet1-2/+2
2023-10-23bcachefs: seqmutex; fix a lockdep splatKent Overstreet1-9/+9
2023-10-23bcachefs: More drop_locks_do() conversionsKent Overstreet1-3/+1
2023-10-23bcachefs: bch2_trans_kmalloc no longer allocates memory with btree locks heldKent Overstreet1-8/+21
2023-10-23bcachefs: drop_locks_do()Kent Overstreet1-6/+3
2023-10-23bcachefs: trans_for_each_path_safe()Kent Overstreet1-2/+6
2023-10-23six locks: Seq now only incremented on unlockKent Overstreet1-1/+0
2023-10-23six locks: Kill six_lock_state unionKent Overstreet1-2/+2
2023-10-23bcachefs: Don't call local_clock() twice in trans_begin()Kent Overstreet1-2/+5
2023-10-23bcachefs: Call bch2_path_put_nokeep() before bch2_path_put()Kent Overstreet1-3/+3
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-2/+2
2023-10-23bcachefs: bch2_btree_iter_peek_node_and_restart()Kent Overstreet1-0/+11