1. 7ba0273 kernfs: switch kernfs to use an rwsem by Ian Kent · 3 years, 6 months ago
  2. 895adbe kernfs: add a revision to identify directory node changes by Ian Kent · 3 years, 6 months ago
  3. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  4. 0c47383 kernfs: Add option to enable user xattrs by Daniel Xu · 4 years, 10 months ago
  5. fe0f726 kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id() by Tejun Heo · 5 years ago
  6. 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
  7. 0ac6075 kernfs: use simple_xattrs for security attributes by Ondrej Mosnacek · 6 years ago
  8. 0589521 kernfs: clean up struct kernfs_iattrs by Ondrej Mosnacek · 6 years ago
  9. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  10. 23bf1b6 kernfs, sysfs, cgroup, intel_rdt: Support fs_context by David Howells · 6 years ago
  11. 26e28d6 kernfs: Allocating memory for kernfs_iattrs with kmem_cache. by Ayush Mittal · 6 years ago
  12. 488dee9 kernfs: allow creating kernfs objects with arbitrary uid/gid by Dmitry Torokhov · 6 years ago
  13. 319ba91 kernfs: don't set dentry->d_fsdata by Shaohua Li · 7 years ago
  14. ba16b28 kernfs: add an API to get kernfs node from inode number by Shaohua Li · 7 years ago
  15. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  16. 0e67db2 kernfs: add kernfs_ops->open/release() callbacks by Tejun Heo · 8 years ago
  17. e72a1a8 kernfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  18. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 9 years ago
  19. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
  20. fb02915 kernfs: make kernfs_get_inode() public by Tejun Heo · 10 years ago
  21. a7a2c68 fs: deduplicate noop_backing_dev_info by Christoph Hellwig · 10 years ago
  22. 7d568a8 kernfs: implement kernfs_root->supers list by Tejun Heo · 11 years ago
  23. f41c593 kernfs: fix kernfs_node_from_dentry() by Li Zefan · 11 years ago
  24. 81c173c kernfs: remove KERNFS_REMOVED by Tejun Heo · 11 years ago
  25. 988cd7a kernfs: remove kernfs_addrm_cxt by Tejun Heo · 11 years ago
  26. db4aad2 kernfs: associate a new kernfs_node with its parent on creation by Tejun Heo · 11 years ago
  27. 798c75a Revert "kernfs: remove KERNFS_REMOVED" by Greg Kroah-Hartman · 11 years ago
  28. 55f6e30 Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()" by Greg Kroah-Hartman · 11 years ago
  29. 7653fe9 Revert "kernfs: remove kernfs_addrm_cxt" by Greg Kroah-Hartman · 11 years ago
  30. 99177a3 kernfs: remove kernfs_addrm_cxt by Tejun Heo · 11 years ago
  31. f601f9a kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove() by Tejun Heo · 11 years ago
  32. ae34372 kernfs: remove KERNFS_REMOVED by Tejun Heo · 11 years ago
  33. 2063d60 kernfs: mark static names with KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
  34. c637b8a kernfs: s/sysfs/kernfs/ in internal functions and whatever is left by Tejun Heo · 11 years ago
  35. a797bfc kernfs: s/sysfs/kernfs/ in global variables by Tejun Heo · 11 years ago
  36. df23fc3 kernfs: s/sysfs/kernfs/ in constants by Tejun Heo · 11 years ago
  37. c525aad kernfs: s/sysfs/kernfs/ in various data structures by Tejun Heo · 11 years ago
  38. adc5e8b kernfs: drop s_ prefix from kernfs_node members by Tejun Heo · 11 years ago
  39. 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
  40. 2322392 kernfs: implement "trusted.*" xattr support by Tejun Heo · 11 years ago
  41. 9a8049a kernfs: update sysfs_init_inode_attrs() by Tejun Heo · 11 years ago
  42. bfc5c17 sysfs, kernfs: remove cross inclusions of internal headers by Tejun Heo · 11 years ago
  43. cf9e5a7 sysfs, kernfs: make sysfs_dirent definition public by Tejun Heo · 11 years ago
  44. fa736a9 sysfs, kernfs: move mount core code to fs/kernfs/mount.c by Tejun Heo · 11 years ago
  45. 4b93dc9 sysfs, kernfs: prepare mount path for kernfs by Tejun Heo · 11 years ago
  46. bc75555 sysfs, kernfs: make inode number ida per kernfs_root by Tejun Heo · 11 years ago
  47. ba7443b sysfs, kernfs: implement kernfs_create/destroy_root() by Tejun Heo · 11 years ago
  48. 2072f1a sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c by Tejun Heo · 11 years ago
  49. 414985a sysfs, kernfs: move file core code to fs/kernfs/file.c by Tejun Heo · 11 years ago
  50. fd7b9f7 sysfs, kernfs: move dir core code to fs/kernfs/dir.c by Tejun Heo · 11 years ago
  51. ffed24e sysfs, kernfs: move inode code to fs/kernfs/inode.c by Tejun Heo · 11 years ago
  52. ae6621b sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h by Tejun Heo · 11 years ago