summaryrefslogtreecommitdiffstats
path: root/fs/kernfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | kernfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-061-3/+3
|/
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-2/+2
* Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-201-3/+5
|\
| * fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-291-3/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-171-15/+2
|\ \
| * | kernfs: no point locking directory around that generic_file_llseek()Al Viro2016-05-091-15/+2
| |/
* / kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn2016-05-021-3/+3
|/
* Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2016-03-211-31/+160
|\
| * kernfs: Add API to generate relative kernfs pathAditya Kali2016-02-161-31/+160
* | kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[]Tejun Heo2016-02-071-5/+14
* | wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
|/
* Revert "kernfs: do not account ino_ida allocations to memcg"Vladimir Davydov2016-01-141-8/+1