| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-02-15 | kernfs: Use RCU to access kernfs_node::name. | Sebastian Andrzej Siewior | 1 | -3/+4 |
| 2025-02-15 | kernfs: Use RCU to access kernfs_node::parent. | Sebastian Andrzej Siewior | 1 | -11/+12 |
| 2022-11-23 | kernfs: fix all kernel-doc warnings and multiple typos | Randy Dunlap | 1 | -1/+1 |
| 2021-11-24 | kernfs: switch global kernfs_rwsem lock to per-fs lock | Minchan Kim | 1 | -2/+3 |
| 2021-10-05 | fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link() | Luis Chamberlain | 1 | -2/+1 |
| 2021-07-27 | kernfs: switch kernfs to use an rwsem | Ian Kent | 1 | -2/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 | Thomas Gleixner | 1 | -2/+1 |
| 2019-03-20 | kernfs: clean up struct kernfs_iattrs | Ondrej Mosnacek | 1 | -2/+2 |
| 2018-09-16 | kernfs: Fix range checks in kernfs_get_target_path | Bernd Edlinger | 1 | -1/+4 |
| 2018-08-18 | Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2018-07-20 | kernfs: allow creating kernfs objects with arbitrary uid/gid | Dmitry Torokhov | 1 | -1/+10 |
| 2018-07-07 | kernfs: Replace strncpy with memcpy | Guenter Roeck | 1 | -1/+1 |
| 2017-07-29 | kernfs: don't set dentry->d_fsdata | Shaohua Li | 1 | -3/+3 |
| 2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -1/+0 |
| 2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 1 | -3/+0 |
| 2016-10-06 | kernfs: Switch to generic xattr handlers | Andreas Gruenbacher | 1 | -3/+3 |
| 2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 1 | -9/+10 |
| 2015-12-29 | kill free_page_put_link() | Al Viro | 1 | -6/+6 |
| 2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 1 | -3/+8 |
| 2015-05-11 | new helper: free_page_put_link() | Al Viro | 1 | -6/+1 |
| 2015-05-11 | switch ->put_link() from dentry to inode | Al Viro | 1 | -1/+1 |
| 2015-05-10 | don't pass nameidata to ->follow_link() | Al Viro | 1 | -1/+1 |
| 2015-05-10 | new ->follow_link() and ->put_link() calling conventions | Al Viro | 1 | -12/+10 |
| 2014-02-07 | kernfs: remove kernfs_addrm_cxt | Tejun Heo | 1 | -5/+1 |
| 2014-01-17 | kernfs: associate a new kernfs_node with its parent on creation | Tejun Heo | 1 | -3/+2 |
| 2014-01-13 | Revert "kernfs: remove KERNFS_REMOVED" | Greg Kroah-Hartman | 1 | -7/+3 |
| 2014-01-13 | Revert "kernfs: remove kernfs_addrm_cxt" | Greg Kroah-Hartman | 1 | -1/+9 |
| 2014-01-10 | kernfs: remove kernfs_addrm_cxt | Tejun Heo | 1 | -9/+1 |
| 2014-01-10 | kernfs: remove KERNFS_REMOVED | Tejun Heo | 1 | -3/+7 |
| 2013-12-11 | kernfs: s/sysfs/kernfs/ in internal functions and whatever is left | Tejun Heo | 1 | -22/+22 |
| 2013-12-11 | kernfs: s/sysfs/kernfs/ in global variables | Tejun Heo | 1 | -3/+3 |
| 2013-12-11 | kernfs: s/sysfs/kernfs/ in constants | Tejun Heo | 1 | -1/+1 |
| 2013-12-11 | kernfs: s/sysfs/kernfs/ in various data structures | Tejun Heo | 1 | -1/+1 |
| 2013-12-11 | kernfs: drop s_ prefix from kernfs_node members | Tejun Heo | 1 | -16/+16 |
| 2013-12-11 | kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly | Tejun Heo | 1 | -32/+32 |
| 2013-12-04 | kernfs: implement "trusted.*" xattr support | Tejun Heo | 1 | -0/+3 |
| 2013-11-29 | sysfs, kernfs: implement kernfs_ns_enabled() | Tejun Heo | 1 | -1/+1 |
| 2013-11-29 | sysfs, kernfs: make inode number ida per kernfs_root | Tejun Heo | 1 | -1/+2 |
| 2013-11-29 | sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c | Tejun Heo | 1 | -0/+139 |
| 2013-11-27 | sysfs, kernfs: add skeletons for kernfs | Tejun Heo | 1 | -0/+9 |