index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_iter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-15
bcachefs: Kill journal pre-reservations
Kent Overstreet
1
-2
/
+0
2023-11-05
bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usage
Kent Overstreet
1
-1
/
+1
2023-11-05
bcachefs: Data move path now uses bch2_trans_unlock_long()
Kent Overstreet
1
-1
/
+11
2023-11-04
bcachefs: Ensure srcu lock is not held too long
Kent Overstreet
1
-13
/
+29
2023-11-02
bcachefs: Don't downgrade locks on transaction restart
Kent Overstreet
1
-1
/
+2
2023-10-31
bcachefs: bch2_btree_id_str()
Kent Overstreet
1
-7
/
+7
2023-10-23
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-39
/
+43
2023-10-23
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-10
/
+27
2023-10-23
bcachefs: Fix a handful of spelling mistakes in various messages
Colin Ian King
1
-1
/
+1
2023-10-23
bcachefs: Fix silent enum conversion error
Kent Overstreet
1
-3
/
+5
2023-10-23
bcachefs: Split out snapshot.c
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Zero btree_paths on allocation
Kent Overstreet
1
-5
/
+7
2023-10-23
bcachefs: btree_journal_iter.c
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: Assorted fixes for clang
Kent Overstreet
1
-22
/
+0
2023-10-23
bcachefs: Assorted sparse fixes
Kent Overstreet
1
-5
/
+5
2023-10-23
bcachefs: Allow for unknown btree IDs
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: seqmutex; fix a lockdep splat
Kent Overstreet
1
-9
/
+9
2023-10-23
bcachefs: More drop_locks_do() conversions
Kent Overstreet
1
-3
/
+1
2023-10-23
bcachefs: bch2_trans_kmalloc no longer allocates memory with btree locks held
Kent Overstreet
1
-8
/
+21
2023-10-23
bcachefs: drop_locks_do()
Kent Overstreet
1
-6
/
+3
2023-10-23
bcachefs: trans_for_each_path_safe()
Kent Overstreet
1
-2
/
+6
2023-10-23
six locks: Seq now only incremented on unlock
Kent Overstreet
1
-1
/
+0
2023-10-23
six locks: Kill six_lock_state union
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Don't call local_clock() twice in trans_begin()
Kent Overstreet
1
-2
/
+5
2023-10-23
bcachefs: Call bch2_path_put_nokeep() before bch2_path_put()
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Private error codes: ENOMEM
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: bch2_btree_iter_peek_node_and_restart()
Kent Overstreet
1
-0
/
+11
2023-10-23
bcachefs: Plumb btree_trans through btree cache code
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: bch2_btree_iter_peek_and_restart_outlined()
Kent Overstreet
1
-0
/
+12
2023-10-23
bcachefs: Split trans->last_begin_ip and trans->last_restarted_ip
Kent Overstreet
1
-2
/
+3
2023-10-23
bcachefs: Add an assertion for using multiple btree_trans
Kent Overstreet
1
-0
/
+9
2023-10-23
bcachefs: Btree write buffer
Kent Overstreet
1
-1
/
+16
2023-10-23
bcachefs: trans->notrace_relock_fail
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Switch a BUG_ON() to a panic()
Kent Overstreet
1
-1
/
+4
2023-10-23
bcachefs: Fix btree_path_alloc()
Kent Overstreet
1
-3
/
+8
2023-10-23
bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
1
-11
/
+17
2023-10-23
bcachefs: Use six_lock_ip()
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: bch2_trans_in_restart_error()
Kent Overstreet
1
-11
/
+17
2023-10-23
bcachefs: Fix bch2_trans_reset_updates()
Kent Overstreet
1
-8
/
+0
2023-10-23
bcachefs: Inline bch2_btree_path_traverse() fastpath
Kent Overstreet
1
-27
/
+5
2023-10-23
bcachefs: btree_iter->ip_allocated
Kent Overstreet
1
-22
/
+47
2023-10-23
bcachefs: key cache: Don't hold btree locks while using GFP_RECLAIM
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix bch2_btree_path_traverse_all()
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Delete a faulty assertion
Kent Overstreet
1
-5
/
+4
2023-10-23
bcachefs: bch2_btree_trans_to_text(): print blocked time
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Fix for long running btree transactions & key cache
Kent Overstreet
1
-0
/
+18
2023-10-23
bcachefs: bch2_trans_revalidate_updates_in_node()
Kent Overstreet
1
-0
/
+30
2023-10-23
bcachefs: bkey_min(), bkey_max()
Kent Overstreet
1
-3
/
+1
2023-10-23
bcachefs: Add a missing bch2_btree_path_traverse() call
Kent Overstreet
1
-0
/
+5
[next]