summaryrefslogtreecommitdiff
path: root/fs/kernfs/mount.c
AgeCommit message (Expand)Author
2023-12-20kernfs: d_obtain_alias(NULL) will do the right thing...Al Viro
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng
2023-08-05kernfs: attach uuid for every kernfs and report it in fsidIvan Babrou
2023-03-29kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.Imran Khan
2022-11-23kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap
2022-06-27kernfs: Replace global kernfs_open_file_mutex with hashed mutexes.Imran Khan
2021-11-24kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim
2021-07-27kernfs: use i_lock to protect concurrent inode updatesIan Kent
2021-07-27kernfs: switch kernfs to use an rwsemIan Kent
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-11-15new helper: lookup_positive_unlocked()Al Viro
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo
2019-11-12kernfs: implement custom exportfs ops and fid typeTejun Heo
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-11-12kernfs: use dumber locking for kernfs_find_and_get_node_by_ino()Tejun Heo
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells
2019-02-08kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal
2019-01-17kill kernfs_pin_sb()Al Viro
2019-01-17fix cgroup_do_mount() handling of failure exitsAl Viro
2018-10-26mm: zero-seek shrinkersJohannes Weiner
2018-05-21kernfs: deal with kernfs_fill_super() failuresAl Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-09-01kernfs: checking for IS_ERR() instead of NULLDan Carpenter
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li
2017-07-29kernfs: add exportfs operationsShaohua Li
2017-07-29kernfs: don't set dentry->d_fsdataShaohua Li
2017-07-29kernfs: add an API to get kernfs node from inode numberShaohua Li
2016-10-06kernfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman
2016-06-23kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman
2016-06-23fs: Add user namespace member to struct super_blockEric W. Biederman
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-12kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn
2016-05-02kernfs: use lookup_one_len_unlocked()Al Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-16kernfs: define kernfs_node_dentryAditya Kali
2015-01-20fs: deduplicate noop_backing_dev_infoChristoph Hellwig
2014-06-30kernfs: introduce kernfs_pin_sb()Li Zefan
2014-05-27kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan
2014-04-25kernfs: implement kernfs_root->supers listTejun Heo
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman
2014-02-25sysfs: fix namespace refcnt leakLi Zefan
2014-02-14kernfs: fix kernfs_node_from_dentry()Li Zefan