summaryrefslogtreecommitdiff
path: root/fs/kernfs/mount.c
AgeCommit message (Expand)Author
2025-06-10new helper: set_default_d_op()Al Viro
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-09kernfs: add warning about implementing freeze/thawChristian Brauner
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
2025-02-21kernfs: Move dput() outside of the RCU section.Sebastian Andrzej Siewior
2025-02-19kernfs: Drop kernfs_rwsem while invoking lookup_positive_unlocked().Sebastian Andrzej Siewior
2025-02-15kernfs: Use RCU to access kernfs_node::name.Sebastian Andrzej Siewior
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior
2025-02-15kernfs: Acquire kernfs_rwsem in kernfs_node_dentry().Sebastian Andrzej Siewior
2025-02-15kernfs: Acquire kernfs_rwsem in kernfs_get_parent_dentry().Sebastian Andrzej Siewior
2024-05-04kernfs: mount: Remove unnecessary ‘NULL’ values from knparentLi zeming
2024-02-08fs: super_set_uuid()Kent Overstreet
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