summaryrefslogtreecommitdiffstats
path: root/fs/configfs/mount.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-5/+15
|\
| * vfs: Convert configfs to use the new mount APIDavid Howells2019-07-051-5/+15
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1Star
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-041-6/+4Star
|\
| * sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-6/+4Star
* | configfs: init configfs module earlier at boot timeDaniel Baluta2015-05-061-1/+1
|/
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-9/+2Star
* fs/configfs: use pr_fmtFabian Frederick2014-06-051-2/+2
* fs/configfs: convert printk to pr_foo()Fabian Frederick2014-06-051-1/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* make configfs_pin_fs() return root dentry on successAl Viro2012-03-211-3/+4
* configfs: kill configfs_sbAl Viro2012-03-211-3/+1Star
* configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro2012-03-211-1/+1
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-2/+1Star
* configfs: register_filesystem() called too earlyAl Viro2011-12-131-19/+17Star
* switch configfsAl Viro2011-01-131-0/+1
* convert get_sb_single() usersAl Viro2010-10-291-4/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-251-3/+3
* kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman2008-01-251-1/+1
* kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman2008-01-251-1/+1
* kobject: convert configfs to use kobject_createGreg Kroah-Hartman2008-01-251-7/+6Star
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-251-2/+2
* mm: bdi init hooksPeter Zijlstra2007-10-171-0/+9
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-031-1/+1
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-1/+1
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-241-3/+3
|\
| * [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+3
* | VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust2006-06-091-1/+1
|/
* configfs: Add permission and ownership to configfs objects.Joel Becker2006-02-031-5/+23
* [PATCH] configfs: User-driven configuration filesystemJoel Becker2006-01-031-0/+159