aboutsummaryrefslogtreecommitdiff
path: root/fs/kernfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-14Revert "kernfs: do not account ino_ida allocations to memcg"Gravatar Vladimir Davydov 1-8/+1
2015-11-20kernfs: implement kernfs_walk_and_get()Gravatar Tejun Heo 1-0/+46
2015-08-18kernfs: implement kernfs_path_len()Gravatar Tejun Heo 1-0/+23
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+37
2015-07-01kernfs: Add support for always empty directories.Gravatar Eric W. Biederman 1-1/+37
2015-05-14kernfs: do not account ino_ida allocations to memcgGravatar Vladimir Davydov 1-1/+8
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-02-13kernfs: remove KERNFS_STATIC_NAMEGravatar Tejun Heo 1-12/+8
2015-02-13kernfs: convert node name allocation to kstrdup_constGravatar Andrzej Hajda 1-6/+6
2015-01-09kernfs: Fix kernfs_name_compareGravatar Rasmus Villemoes 1-4/+8
2014-11-19switch d_materialise_unique() users to d_splice_alias()Gravatar Al Viro 1-1/+1
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropGravatar Eric W. Biederman 1-11/+0
2014-04-27Merge 3.15-rc3 into staging-nextGravatar Greg Kroah-Hartman 1-3/+6
2014-04-25kernfs: fix a subdir count leakGravatar Jianyu Zhan 1-3/+6
2014-04-25kernfs: implement kernfs_root->supers listGravatar Tejun Heo 1-0/+1
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-0/+1
2014-03-08kernfs: fix off by one error.Gravatar Richard Cochran 1-1/+1
2014-02-14kernfs: fix kernfs_node_from_dentry()Gravatar Li Zefan 1-1/+1
2014-02-12cgroup: remove cgroup->nameGravatar Tejun Heo 1-0/+1
2014-02-10kernfs: fix hash calculation in kernfs_rename_ns()Gravatar Tejun Heo 1-1/+1
2014-02-07kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsGravatar Tejun Heo 1-10/+165
2014-02-07kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Gravatar Tejun Heo 1-0/+18
2014-02-07kernfs: allow nodes to be created in the deactivated stateGravatar Tejun Heo 1-7/+64
2014-02-07kernfs: add missing kernfs_active() checks in directory operationsGravatar Tejun Heo 1-5/+6
2014-02-07kernfs: rename kernfs_dir_ops to kernfs_syscall_opsGravatar Tejun Heo 1-12/+13
2014-02-07kernfs: invoke dir_ops while holding active ref of the target nodeGravatar Tejun Heo 1-3/+30
2014-02-07kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersGravatar Tejun Heo 1-1/+137
2014-02-07kernfs: remove KERNFS_REMOVEDGravatar Tejun Heo 1-31/+35
2014-02-07kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Gravatar Tejun Heo 1-7/+13
2014-02-07kernfs: remove kernfs_addrm_cxtGravatar Tejun Heo 1-84/+25
2014-02-07kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate()Gravatar Tejun Heo 1-4/+6
2014-02-07kernfs: restructure removal path to fix possible premature returnGravatar Tejun Heo 1-61/+68
2014-02-07kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqGravatar Tejun Heo 1-18/+13
2014-02-07kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flagGravatar Tejun Heo 1-4/+8
2014-01-17kernfs: associate a new kernfs_node with its parent on creationGravatar Tejun Heo 1-14/+26
2014-01-13Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivat...Gravatar Greg Kroah-Hartman 1-11/+16
2014-01-13Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()"Gravatar Greg Kroah-Hartman 1-20/+11
2014-01-13Revert "kernfs: remove KERNFS_REMOVED"Gravatar Greg Kroah-Hartman 1-44/+35
2014-01-13Revert "kernfs: restructure removal path to fix possible premature return"Gravatar Greg Kroah-Hartman 1-86/+53
2014-01-13Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()"Gravatar Greg Kroah-Hartman 1-33/+9
2014-01-13Revert "kernfs: remove kernfs_addrm_cxt"Gravatar Greg Kroah-Hartman 1-26/+88
2014-01-13Revert "kernfs: make kernfs_get_active() block if the node is deactivated but...Gravatar Greg Kroah-Hartman 1-21/+4
2014-01-13Revert "kernfs: implement kernfs_{de|re}activate[_self]()"Gravatar Greg Kroah-Hartman 1-117/+1
2014-01-13Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Gravatar Greg Kroah-Hartman 1-72/+0
2014-01-13Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"Gravatar Greg Kroah-Hartman 1-0/+3
2014-01-11kernfs: remove unnecessary NULL check in __kernfs_remove()Gravatar Tejun Heo 1-3/+0
2014-01-10kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersGravatar Tejun Heo 1-0/+72
2014-01-10kernfs: implement kernfs_{de|re}activate[_self]()Gravatar Tejun Heo 1-1/+117
2014-01-10kernfs: make kernfs_get_active() block if the node is deactivated but not rem...Gravatar Tejun Heo 1-4/+21