aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs/mount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27kernfs: Replace global kernfs_open_file_mutex with hashed mutexes.Imran Khan1-0/+19
2021-11-24kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim1-6/+9
2021-07-27kernfs: use i_lock to protect concurrent inode updatesIan Kent1-2/+2
2021-07-27kernfs: switch kernfs to use an rwsemIan Kent1-6/+6
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-1/+1
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo1-3/+4
2019-11-12kernfs: implement custom exportfs ops and fid typeTejun Heo1-16/+61
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo1-24/+2
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo1-4/+3
2019-11-12kernfs: use dumber locking for kernfs_find_and_get_node_by_ino()Tejun Heo1-10/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-82/+37
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+6
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells1-52/+37
2019-02-08kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal1-1/+6
2019-01-17kill kernfs_pin_sb()Al Viro1-30/+0
2019-01-17fix cgroup_do_mount() handling of failure exitsAl Viro1-2/+6
2018-10-26mm: zero-seek shrinkersJohannes Weiner1-0/+3
2018-05-21kernfs: deal with kernfs_fill_super() failuresAl Viro1-0/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-09-01kernfs: checking for IS_ERR() instead of NULLDan Carpenter1-2/+2
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li1-0/+19
2017-07-29kernfs: add exportfs operationsShaohua Li1-0/+56
2017-07-29kernfs: don't set dentry->d_fsdataShaohua Li1-6/+2
2017-07-29kernfs: add an API to get kernfs node from inode numberShaohua Li1-1/+10
2016-10-06kernfs: Switch to generic xattr handlersAndreas Gruenbacher1-0/+1
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman1-2/+2
2016-06-23kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman1-0/+2
2016-06-23fs: Add user namespace member to struct super_blockEric W. Biederman1-1/+2
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2016-05-12kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn1-1/+2
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn1-0/+14
2016-05-02kernfs: use lookup_one_len_unlocked()Al Viro1-3/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-02-16kernfs: define kernfs_node_dentryAditya Kali1-0/+69
2015-01-20fs: deduplicate noop_backing_dev_infoChristoph Hellwig1-1/+0
2014-06-30kernfs: introduce kernfs_pin_sb()Li Zefan1-0/+30
2014-05-27kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan1-5/+6
2014-04-25kernfs: implement kernfs_root->supers listTejun Heo1-0/+11
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+7
2014-02-25sysfs: fix namespace refcnt leakLi Zefan1-1/+7
2014-02-14kernfs: fix kernfs_node_from_dentry()Li Zefan1-1/+1
2014-02-07kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs_rename()Tejun Heo1-0/+14
2014-02-07kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()Tejun Heo1-0/+23
2013-12-11kernfs: s/sysfs/kernfs/ in internal functions and whatever is leftTejun Heo1-9/+9
2013-12-11kernfs: s/sysfs/kernfs/ in global variablesTejun Heo1-7/+7
2013-12-11kernfs: s/sysfs/kernfs/ in various data structuresTejun Heo1-7/+7
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-6/+6
2013-11-29sysfs, kernfs: move mount core code to fs/kernfs/mount.cTejun Heo1-0/+156