summaryrefslogtreecommitdiffstats
path: root/fs/configfs/mount.c
AgeCommit message (Expand)AuthorLines
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig-9/+2
2014-06-04fs/configfs: use pr_fmtFabian Frederick-2/+2
2014-06-04fs/configfs: convert printk to pr_foo()Fabian Frederick-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman-0/+1
2012-03-20make configfs_pin_fs() return root dentry on successAl Viro-3/+4
2012-03-20configfs: kill configfs_sbAl Viro-3/+1
2012-03-20configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro-2/+1
2011-12-13configfs: register_filesystem() called too earlyAl Viro-19/+17
2011-01-12switch configfsAl Viro-0/+1
2010-10-29convert get_sb_single() usersAl Viro-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman-3/+3
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman-1/+1
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman-1/+1
2008-01-24kobject: convert configfs to use kobject_createGreg Kroah-Hartman-7/+6
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman-2/+2
2007-10-17mm: bdi init hooksPeter Zijlstra-0/+9
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-1/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman-1/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen-1/+1
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust-3/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells-3/+3
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust-1/+1
2006-02-03configfs: Add permission and ownership to configfs objects.Joel Becker-5/+23
2006-01-03[PATCH] configfs: User-driven configuration filesystemJoel Becker-0/+159