summaryrefslogtreecommitdiff
path: root/fs/kernfs/dir.c
Commit message (Expand)AuthorAge
* kernfs: introduce kernfs_node_idShaohua Li2017-07-29
* kernfs: don't set dentry->d_fsdataShaohua Li2017-07-29
* kernfs: add an API to get kernfs node from inode numberShaohua Li2017-07-29
* kernfs: implement i_generationShaohua Li2017-07-29
* kernfs: use idr instead of ida to manage inode numberShaohua Li2017-07-29
* Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-02-27
|\
| * kernfs: add kernfs_ops->open/release() callbacksTejun Heo2016-12-27
* | kernfs: handle null pointers while printing node name and pathKonstantin Khlebnikov2017-02-10
|/
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-14
|\
| * kernfs: remove kernfs_path_len()Tejun Heo2016-08-10
| * kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo2016-08-10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \
| * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| * | fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-27
| |/
* | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
* | kernfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-06
|/
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-10
* Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-20
|\
| * fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-29
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-17
|\ \
| * | kernfs: no point locking directory around that generic_file_llseek()Al Viro2016-05-09
| |/
* | kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn2016-05-02
|/
* Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2016-03-21
|\
| * kernfs: Add API to generate relative kernfs pathAditya Kali2016-02-16
* | kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[]Tejun Heo2016-02-07
* | wrappers for ->i_mutex accessAl Viro2016-01-22
|/
* Revert "kernfs: do not account ino_ida allocations to memcg"Vladimir Davydov2016-01-14
* kernfs: implement kernfs_walk_and_get()Tejun Heo2015-11-20
* kernfs: implement kernfs_path_len()Tejun Heo2015-08-18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-03
|\
| * kernfs: Add support for always empty directories.Eric W. Biederman2015-07-01
* | kernfs: do not account ino_ida allocations to memcgVladimir Davydov2015-05-14
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* kernfs: remove KERNFS_STATIC_NAMETejun Heo2015-02-13
* kernfs: convert node name allocation to kstrdup_constAndrzej Hajda2015-02-13
* kernfs: Fix kernfs_name_compareRasmus Villemoes2015-01-09
* switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-19
* vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman2014-10-09
* Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman2014-04-27
|\
| * kernfs: fix a subdir count leakJianyu Zhan2014-04-25
* | kernfs: implement kernfs_root->supers listTejun Heo2014-04-25
|/
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-03
|\
| * cgroup: remove cgroup->nameTejun Heo2014-02-12
* | kernfs: fix off by one error.Richard Cochran2014-03-08
* | kernfs: fix kernfs_node_from_dentry()Li Zefan2014-02-14
* | kernfs: fix hash calculation in kernfs_rename_ns()Tejun Heo2014-02-10
|/
* kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo2014-02-07
* kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Tejun Heo2014-02-07
* kernfs: allow nodes to be created in the deactivated stateTejun Heo2014-02-07
* kernfs: add missing kernfs_active() checks in directory operationsTejun Heo2014-02-07