summaryrefslogtreecommitdiffstats
path: root/include/linux/lockref.h
Commit message (Expand)AuthorAgeFilesLines
* dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds2015-01-251-1/+2
* mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov2013-12-201-1/+1
* lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesPeter Zijlstra2013-11-151-1/+6
* GFS2: Use lockref for glocksSteven Whitehouse2013-10-151-0/+6
* lockref: add ability to mark lockrefs "dead"Linus Torvalds2013-09-071-0/+3
* lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds2013-09-021-2/+9
* lockref: uninline lockref helper functionsLinus Torvalds2013-09-021-62/+4
* lockref: add 'lockref_get_or_lock() helperLinus Torvalds2013-09-021-0/+16
* Add new lockref infrastructure reference implementationWaiman Long2013-08-281-0/+71