summaryrefslogtreecommitdiffstats
path: root/fs/configfs/mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-6/+4
|\
| * sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-6/+4
* | configfs: init configfs module earlier at boot timeDaniel Baluta2015-05-051-1/+1
|/
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-9/+2
* fs/configfs: use pr_fmtFabian Frederick2014-06-041-2/+2
* fs/configfs: convert printk to pr_foo()Fabian Frederick2014-06-041-1/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* make configfs_pin_fs() return root dentry on successAl Viro2012-03-201-3/+4
* configfs: kill configfs_sbAl Viro2012-03-201-3/+1
* configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro2012-03-201-1/+1
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* configfs: register_filesystem() called too earlyAl Viro2011-12-131-19/+17
* switch configfsAl Viro2011-01-121-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-241-3/+3
* kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman2008-01-241-1/+1
* kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman2008-01-241-1/+1
* kobject: convert configfs to use kobject_createGreg Kroah-Hartman2008-01-241-7/+6
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-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-021-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
OpenPOWER on IntegriCloud