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