summaryrefslogtreecommitdiffstats
path: root/fs/kernfs/mount.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1Star
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-82/+37Star
|\
| * kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2019-02-281-52/+37Star
| * kill kernfs_pin_sb()Al Viro2019-01-171-30/+0Star
* | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-061-1/+6
|\ \ | |/ |/|
| * kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal2019-02-081-1/+6
* | fix cgroup_do_mount() handling of failure exitsAl Viro2019-01-171-2/+6
|/
* mm: zero-seek shrinkersJohannes Weiner2018-10-271-0/+3
* kernfs: deal with kernfs_fill_super() failuresAl Viro2018-05-211-0/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* kernfs: checking for IS_ERR() instead of NULLDan Carpenter2017-09-011-2/+2
* blktrace: add an option to allow displaying cgroup pathShaohua Li2017-07-291-0/+19
* kernfs: add exportfs operationsShaohua Li2017-07-291-0/+56
* kernfs: don't set dentry->d_fsdataShaohua Li2017-07-291-6/+2Star
* kernfs: add an API to get kernfs node from inode numberShaohua Li2017-07-291-1/+10
* kernfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-071-0/+1
* vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-231-2/+2
* kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman2016-06-231-0/+2
* fs: Add user namespace member to struct super_blockEric W. Biederman2016-06-231-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-171-3/+2Star
|\
| * kernfs: use lookup_one_len_unlocked()Al Viro2016-05-031-3/+2Star
* | kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn2016-05-121-1/+2
* | cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn2016-05-091-0/+14
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* kernfs: define kernfs_node_dentryAditya Kali2016-02-161-0/+69
* fs: deduplicate noop_backing_dev_infoChristoph Hellwig2015-01-201-1/+0Star
* kernfs: introduce kernfs_pin_sb()Li Zefan2014-06-301-0/+30
* kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan2014-05-271-5/+6
* kernfs: implement kernfs_root->supers listTejun Heo2014-04-251-0/+11
* Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman2014-03-031-1/+7
|\
| * sysfs: fix namespace refcnt leakLi Zefan2014-02-251-1/+7
* | kernfs: fix kernfs_node_from_dentry()Li Zefan2014-02-141-1/+1
* | kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Tejun Heo2014-02-081-0/+14
* | kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()Tejun Heo2014-02-081-0/+23
|/
* kernfs: s/sysfs/kernfs/ in internal functions and whatever is leftTejun Heo2013-12-121-9/+9
* kernfs: s/sysfs/kernfs/ in global variablesTejun Heo2013-12-121-7/+7
* kernfs: s/sysfs/kernfs/ in various data structuresTejun Heo2013-12-121-7/+7
* kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo2013-12-121-6/+6
* sysfs, kernfs: move mount core code to fs/kernfs/mount.cTejun Heo2013-11-301-0/+156
* sysfs, kernfs: add skeletons for kernfsTejun Heo2013-11-271-0/+9