summaryrefslogtreecommitdiffstats
path: root/include/linux/lockref.h
Commit message (Expand)AuthorAgeFilesLines
* 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-081-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/+4Star
* lockref: add 'lockref_get_or_lock() helperLinus Torvalds2013-09-021-0/+16
* Add new lockref infrastructure reference implementationWaiman Long2013-08-291-0/+71