aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs_pin.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16switch the remnants of releasing the mountpoint away from fs_pinAl Viro1-8/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2015-04-09fs_pin: Allow for the possibility that m_list or s_list go unused.Eric W. Biederman1-2/+2
2015-01-25switch the IO-triggering parts of umount to fs_pinAl Viro1-1/+0
2015-01-25new fs_pin killing logicsAl Viro1-6/+48
2015-01-25allow attaching fs_pin to a group not associated with some superblockAl Viro1-7/+13
2015-01-25pull bumping refcount into ->kill()Al Viro1-12/+0
2015-01-25kill pin_put()Al Viro1-11/+0
2014-08-07make fs/{namespace,super}.c forget about acct.hAl Viro1-4/+5
2014-08-07take fs_pin stuff to fs/*Al Viro1-0/+77