summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/locking.h
AgeCommit message (Expand)Author
2020-12-08btrfs: remove the recurse parameter from __btrfs_tree_read_lockJosef Bacik
2020-12-08btrfs: merge back btrfs_read_lock_root_node helpersJosef Bacik
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik
2020-12-08btrfs: switch extent buffer tree lock to rw_semaphoreJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_NEW_ROOT for adding new rootsJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_SPLIT for split blocksJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/RIGHT_COWJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/BTRFS_NESTING_RIGHTJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik
2020-10-07btrfs: add nesting tags to the locking helpersJosef Bacik
2020-10-07btrfs: introduce btrfs_path::recurseJosef Bacik
2020-03-23btrfs: Implement DREW lockNikolay Borisov
2019-11-18btrfs: move btrfs_unlock_up_safe to other locking functionsDavid Sterba
2019-11-18btrfs: move btrfs_set_path_blocking to other locking functionsDavid Sterba
2019-11-18btrfs: make btrfs_assert_tree_locked static inlineDavid Sterba
2019-09-09btrfs: Remove unused locking functionsNikolay Borisov
2019-02-25btrfs: merge btrfs_set_lock_blocking_rw with it's callerDavid Sterba
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba
2019-02-25btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba
2019-02-25btrfs: split btrfs_clear_lock_blocking_rw to read and write helpersDavid Sterba
2019-02-25btrfs: split btrfs_set_lock_blocking_rw to read and write helpersDavid Sterba
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba
2014-11-19btrfs: fix lockups from btrfs_clear_path_blockingChris Mason
2013-03-14Btrfs: remove btrfs_try_spin_lockLiu Bo
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason
2011-05-06btrfs: remove all unused functionsDavid Sterba
2009-03-09Btrfs: fix spinlock assertions on UP systemsChris Mason
2009-02-09Btrfs: don't use spin_is_contendedChris Mason
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason
2008-09-25btrfs_search_slot: reduce lock contention by cowing in two stagesChris Mason
2008-09-25Btrfs: Start btree concurrency work.Chris Mason