summaryrefslogtreecommitdiff
path: root/fs/kernfs/dir.c
AgeCommit message (Expand)Author
2020-01-14fs/kernfs/dir.c: Clean code by removing always true conditionMateusz Nosek
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun 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: kernfs_find_and_get_node_by_ino() should only look up activated nodesTejun Heo
2019-11-12kernfs: use dumber locking for kernfs_find_and_get_node_by_ino()Tejun Heo
2019-11-12kernfs: fix ino wrap-around detectionTejun Heo
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-07-25fs: kernfs: Fix possible null-pointer dereferences in kernfs_path_from_node_l...Jia-Ju Bai
2019-07-25kernfs: fix potential null pointer dereferencePeng Wang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-04-25kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri
2019-03-20kernfs: initialize security of newly created nodesOndrej Mosnacek
2019-03-20kernfs: use simple_xattrs for security attributesOndrej Mosnacek
2019-03-20kernfs: clean up struct kernfs_iattrsOndrej Mosnacek
2019-02-08kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2017-07-29kernfs: introduce kernfs_node_idShaohua 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
2017-07-29kernfs: implement i_generationShaohua Li
2017-07-29kernfs: use idr instead of ida to manage inode numberShaohua Li
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-02-10kernfs: handle null pointers while printing node name and pathKonstantin Khlebnikov
2016-12-27kernfs: add kernfs_ops->open/release() callbacksTejun Heo
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-06kernfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi
2016-08-10kernfs: remove kernfs_path_len()Tejun Heo
2016-08-10kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-09kernfs: no point locking directory around that generic_file_llseek()Al Viro
2016-05-02kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn
2016-03-29fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2016-02-16kernfs: Add API to generate relative kernfs pathAditya Kali
2016-02-07kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[]Tejun Heo
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14Revert "kernfs: do not account ino_ida allocations to memcg"Vladimir Davydov
2015-11-20kernfs: implement kernfs_walk_and_get()Tejun Heo
2015-08-18kernfs: implement kernfs_path_len()Tejun Heo
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds