blob: 464933d977854abae61927719dd4550b7d9527f5 [file] [log] [blame]
0ecae6fffe66 ("btrfs: remove the recurse parameter from __btrfs_tree_read_lock")
4048daedb910 ("btrfs: locking: remove the recursion handling code")
196d59ab9ccc ("btrfs: switch extent buffer tree lock to rw_semaphore")
fd7ba1c1202d ("btrfs: add nesting tags to the locking helpers")
51899412dd95 ("btrfs: introduce btrfs_path::recurse")
329ced799be8 ("btrfs: rename extent_buffer::lock_nested to extent_buffer::lock_recursed")
78d933c79cb6 ("btrfs: add missing annotation for btrfs_tree_lock()")
2992df73268f ("btrfs: Implement DREW lock")
b908c334e7a4 ("btrfs: move root node locking helpers to locking.c")
d4e253bbbc20 ("btrfs: document extent buffer locking")
a4477988cfed ("btrfs: access eb::blocking_writers according to ACCESS_ONCE policies")
40d38f53d476 ("btrfs: set blocking_writers directly, no increment or decrement")
f5c2a5259085 ("btrfs: merge blocking_writers branches in btrfs_tree_read_lock")
1f95ec012cb4 ("btrfs: move btrfs_unlock_up_safe to other locking functions")
ed2b1d36a9d0 ("btrfs: move btrfs_set_path_blocking to other locking functions")
31f6e769ce41 ("btrfs: make btrfs_assert_tree_locked static inline")
d6156218bec9 ("btrfs: make locking assertion helpers static inline")
f624d976081d ("btrfs: ctree: Reduce one indent level for btrfs_search_slot()")
65e99c43e9c2 ("btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_atomic")
5044ed4f394c ("btrfs: Remove unused locking functions")
6e7ca09b583d ("btrfs: Fix deadlock caused by missing memory barrier")
d12ffdd1aa4c ("btrfs: move btrfs_block_rsv definitions into it's own header")
c2a67a76ec87 ("btrfs: export block_rsv_use_bytes")
d44b72aa12d0 ("btrfs: export space_info_add_*_bytes")
8719aaae8d69 ("btrfs: move space_info to space-info.h")
00801ae4bb2b ("btrfs: switch extent_buffer write_locks from atomic to int")
f3dc24c52a28 ("btrfs: switch extent_buffer spinning_writers from atomic to int")
06297d8cefca ("btrfs: switch extent_buffer blocking_writers from atomic to int")
31aab402076f ("btrfs: trace: Introduce trace events for all btrfs tree locking events")
34e73cc930a8 ("btrfs: trace: Introduce trace events for sleepable tree lock")
82fc28fbedbb ("btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export it")
ed1b4ed79df2 ("btrfs: switch extent_buffer::lock_nested to bool")
c79adfc085c0 ("btrfs: use assertion helpers for extent buffer write lock counters")
e3f153886702 ("btrfs: add assertion helpers for extent buffer write lock counters")
5c9c799ab783 ("btrfs: use assertion helpers for extent buffer read lock counters")
58a2ddaedbf7 ("btrfs: add assertion helpers for extent buffer read lock counters")
afd495a8264f ("btrfs: use assertion helpers for spinning readers")
225948dedc9d ("btrfs: add assertion helpers for spinning readers")
843ccf9f46ba ("btrfs: use assertion helpers for spinning writers")
e4e9fd0f3262 ("btrfs: add assertion helpers for spinning writers")
a1d198478e92 ("btrfs: tracepoints: Add trace events for extent_io_tree")
349ae63f4063 ("btrfs: ensure that a DUP or RAID1 block group has exactly two stripes")
f91587e4151e ("btrfs: don't enospc all tickets on flush failure")
766ece54f4c9 ("btrfs: merge btrfs_set_lock_blocking_rw with it's caller")
970e74d961db ("btrfs: simplify waiting loop in btrfs_tree_lock")
8bead258206f ("btrfs: open code now trivial btrfs_set_lock_blocking")
300aa896e119 ("btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpers")
aa12c02778a9 ("btrfs: split btrfs_clear_lock_blocking_rw to read and write helpers")
b95be2d9fb2a ("btrfs: split btrfs_set_lock_blocking_rw to read and write helpers")
31890da0bfdd ("btrfs: handle delayed ref head accounting cleanup in abort")