index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_iter.c
Age
Commit message (
Expand
)
Author
2024-01-01
bcachefs: Fix extents iteration + snapshots interaction
Kent Overstreet
2023-12-14
bcachefs: fix invalid memory access in bch2_fs_alloc() error path
Thomas Bertschinger
2023-11-24
bcachefs: Proper refcounting for journal_keys
Kent Overstreet
2023-11-14
bcachefs: Kill journal pre-reservations
Kent Overstreet
2023-11-04
bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usage
Kent Overstreet
2023-11-04
bcachefs: Data move path now uses bch2_trans_unlock_long()
Kent Overstreet
2023-11-04
bcachefs: Ensure srcu lock is not held too long
Kent Overstreet
2023-11-01
bcachefs: Don't downgrade locks on transaction restart
Kent Overstreet
2023-10-31
bcachefs: bch2_btree_id_str()
Kent Overstreet
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
bcachefs: Fix a handful of spelling mistakes in various messages
Colin Ian King
2023-10-22
bcachefs: Fix silent enum conversion error
Kent Overstreet
2023-10-22
bcachefs: Split out snapshot.c
Kent Overstreet
2023-10-22
bcachefs: Zero btree_paths on allocation
Kent Overstreet
2023-10-22
bcachefs: btree_journal_iter.c
Kent Overstreet
2023-10-22
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
2023-10-22
bcachefs: Assorted fixes for clang
Kent Overstreet
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
bcachefs: Allow for unknown btree IDs
Kent Overstreet
2023-10-22
bcachefs: seqmutex; fix a lockdep splat
Kent Overstreet
2023-10-22
bcachefs: More drop_locks_do() conversions
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_kmalloc no longer allocates memory with btree locks held
Kent Overstreet
2023-10-22
bcachefs: drop_locks_do()
Kent Overstreet
2023-10-22
bcachefs: trans_for_each_path_safe()
Kent Overstreet
2023-10-22
six locks: Seq now only incremented on unlock
Kent Overstreet
2023-10-22
six locks: Kill six_lock_state union
Kent Overstreet
2023-10-22
bcachefs: Don't call local_clock() twice in trans_begin()
Kent Overstreet
2023-10-22
bcachefs: Call bch2_path_put_nokeep() before bch2_path_put()
Kent Overstreet
2023-10-22
bcachefs: Private error codes: ENOMEM
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_iter_peek_node_and_restart()
Kent Overstreet
2023-10-22
bcachefs: Plumb btree_trans through btree cache code
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_iter_peek_and_restart_outlined()
Kent Overstreet
2023-10-22
bcachefs: Split trans->last_begin_ip and trans->last_restarted_ip
Kent Overstreet
2023-10-22
bcachefs: Add an assertion for using multiple btree_trans
Kent Overstreet
2023-10-22
bcachefs: Btree write buffer
Kent Overstreet
2023-10-22
bcachefs: trans->notrace_relock_fail
Kent Overstreet
2023-10-22
bcachefs: Switch a BUG_ON() to a panic()
Kent Overstreet
2023-10-22
bcachefs: Fix btree_path_alloc()
Kent Overstreet
2023-10-22
bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
2023-10-22
bcachefs: Use six_lock_ip()
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_in_restart_error()
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_trans_reset_updates()
Kent Overstreet
2023-10-22
bcachefs: Inline bch2_btree_path_traverse() fastpath
Kent Overstreet
2023-10-22
bcachefs: btree_iter->ip_allocated
Kent Overstreet
2023-10-22
bcachefs: key cache: Don't hold btree locks while using GFP_RECLAIM
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_btree_path_traverse_all()
Kent Overstreet
2023-10-22
bcachefs: Delete a faulty assertion
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_trans_to_text(): print blocked time
Kent Overstreet
2023-10-22
bcachefs: Fix for long running btree transactions & key cache
Kent Overstreet
[next]