blob: e365a37c0b760c8713a9a0ff3f77f3255190c6ef [file] [log] [blame]
dc5161648693 ("btrfs: reorder extent buffer members for better packing")
196d59ab9ccc ("btrfs: switch extent buffer tree lock to rw_semaphore")
51899412dd95 ("btrfs: introduce btrfs_path::recurse")
329ced799be8 ("btrfs: rename extent_buffer::lock_nested to extent_buffer::lock_recursed")
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")
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")
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")
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")
de37aa513105 ("btrfs: Remove fsid/metadata_fsid fields from btrfs_info")
7239ff4b2be8 ("btrfs: Introduce support for FSID change without metadata rewrite")
523983401644 ("Btrfs: kill btrfs_clear_path_blocking")
ea49f3e73c4b ("btrfs: qgroup: Introduce function to find all new tree blocks of reloc tree")
25982561db7f ("btrfs: qgroup: Introduce function to trace two swaped extents")
b444ad46b2db ("btrfs: Make btrfs_find_device_by_path return struct btrfs_device")
e49aabd973fd ("Btrfs: set leave_spinning in btrfs_get_extent")
bee6ec822a6a ("Btrfs: remove always true if branch in btrfs_get_extent")