aboutsummaryrefslogtreecommitdiff
path: root/fs/fs_struct.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-29vfs: Use sequence counter with associated spinlockGravatar Ahmed S. Darwish 1-2/+2
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2013-11-06seqcount: Add lockdep functionality to seqcount/seqlock structuresGravatar John Stultz 1-1/+1
2013-03-01constify path_get/path_put and fs_struct.c stuffGravatar Al Viro 1-3/+3
2012-11-28kill daemonize()Gravatar Al Viro 1-24/+0
2012-07-14get rid of ->mnt_longtermGravatar Al Viro 1-22/+10
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2012-03-20vfs: take path_get_longterm() out of write_seqcount scopeGravatar Al Viro 1-12/+15
2012-03-20no need to play with fs->seq in exit_fs()Gravatar Al Viro 1-2/+0
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-01-16sanitize vfsmount refcounting changesGravatar Al Viro 1-11/+24
2011-01-07fs: scale mntget/mntputGravatar Nick Piggin 1-10/+16
2011-01-07fs: fs_struct use seqlockGravatar Nick Piggin 1-0/+10
2010-08-18fs: fs_struct rwlock to spinlockGravatar Nick Piggin 1-16/+16
2010-08-11vfs: add helpers to get root and pwdGravatar Miklos Szeredi 1-6/+1
2009-03-31Get rid of indirect include of fs_struct.hGravatar Al Viro 1-0/+1
2009-03-31New helper - current_umask()Gravatar Al Viro 1-0/+6
2009-03-31New locking/refcounting for fs_structGravatar Al Viro 1-20/+49
2009-03-31Take fs_struct handling to new file (fs/fs_struct.c)Gravatar Al Viro 1-0/+141