aboutsummaryrefslogtreecommitdiff
path: root/include/linux/lockref.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-25dcache: let the dentry count go down to zero without taking d_lockGravatar Linus Torvalds 1-1/+2
2013-12-20mm: do not allocate page->ptl dynamically, if spinlock_t fits to longGravatar Kirill A. Shutemov 1-1/+1
2013-11-15lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesGravatar Peter Zijlstra 1-1/+6
2013-10-15GFS2: Use lockref for glocksGravatar Steven Whitehouse 1-0/+6
2013-09-07lockref: add ability to mark lockrefs "dead"Gravatar Linus Torvalds 1-0/+3
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Gravatar Linus Torvalds 1-2/+9
2013-09-02lockref: uninline lockref helper functionsGravatar Linus Torvalds 1-62/+4
2013-09-02lockref: add 'lockref_get_or_lock() helperGravatar Linus Torvalds 1-0/+16
2013-08-28Add new lockref infrastructure reference implementationGravatar Waiman Long 1-0/+71