summaryrefslogtreecommitdiff
path: root/fs/kernfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo2022-06-141-12/+19
* kernfs: fix NULL dereferencing in kernfs_removeMinchan Kim2022-04-271-1/+6
* kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman2022-02-231-0/+9
* kernfs: prevent early freeing of root nodeMinchan Kim2021-12-031-1/+7
* kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim2021-11-241-45/+65
* kernfs: don't create a negative dentry if inactive node existsIan Kent2021-10-041-1/+8
* kernfs: also call kernfs_set_rev() for positive dentryHou Tao2021-09-281-2/+7
* kernfs: dont call d_splice_alias() under kernfs node lockIan Kent2021-07-271-4/+2
* kernfs: switch kernfs to use an rwsemIan Kent2021-07-271-50/+50
* kernfs: use VFS negative dentry cachingIan Kent2021-07-271-20/+35
* kernfs: add a revision to identify directory node changesIan Kent2021-07-271-0/+2
* kernfs: move revalidate to be near lookupIan Kent2021-06-151-43/+43
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+4
* fs/kernfs: remove the double check of dentry->inodeHui Su2020-12-091-2/+1
* kernfs: bring names in comments in line with codeWillem de Bruijn2020-11-091-1/+1
* fs/kernfs/dir.c: Clean code by removing always true conditionMateusz Nosek2020-01-141-1/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-2/+2
|\
| * locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-2/+2
* | kernfs: use 64bit inos if ino_t is 64bitTejun Heo2019-11-121-13/+29
* | kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo2019-11-121-4/+13
* | kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-121-5/+5
* | kernfs: kernfs_find_and_get_node_by_ino() should only look up activated nodesTejun Heo2019-11-121-1/+7
* | kernfs: use dumber locking for kernfs_find_and_get_node_by_ino()Tejun Heo2019-11-121-36/+9
* | kernfs: fix ino wrap-around detectionTejun Heo2019-11-121-3/+2
|/
* fs: kernfs: Fix possible null-pointer dereferences in kernfs_path_from_node_l...Jia-Ju Bai2019-07-251-2/+4
* kernfs: fix potential null pointer dereferencePeng Wang2019-07-251-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
* Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-11/+13
|\
| * kernfs: initialize security of newly created nodesOndrej Mosnacek2019-03-201-2/+9
| * kernfs: use simple_xattrs for security attributesOndrej Mosnacek2019-03-201-3/+0
| * kernfs: clean up struct kernfs_iattrsOndrej Mosnacek2019-03-201-6/+4
* | kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri2019-04-251-3/+2
|/
* kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal2019-02-081-1/+1
* kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-201-3/+26
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-2/+2
* kernfs: introduce kernfs_node_idShaohua Li2017-07-291-5/+5
* kernfs: don't set dentry->d_fsdataShaohua Li2017-07-291-16/+9
* kernfs: add an API to get kernfs node from inode numberShaohua Li2017-07-291-0/+57
* kernfs: implement i_generationShaohua Li2017-07-291-1/+9
* kernfs: use idr instead of ida to manage inode numberShaohua Li2017-07-291-5/+12
* Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-02-271-1/+1
|\
| * kernfs: add kernfs_ops->open/release() callbacksTejun Heo2016-12-271-1/+1
* | kernfs: handle null pointers while printing node name and pathKonstantin Khlebnikov2017-02-101-0/+10
|/
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-141-67/+17
|\
| * kernfs: remove kernfs_path_len()Tejun Heo2016-08-101-23/+0
| * kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo2016-08-101-44/+17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+5
|\ \
| * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * | fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-2/+6
| |/
* | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0