index
:
binx/bcachefs.git
bcachefs-garbage
master
Unnamed repository; edit this file 'description' to name the repository.
Hunter Shaffer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_iter.c
Age
Commit message (
Expand
)
Author
2023-09-13
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-09-13
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-09-12
bcachefs: Fix a handful of spelling mistakes in various messages
Colin Ian King
2023-09-09
bcachefs: Fix silent enum conversion error
Kent Overstreet
2023-09-08
bcachefs: Split out snapshot.c
Kent Overstreet
2023-09-08
bcachefs: Zero btree_paths on allocation
Kent Overstreet
2023-08-28
bcachefs: Check for btree locks held on transaction init
Kent Overstreet
2023-08-28
bcachefs: btree_journal_iter.c
Kent Overstreet
2023-08-28
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
2023-08-28
bcachefs: Assorted fixes for clang
Kent Overstreet
2023-08-28
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-08-28
bcachefs: Allow for unknown btree IDs
Kent Overstreet
2023-08-28
bcachefs: seqmutex; fix a lockdep splat
Kent Overstreet
2023-08-28
bcachefs: More drop_locks_do() conversions
Kent Overstreet
2023-08-28
bcachefs: bch2_trans_kmalloc no longer allocates memory with btree locks held
Kent Overstreet
2023-08-28
bcachefs: drop_locks_do()
Kent Overstreet
2023-08-28
bcachefs: trans_for_each_path_safe()
Kent Overstreet
2023-08-28
six locks: Seq now only incremented on unlock
Kent Overstreet
2023-08-28
six locks: Kill six_lock_state union
Kent Overstreet
2023-08-28
bcachefs: Don't call local_clock() twice in trans_begin()
Kent Overstreet
2023-08-28
bcachefs: Call bch2_path_put_nokeep() before bch2_path_put()
Kent Overstreet
2023-08-28
bcachefs: Private error codes: ENOMEM
Kent Overstreet
2023-08-28
bcachefs: bch2_btree_iter_peek_node_and_restart()
Kent Overstreet
2023-08-28
bcachefs: Plumb btree_trans through btree cache code
Kent Overstreet
2023-08-28
bcachefs: bch2_btree_iter_peek_and_restart_outlined()
Kent Overstreet
2023-08-28
bcachefs: Split trans->last_begin_ip and trans->last_restarted_ip
Kent Overstreet
2023-08-28
bcachefs: Add an assertion for using multiple btree_trans
Kent Overstreet
2023-08-28
bcachefs: Btree write buffer
Kent Overstreet
2023-08-28
bcachefs: trans->notrace_relock_fail
Kent Overstreet
2023-08-28
bcachefs: Switch a BUG_ON() to a panic()
Kent Overstreet
2023-08-28
bcachefs: Fix btree_path_alloc()
Kent Overstreet
2023-08-28
bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
2023-08-28
bcachefs: Use six_lock_ip()
Kent Overstreet
2023-08-28
bcachefs: bch2_trans_in_restart_error()
Kent Overstreet
2023-08-28
bcachefs: Fix bch2_trans_reset_updates()
Kent Overstreet
2023-08-28
bcachefs: Inline bch2_btree_path_traverse() fastpath
Kent Overstreet
2023-08-28
bcachefs: btree_iter->ip_allocated
Kent Overstreet
2023-08-28
bcachefs: key cache: Don't hold btree locks while using GFP_RECLAIM
Kent Overstreet
2023-08-28
bcachefs: Fix bch2_btree_path_traverse_all()
Kent Overstreet
2023-08-28
bcachefs: Delete a faulty assertion
Kent Overstreet
2023-08-28
bcachefs: bch2_btree_trans_to_text(): print blocked time
Kent Overstreet
2023-08-28
bcachefs: Fix for long running btree transactions & key cache
Kent Overstreet
2023-08-28
bcachefs: bch2_trans_revalidate_updates_in_node()
Kent Overstreet
2023-08-28
bcachefs: bkey_min(), bkey_max()
Kent Overstreet
2023-08-28
bcachefs: Add a missing bch2_btree_path_traverse() call
Kent Overstreet
2023-08-28
bcachefs: Fix a btree iter assertion pop
Kent Overstreet
2023-08-28
bcachefs: Key cache now works for snapshots btrees
Kent Overstreet
2023-08-28
bcachefs: Bring back BTREE_ITER_CACHED_NOFILL
Kent Overstreet
2023-08-28
bcachefs: Kill __btree_trans_peek_key_cache()
Kent Overstreet
2023-08-28
bcachefs: Fix __btree_trans_peek_key_cache()
Kent Overstreet
[next]