- f34d360 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- e72a1a8 kernfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
- bb09c86 kernfs: remove kernfs_path_len() by Tejun Heo · 8 years ago
- 3abb1d9 kernfs: make kernfs_path*() behave in the style of strlcpy() by Tejun Heo · 8 years ago
- 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
- 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
- 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 8cb0d2c kernfs: no point locking directory around that generic_file_llseek() by Al Viro · 9 years ago
- e99ed4d kernfs_path_from_node_locked: don't overwrite nlen by Serge Hallyn · 9 years ago
- 3a3a5fe fs: kernfs: Replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 9 years ago
- 5518f66 Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
- 9f6df57 kernfs: Add API to generate relative kernfs path by Aditya Kali · 9 years ago
- e56ed358 kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[] by Tejun Heo · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- b2a209f Revert "kernfs: do not account ino_ida allocations to memcg" by Vladimir Davydov · 9 years ago
- bd96f76 kernfs: implement kernfs_walk_and_get() by Tejun Heo · 9 years ago
- 9acee9c kernfs: implement kernfs_path_len() by Tejun Heo · 9 years ago
- 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
- ea01521 kernfs: Add support for always empty directories. by Eric W. Biederman · 9 years ago
- 499611e kernfs: do not account ino_ida allocations to memcg by Vladimir Davydov · 9 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- dfeb0750 kernfs: remove KERNFS_STATIC_NAME by Tejun Heo · 10 years ago
- 75287a6 kernfs: convert node name allocation to kstrdup_const by Andrzej Hajda · 10 years ago
- 72392ed kernfs: Fix kernfs_name_compare by Rasmus Villemoes · 10 years ago
- 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
- 9b053f3 vfs: Remove unnecessary calls of check_submounts_and_drop by Eric W. Biederman · 11 years ago
- d35cc56 Merge 3.15-rc3 into staging-next by Greg Kroah-Hartman · 11 years ago
- c1befb8 kernfs: fix a subdir count leak by Jianyu Zhan · 11 years ago
- 7d568a8 kernfs: implement kernfs_root->supers list by Tejun Heo · 11 years ago
- 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
- 88391d4 kernfs: fix off by one error. by Richard Cochran · 11 years ago
- f41c593 kernfs: fix kernfs_node_from_dentry() by Li Zefan · 11 years ago
- e61734c cgroup: remove cgroup->name by Tejun Heo · 11 years ago
- 9561a89 kernfs: fix hash calculation in kernfs_rename_ns() by Tejun Heo · 11 years ago
- 3eef34a kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends by Tejun Heo · 11 years ago
- 0c23b22 kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs_rename() by Tejun Heo · 11 years ago
- d35258e kernfs: allow nodes to be created in the deactivated state by Tejun Heo · 11 years ago
- b9c9dad kernfs: add missing kernfs_active() checks in directory operations by Tejun Heo · 11 years ago
- 90c07c8 kernfs: rename kernfs_dir_ops to kernfs_syscall_ops by Tejun Heo · 11 years ago
- 07c7530 kernfs: invoke dir_ops while holding active ref of the target node by Tejun Heo · 11 years ago
- 6b0afc2 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
- 81c173c kernfs: remove KERNFS_REMOVED by Tejun Heo · 11 years ago
- 182fd64 kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep() by Tejun Heo · 11 years ago
- 988cd7a kernfs: remove kernfs_addrm_cxt by Tejun Heo · 11 years ago
- ccf02aa kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate() by Tejun Heo · 11 years ago
- 35beab0 kernfs: restructure removal path to fix possible premature return by Tejun Heo · 11 years ago
- abd54f0 kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq by Tejun Heo · 11 years ago
- a660793 kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flag by Tejun Heo · 11 years ago
- db4aad2 kernfs: associate a new kernfs_node with its parent on creation by Tejun Heo · 11 years ago
- 87da149 Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq" by Greg Kroah-Hartman · 11 years ago
- 0890147 Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()" by Greg Kroah-Hartman · 11 years ago
- 798c75a Revert "kernfs: remove KERNFS_REMOVED" by Greg Kroah-Hartman · 11 years ago
- 4f4b1b6 Revert "kernfs: restructure removal path to fix possible premature return" by Greg Kroah-Hartman · 11 years ago
- 55f6e30 Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()" by Greg Kroah-Hartman · 11 years ago
- 7653fe9 Revert "kernfs: remove kernfs_addrm_cxt" by Greg Kroah-Hartman · 11 years ago
- f4b3e63 Revert "kernfs: make kernfs_get_active() block if the node is deactivated but not removed" by Greg Kroah-Hartman · 11 years ago
- 9b0925a Revert "kernfs: implement kernfs_{de|re}activate[_self]()" by Greg Kroah-Hartman · 11 years ago
- a9f138b Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers" by Greg Kroah-Hartman · 11 years ago
- ce9b499 Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()" by Greg Kroah-Hartman · 11 years ago
- 88533f9 kernfs: remove unnecessary NULL check in __kernfs_remove() by Tejun Heo · 11 years ago
- 1ae0681 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
- 9f010c2 kernfs: implement kernfs_{de|re}activate[_self]() by Tejun Heo · 11 years ago
- 895a068 kernfs: make kernfs_get_active() block if the node is deactivated but not removed by Tejun Heo · 11 years ago
- 99177a3 kernfs: remove kernfs_addrm_cxt by Tejun Heo · 11 years ago
- f601f9a kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove() by Tejun Heo · 11 years ago
- 45a140e kernfs: restructure removal path to fix possible premature return by Tejun Heo · 11 years ago
- ae34372 kernfs: remove KERNFS_REMOVED by Tejun Heo · 11 years ago
- a69d001 kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep() by Tejun Heo · 11 years ago
- ea1c472 kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq by Tejun Heo · 11 years ago
- 80b9bbe kernfs: add kernfs_dir_ops by Tejun Heo · 11 years ago
- 19bbb92 kernfs: allow negative dentries by Tejun Heo · 11 years ago
- 47a52e9 kernfs: update kernfs_rename_ns() to consider KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
- 2063d60 kernfs: mark static names with KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
- d0ae3d4 kernfs: add REMOVED check to create and rename paths by Tejun Heo · 11 years ago
- bb8b9d09 kernfs: add @mode to kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
- c637b8a kernfs: s/sysfs/kernfs/ in internal functions and whatever is left by Tejun Heo · 11 years ago
- a797bfc kernfs: s/sysfs/kernfs/ in global variables by Tejun Heo · 11 years ago
- df23fc3 kernfs: s/sysfs/kernfs/ in constants by Tejun Heo · 11 years ago
- c525aad kernfs: s/sysfs/kernfs/ in various data structures by Tejun Heo · 11 years ago
- adc5e8b kernfs: drop s_ prefix from kernfs_node members by Tejun Heo · 11 years ago
- 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
- 2322392 kernfs: implement "trusted.*" xattr support by Tejun Heo · 11 years ago
- ac9bba0 sysfs, kernfs: implement kernfs_ns_enabled() by Tejun Heo · 11 years ago
- cf9e5a7 sysfs, kernfs: make sysfs_dirent definition public by Tejun Heo · 11 years ago
- bc75555 sysfs, kernfs: make inode number ida per kernfs_root by Tejun Heo · 11 years ago
- ba7443b sysfs, kernfs: implement kernfs_create/destroy_root() by Tejun Heo · 11 years ago
- fd7b9f7 sysfs, kernfs: move dir core code to fs/kernfs/dir.c by Tejun Heo · 11 years ago
- b8441ed sysfs, kernfs: add skeletons for kernfs by Tejun Heo · 11 years ago