summaryrefslogtreecommitdiffstats
path: root/fs/kernfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1Star
* Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-081-11/+13
|\
| * kernfs: initialize security of newly created nodesOndrej Mosnacek2019-03-211-2/+9
| * kernfs: use simple_xattrs for security attributesOndrej Mosnacek2019-03-211-3/+0Star
| * kernfs: clean up struct kernfs_iattrsOndrej Mosnacek2019-03-211-6/+4Star
* | kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri2019-04-251-3/+2Star
|/
* 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-211-3/+26
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-2/+2
* kernfs: introduce kernfs_node_idShaohua Li2017-07-291-5/+5
* kernfs: don't set dentry->d_fsdataShaohua Li2017-07-291-16/+9Star
* 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-281-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/+17Star
|\
| * kernfs: remove kernfs_path_len()Tejun Heo2016-08-101-23/+0Star
| * kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo2016-08-101-44/+17Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-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-081-3/+0Star
* | kernfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-071-3/+3
|/
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-111-2/+2
* Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-211-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/+2Star
|\ \
| * | kernfs: no point locking directory around that generic_file_llseek()Al Viro2016-05-091-15/+2Star
| |/
* / 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-081-5/+14
* | wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
|/
* Revert "kernfs: do not account ino_ida allocations to memcg"Vladimir Davydov2016-01-151-8/+1Star
* kernfs: implement kernfs_walk_and_get()Tejun Heo2015-11-201-0/+46
* kernfs: implement kernfs_path_len()Tejun Heo2015-08-191-0/+23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-041-1/+37
|\
| * kernfs: Add support for always empty directories.Eric W. Biederman2015-07-011-1/+37
* | kernfs: do not account ino_ida allocations to memcgVladimir Davydov2015-05-151-1/+8
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* kernfs: remove KERNFS_STATIC_NAMETejun Heo2015-02-141-12/+8Star
* kernfs: convert node name allocation to kstrdup_constAndrzej Hajda2015-02-141-6/+6
* kernfs: Fix kernfs_name_compareRasmus Villemoes2015-01-101-4/+8
* switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-191-1/+1
* vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman2014-10-091-11/+0Star
* Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman2014-04-281-3/+6
|\
| * kernfs: fix a subdir count leakJianyu Zhan2014-04-251-3/+6
* | kernfs: implement kernfs_root->supers listTejun Heo2014-04-251-0/+1
|/