aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs_struct.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2013-11-06seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz1-1/+1
2013-03-01constify path_get/path_put and fs_struct.c stuffAl Viro1-3/+3
2012-11-28kill daemonize()Al Viro1-24/+0
2012-07-14get rid of ->mnt_longtermAl Viro1-22/+10
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2012-03-20vfs: take path_get_longterm() out of write_seqcount scopeAl Viro1-12/+15
2012-03-20no need to play with fs->seq in exit_fs()Al Viro1-2/+0
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-01-16sanitize vfsmount refcounting changesAl Viro1-11/+24
2011-01-07fs: scale mntget/mntputNick Piggin1-10/+16
2011-01-07fs: fs_struct use seqlockNick Piggin1-0/+10
2010-08-18fs: fs_struct rwlock to spinlockNick Piggin1-16/+16
2010-08-11vfs: add helpers to get root and pwdMiklos Szeredi1-6/+1
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-31New helper - current_umask()Al Viro1-0/+6
2009-03-31New locking/refcounting for fs_structAl Viro1-20/+49
2009-03-31Take fs_struct handling to new file (fs/fs_struct.c)Al Viro1-0/+141