- e3977e0 Revert "kernfs: convert kernfs_idr_lock to an irq safe raw spinlock" by Tejun Heo · 1 year, 2 months ago
- c312828 kernfs: convert kernfs_idr_lock to an irq safe raw spinlock by Andrea Righi · 1 year, 2 months ago
- ff6d413 kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy() by Kees Cook · 1 year, 3 months ago
- 5b56bf5 kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy() by Kees Cook · 1 year, 3 months ago
- 792e047 kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy() by Kees Cook · 1 year, 3 months ago
- 5133bee fs/kernfs/dir: obey S_ISGID by Max Kellermann · 1 year, 3 months ago
- 28a4f91f Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 1 year, 6 months ago
- 0559f63 kernfs: fix missing kernfs_iattr_rwsem locking by Ian Kent · 1 year, 7 months ago
- 2daf18a tmpfs,xattr: enable limited user extended attributes by Hugh Dickins · 1 year, 7 months ago
- 30480b9 kernfs: fix missing kernfs_idr_lock to remove an ID from the IDR by Muchun Song · 1 year, 9 months ago
- 556eb8b Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 1 year, 10 months ago
- 364595a fs: consolidate duplicate dt_type helpers by Jeff Layton · 1 year, 11 months ago
- 06fb4736 kernfs: change kernfs_rename_lock into a read-write lock. by Imran Khan · 2 years ago
- c9f2dfb kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info. by Imran Khan · 2 years ago
- 9caf696 kernfs: Introduce separate rwsem to protect inode attributes. by Imran Khan · 2 years ago
- a93e884e Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 2 years ago
- 95b2a03 kernfs: remove an unused if statement in kernfs_path_from_node_locked() by Zhen Lei · 2 years, 3 months ago
- e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 24b3e3d kernfs: fix all kernel-doc warnings and multiple typos by Randy Dunlap · 2 years, 4 months ago
- 05df6ab Merge 6.1-rc6 into driver-core-next by Greg Kroah-Hartman · 2 years, 3 months ago
- 1edfe4e kernfs: Fix spurious lockdep warning in kernfs_find_and_get_node_by_id() by Tejun Heo · 2 years, 5 months ago
- 92b5784 kernfs: dont take i_lock on revalidate by Ian Kent · 2 years, 5 months ago
- 4abc996 kernfs: fix use-after-free in __kernfs_remove by Christian A. Ehrhardt · 2 years, 6 months ago
- 783bd07 kernfs: Implement kernfs_show() by Tejun Heo · 2 years, 6 months ago
- f8eb145 kernfs: Factor out kernfs_activate_one() by Tejun Heo · 2 years, 6 months ago
- c254917 kernfs: Add KERNFS_REMOVING flags by Tejun Heo · 2 years, 6 months ago
- 2d7f9f8 kernfs: Improve kernfs_drain() and always call on removal by Tejun Heo · 2 years, 6 months ago
- bdb2fd7 kernfs: Skip kernfs_drain_open_files() more aggressively by Tejun Heo · 2 years, 6 months ago
- 72b5d5a kernfs: fix potential NULL dereference in __kernfs_remove by Yushan Zhou · 2 years, 8 months ago
- 1a702dc kernfs: Separate kernfs_pr_cont_buf and rename_lock. by Hao Luo · 2 years, 10 months ago
- ad8d869 kernfs: fix NULL dereferencing in kernfs_remove by Minchan Kim · 2 years, 10 months ago
- f2eb478 kernfs: move struct kernfs_root out of the public view. by Greg Kroah-Hartman · 3 years ago
- 555a0ce kernfs: prevent early freeing of root node by Minchan Kim · 3 years, 3 months ago
- 393c371 kernfs: switch global kernfs_rwsem lock to per-fs lock by Minchan Kim · 3 years, 3 months ago
- 410d591 kernfs: don't create a negative dentry if inactive node exists by Ian Kent · 3 years, 5 months ago
- df38d85 kernfs: also call kernfs_set_rev() for positive dentry by Hou Tao · 3 years, 5 months ago
- df6192f kernfs: dont call d_splice_alias() under kernfs node lock by Ian Kent · 3 years, 8 months ago
- 7ba0273 kernfs: switch kernfs to use an rwsem by Ian Kent · 3 years, 8 months ago
- c7e7c04 kernfs: use VFS negative dentry caching by Ian Kent · 3 years, 8 months ago
- 895adbe kernfs: add a revision to identify directory node changes by Ian Kent · 3 years, 8 months ago
- d826e03 kernfs: move revalidate to be near lookup by Ian Kent · 3 years, 9 months ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 1 month ago
- 0288e7f fs/kernfs: remove the double check of dentry->inode by Hui Su · 4 years, 4 months ago
- 21774fd kernfs: bring names in comments in line with code by Willem de Bruijn · 4 years, 5 months ago
- 5bf33f0 fs/kernfs/dir.c: Clean code by removing always true condition by Mateusz Nosek · 5 years ago
- 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 4043045 kernfs: use 64bit inos if ino_t is 64bit by Tejun Heo · 5 years ago
- fe0f726 kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id() by Tejun Heo · 5 years ago
- 67c0496 kernfs: convert kernfs_node->id from union kernfs_node_id to u64 by Tejun Heo · 5 years ago
- 880df13 kernfs: kernfs_find_and_get_node_by_ino() should only look up activated nodes by Tejun Heo · 5 years ago
- b680b08 kernfs: use dumber locking for kernfs_find_and_get_node_by_ino() by Tejun Heo · 5 years ago
- e23f568 kernfs: fix ino wrap-around detection by Tejun Heo · 5 years ago
- 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
- bbe70e4 fs: kernfs: Fix possible null-pointer dereferences in kernfs_path_from_node_locked() by Jia-Ju Bai · 6 years ago
- 2fd60da kernfs: fix potential null pointer dereference by Peng Wang · 6 years ago
- 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
- f72dae2 Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
- 9982679 kernfs: fix barrier usage in __kernfs_new_node() by Andrea Parri · 6 years ago
- e19dfdc kernfs: initialize security of newly created nodes by Ondrej Mosnacek · 6 years ago
- 0ac6075 kernfs: use simple_xattrs for security attributes by Ondrej Mosnacek · 6 years ago
- 0589521 kernfs: clean up struct kernfs_iattrs by Ondrej Mosnacek · 6 years ago
- 26e28d6 kernfs: Allocating memory for kernfs_iattrs with kmem_cache. by Ayush Mittal · 6 years ago
- 488dee9 kernfs: allow creating kernfs objects with arbitrary uid/gid by Dmitry Torokhov · 7 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- c53cd49 kernfs: introduce kernfs_node_id by Shaohua Li · 8 years ago
- 319ba91 kernfs: don't set dentry->d_fsdata by Shaohua Li · 8 years ago
- ba16b28 kernfs: add an API to get kernfs node from inode number by Shaohua Li · 8 years ago
- 4a3ef68 kernfs: implement i_generation by Shaohua Li · 8 years ago
- 7d35079 kernfs: use idr instead of ida to manage inode number by Shaohua Li · 8 years ago
- f7878dc Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
- 1762715 kernfs: handle null pointers while printing node name and path by Konstantin Khlebnikov · 8 years ago
- 0e67db2 kernfs: add kernfs_ops->open/release() callbacks by Tejun Heo · 8 years ago
- f34d360 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- e72a1a8 kernfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
- bb09c86 kernfs: remove kernfs_path_len() by Tejun Heo · 9 years ago
- 3abb1d9 kernfs: make kernfs_path*() behave in the style of strlcpy() by Tejun Heo · 9 years ago
- 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago
- 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
- 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 8cb0d2c kernfs: no point locking directory around that generic_file_llseek() by Al Viro · 9 years ago
- e99ed4d kernfs_path_from_node_locked: don't overwrite nlen by Serge Hallyn · 9 years ago
- 3a3a5fe fs: kernfs: Replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 9 years ago
- 5518f66 Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
- 9f6df57 kernfs: Add API to generate relative kernfs path by Aditya Kali · 9 years ago
- e56ed358 kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[] by Tejun Heo · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- b2a209f Revert "kernfs: do not account ino_ida allocations to memcg" by Vladimir Davydov · 9 years ago
- bd96f76 kernfs: implement kernfs_walk_and_get() by Tejun Heo · 9 years ago
- 9acee9c kernfs: implement kernfs_path_len() by Tejun Heo · 10 years ago
- 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
- ea01521 kernfs: Add support for always empty directories. by Eric W. Biederman · 10 years ago
- 499611e kernfs: do not account ino_ida allocations to memcg by Vladimir Davydov · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- dfeb0750 kernfs: remove KERNFS_STATIC_NAME by Tejun Heo · 10 years ago
- 75287a6 kernfs: convert node name allocation to kstrdup_const by Andrzej Hajda · 10 years ago