aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal1-1/+1
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov1-3/+26
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+2
2017-07-29kernfs: introduce kernfs_node_idShaohua Li1-5/+5
2017-07-29kernfs: don't set dentry->d_fsdataShaohua Li1-16/+9
2017-07-29kernfs: add an API to get kernfs node from inode numberShaohua Li1-0/+57
2017-07-29kernfs: implement i_generationShaohua Li1-1/+9
2017-07-29kernfs: use idr instead of ida to manage inode numberShaohua Li1-5/+12
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2017-02-10kernfs: handle null pointers while printing node name and pathKonstantin Khlebnikov1-0/+10
2016-12-27kernfs: add kernfs_ops->open/release() callbacksTejun Heo1-1/+1
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-67/+17
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+5
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-10-06kernfs: Switch to generic xattr handlersAndreas Gruenbacher1-3/+3
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-2/+6
2016-08-10kernfs: remove kernfs_path_len()Tejun Heo1-23/+0
2016-08-10kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo1-44/+17
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-2/+2
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+5
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+2
2016-05-09kernfs: no point locking directory around that generic_file_llseek()Al Viro1-15/+2
2016-05-02kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn1-3/+3
2016-03-29fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-3/+5
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-31/+160
2016-02-16kernfs: Add API to generate relative kernfs pathAditya Kali1-31/+160
2016-02-07kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[]Tejun Heo1-5/+14
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-14Revert "kernfs: do not account ino_ida allocations to memcg"Vladimir Davydov1-8/+1
2015-11-20kernfs: implement kernfs_walk_and_get()Tejun Heo1-0/+46
2015-08-18kernfs: implement kernfs_path_len()Tejun Heo1-0/+23
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+37
2015-07-01kernfs: Add support for always empty directories.Eric W. Biederman1-1/+37
2015-05-14kernfs: do not account ino_ida allocations to memcgVladimir Davydov1-1/+8
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo1-12/+8
2015-02-13kernfs: convert node name allocation to kstrdup_constAndrzej Hajda1-6/+6
2015-01-09kernfs: Fix kernfs_name_compareRasmus Villemoes1-4/+8
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro1-1/+1
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman1-11/+0
2014-04-27Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman1-3/+6
2014-04-25kernfs: fix a subdir count leakJianyu Zhan1-3/+6
2014-04-25kernfs: implement kernfs_root->supers listTejun Heo1-0/+1
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+1
2014-03-08kernfs: fix off by one error.Richard Cochran1-1/+1
2014-02-14kernfs: fix kernfs_node_from_dentry()Li Zefan1-1/+1
2014-02-12cgroup: remove cgroup->nameTejun Heo1-0/+1
2014-02-10kernfs: fix hash calculation in kernfs_rename_ns()Tejun Heo1-1/+1
2014-02-07kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo1-10/+165