aboutsummaryrefslogtreecommitdiff
path: root/include/linux/lockref.h
AgeCommit message (Expand)Author
2015-01-25dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds
2013-12-20mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov
2013-11-15lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesPeter Zijlstra
2013-10-15GFS2: Use lockref for glocksSteven Whitehouse
2013-09-07lockref: add ability to mark lockrefs "dead"Linus Torvalds
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds
2013-09-02lockref: uninline lockref helper functionsLinus Torvalds
2013-09-02lockref: add 'lockref_get_or_lock() helperLinus Torvalds
2013-08-28Add new lockref infrastructure reference implementationWaiman Long