aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/locking.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: add forward declarations and headers, part 2Gravatar David Sterba 1-2/+6
2023-09-08btrfs: do not block starts waiting on previous transaction commitGravatar Josef Bacik 1-1/+1
2023-04-17btrfs: locking: use atomic for DREW lock writersGravatar David Sterba 1-3/+2
2022-12-05btrfs: move the lockdep helpers into locking.hGravatar Josef Bacik 1-0/+76
2022-09-26btrfs: implement a nowait option for tree searchesGravatar Josef Bacik 1-0/+1
2022-08-17btrfs: fix lockdep splat with reloc root extent buffersGravatar Josef Bacik 1-0/+5
2022-08-17btrfs: move lockdep class helpers to locking.cGravatar Josef Bacik 1-0/+9
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedGravatar Filipe Manana 1-3/+4
2020-12-08btrfs: remove the recurse parameter from __btrfs_tree_read_lockGravatar Josef Bacik 1-2/+1
2020-12-08btrfs: merge back btrfs_read_lock_root_node helpersGravatar Josef Bacik 1-7/+1
2020-12-08btrfs: locking: remove all the blocking helpersGravatar Josef Bacik 1-10/+1
2020-12-08btrfs: switch extent buffer tree lock to rw_semaphoreGravatar Josef Bacik 1-1/+1
2020-10-07btrfs: introduce BTRFS_NESTING_NEW_ROOT for adding new rootsGravatar Josef Bacik 1-0/+9
2020-10-07btrfs: introduce BTRFS_NESTING_SPLIT for split blocksGravatar Josef Bacik 1-0/+9
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/RIGHT_COWGravatar Josef Bacik 1-0/+8
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/BTRFS_NESTING_RIGHTGravatar Josef Bacik 1-0/+12
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksGravatar Josef Bacik 1-0/+8
2020-10-07btrfs: add nesting tags to the locking helpersGravatar Josef Bacik 1-1/+24
2020-10-07btrfs: introduce btrfs_path::recurseGravatar Josef Bacik 1-0/+9
2020-03-23btrfs: Implement DREW lockGravatar Nikolay Borisov 1-0/+20
2019-11-18btrfs: move btrfs_unlock_up_safe to other locking functionsGravatar David Sterba 1-0/+1
2019-11-18btrfs: move btrfs_set_path_blocking to other locking functionsGravatar David Sterba 1-0/+2
2019-11-18btrfs: make btrfs_assert_tree_locked static inlineGravatar David Sterba 1-1/+9
2019-09-09btrfs: Remove unused locking functionsGravatar Nikolay Borisov 1-2/+0
2019-02-25btrfs: merge btrfs_set_lock_blocking_rw with it's callerGravatar David Sterba 1-12/+0
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingGravatar David Sterba 1-5/+0
2019-02-25btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersGravatar David Sterba 1-1/+1
2019-02-25btrfs: split btrfs_clear_lock_blocking_rw to read and write helpersGravatar David Sterba 1-5/+2
2019-02-25btrfs: split btrfs_set_lock_blocking_rw to read and write helpersGravatar David Sterba 1-1/+14
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersGravatar David Sterba 1-16/+3
2014-11-19btrfs: fix lockups from btrfs_clear_path_blockingGravatar Chris Mason 1-0/+2
2013-03-14Btrfs: remove btrfs_try_spin_lockGravatar Liu Bo 1-1/+0
2012-03-22btrfs: return void in functions without error conditionsGravatar Jeff Mahoney 1-2/+2
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerGravatar Chris Mason 1-2/+34
2011-05-06btrfs: remove all unused functionsGravatar David Sterba 1-2/+0
2009-03-09Btrfs: fix spinlock assertions on UP systemsGravatar Chris Mason 1-1/+1
2009-02-09Btrfs: don't use spin_is_contendedGravatar Chris Mason 1-2/+0
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsGravatar Chris Mason 1-0/+6
2008-09-25btrfs_search_slot: reduce lock contention by cowing in two stagesGravatar Chris Mason 1-0/+1
2008-09-25Btrfs: Start btree concurrency work.Gravatar Chris Mason 1-0/+26