aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs/dir.c
AgeCommit message (Expand)Author
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-09kernfs: no point locking directory around that generic_file_llseek()Al Viro
2016-05-02kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn
2016-03-29fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2016-02-16kernfs: Add API to generate relative kernfs pathAditya Kali
2016-02-07kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[]Tejun Heo
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14Revert "kernfs: do not account ino_ida allocations to memcg"Vladimir Davydov
2015-11-20kernfs: implement kernfs_walk_and_get()Tejun Heo
2015-08-18kernfs: implement kernfs_path_len()Tejun Heo
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01kernfs: Add support for always empty directories.Eric W. Biederman
2015-05-14kernfs: do not account ino_ida allocations to memcgVladimir Davydov
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo
2015-02-13kernfs: convert node name allocation to kstrdup_constAndrzej Hajda
2015-01-09kernfs: Fix kernfs_name_compareRasmus Villemoes
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman
2014-04-27Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman
2014-04-25kernfs: fix a subdir count leakJianyu Zhan
2014-04-25kernfs: implement kernfs_root->supers listTejun Heo
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-03-08kernfs: fix off by one error.Richard Cochran
2014-02-14kernfs: fix kernfs_node_from_dentry()Li Zefan
2014-02-12cgroup: remove cgroup->nameTejun Heo
2014-02-10kernfs: fix hash calculation in kernfs_rename_ns()Tejun Heo
2014-02-07kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo
2014-02-07kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Tejun Heo
2014-02-07kernfs: allow nodes to be created in the deactivated stateTejun Heo
2014-02-07kernfs: add missing kernfs_active() checks in directory operationsTejun Heo
2014-02-07kernfs: rename kernfs_dir_ops to kernfs_syscall_opsTejun Heo
2014-02-07kernfs: invoke dir_ops while holding active ref of the target nodeTejun Heo
2014-02-07kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo
2014-02-07kernfs: remove KERNFS_REMOVEDTejun Heo
2014-02-07kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo
2014-02-07kernfs: remove kernfs_addrm_cxtTejun Heo
2014-02-07kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate()Tejun Heo
2014-02-07kernfs: restructure removal path to fix possible premature returnTejun Heo
2014-02-07kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo
2014-02-07kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flagTejun Heo
2014-01-17kernfs: associate a new kernfs_node with its parent on creationTejun Heo
2014-01-13Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivat...Greg Kroah-Hartman
2014-01-13Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()"Greg Kroah-Hartman
2014-01-13Revert "kernfs: remove KERNFS_REMOVED"Greg Kroah-Hartman
2014-01-13Revert "kernfs: restructure removal path to fix possible premature return"Greg Kroah-Hartman
2014-01-13Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()"Greg Kroah-Hartman