aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs/mount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-6/+4
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-6/+4
2015-05-05configfs: init configfs module earlier at boot timeDaniel Baluta1-1/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-9/+2
2014-06-04fs/configfs: use pr_fmtFabian Frederick1-2/+2
2014-06-04fs/configfs: convert printk to pr_foo()Fabian Frederick1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-03-20make configfs_pin_fs() return root dentry on successAl Viro1-3/+4
2012-03-20configfs: kill configfs_sbAl Viro1-3/+1
2012-03-20configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2011-12-13configfs: register_filesystem() called too earlyAl Viro1-19/+17
2011-01-12switch configfsAl Viro1-0/+1
2010-10-29convert get_sb_single() usersAl Viro1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-3/+3
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman1-1/+1
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman1-1/+1
2008-01-24kobject: convert configfs to use kobject_createGreg Kroah-Hartman1-7/+6
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-2/+2
2007-10-17mm: bdi init hooksPeter Zijlstra1-0/+9
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-1/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-3/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust1-1/+1
2006-02-03configfs: Add permission and ownership to configfs objects.Joel Becker1-5/+23
2006-01-03[PATCH] configfs: User-driven configuration filesystemJoel Becker1-0/+159