aboutsummaryrefslogtreecommitdiffstats
path: root/fs/filesystems.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2017-07-06VFS: Make get_filesystem() return the affected filesystemDavid Howells1-1/+2
2017-06-29fs: warn in case userspace lied about modprobe returnLuis R. Rodriguez1-1/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-01-19find_filesystem(): simplify comparisonAl Viro1-3/+3
2014-04-03sys_sysfs: Add CONFIG_SYSFS_SYSCALLFabian Frederick1-0/+2
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-1/+1
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-01-03vfs: convert fs_supers to hlistAl Viro1-1/+0
2011-04-17fs: synchronize_rcu when unregister_filesystem success not failureMilton Miller1-2/+1
2011-01-07fs: rcu-walk for path lookupNick Piggin1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2009-04-20fs: Mark get_filesystem_list() as __init function.Tetsuo Handa1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens1-1/+1
2009-01-05vfs: remove duplicate code in get_fs_type()Li Zefan1-10/+13
2008-10-23proc: move /proc/filesystems to fs/filesystems.cAlexey Dobriyan1-0/+39
2007-05-08add filesystem subtype supportMiklos Szeredi1-6/+15
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-09-29[PATCH] Ban register_filesystem(NULL);Alexey Dobriyan1-2/+0
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+236