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