Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2013-09-02 | lockref: uninline lockref helper functions | Linus Torvalds | 3 | -62/+74 |
2013-09-02 | vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock() | Linus Torvalds | 3 | -49/+65 |
2013-09-02 | vfs: use lockref_get_not_zero() for optimistic lockless dget_parent() | Waiman Long | 1 | -0/+15 |
2013-09-02 | lockref: add 'lockref_get_or_lock() helper | Linus Torvalds | 1 | -0/+16 |
2013-08-29 | vfs: make the dentry cache use the lockref infrastructure | Waiman Long | 3 | -47/+35 |