1. 67c0496 kernfs: convert kernfs_node->id from union kernfs_node_id to u64 by Tejun Heo · 5 years ago
  2. 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
  3. 25b229d fsnotify(): switch to passing const struct qstr * for file_name by Al Viro · 6 years ago
  4. 147e1a9 fs: kernfs: add poll file operation by Johannes Weiner · 6 years ago
  5. 03c0a92 kernfs: Improve kernfs_notify() poll notification latency by Radu Rendec · 6 years ago
  6. 488dee9 kernfs: allow creating kernfs objects with arbitrary uid/gid by Dmitry Torokhov · 6 years ago
  7. 9ee8446 fs: kernfs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  8. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  9. 878e66d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  10. ba87977 kernfs: fix regression in kernfs_fop_write caused by wrong type by Ivan Vecera · 7 years ago
  11. 076ccb7 fs: annotate ->poll() instances by Al Viro · 8 years ago
  12. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  13. 39bf04d kernfs: Clarify lockdep name for kn->count by Waiman Long · 7 years ago
  14. c53cd49 kernfs: introduce kernfs_node_id by Shaohua Li · 7 years ago
  15. 319ba91 kernfs: don't set dentry->d_fsdata by Shaohua Li · 7 years ago
  16. 966fa72 kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file() by Vaibhav Jain · 8 years ago
  17. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  18. f7878dc Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  19. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  20. f83f3c5 kernfs: fix locking around kernfs_ops->release() callback by Tejun Heo · 8 years ago
  21. 0e67db2 kernfs: add kernfs_ops->open/release() callbacks by Tejun Heo · 8 years ago
  22. a1d82af kernfs: make kernfs_open_file->mmapped a bitfield by Tejun Heo · 8 years ago
  23. 2a9becd kernfs: Add noop_fsync to supported kernfs_file_fops by Tony Luck · 8 years ago
  24. df6a58c kernfs: don't depend on d_find_any_alias() when generating notifications by Tejun Heo · 9 years ago
  25. e4234a1 kernfs: Move faulting copy_user operations outside of the mutex by Chris Wilson · 9 years ago
  26. ba50150 kernfs: remove outdated and confusing comment by Wolfram Sang · 10 years ago
  27. 7cff4b1 kernfs: handle poll correctly on 'direct_read' files. by NeilBrown · 10 years ago
  28. dfeb0750 kernfs: remove KERNFS_STATIC_NAME by Tejun Heo · 10 years ago
  29. 5006217 vm_area_operations: kill ->migrate() by Al Viro · 11 years ago
  30. 4ef67a8 sysfs/kernfs: make read requests on pre-alloc files use the buffer. by NeilBrown · 10 years ago
  31. 2b75869 sysfs/kernfs: allow attributes to request write buffer be pre-allocated. by NeilBrown · 10 years ago
  32. 8278bd3 kernfs: kernel-doc warning fix by Fabian Frederick · 10 years ago
  33. ecca47c kernfs: kernfs_notify() must be useable from non-sleepable contexts by Tejun Heo · 11 years ago
  34. cbfef53 Merge 3.15-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  35. 555724a kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs by Tejun Heo · 11 years ago
  36. d35cc56 Merge 3.15-rc3 into staging-next by Greg Kroah-Hartman · 11 years ago
  37. b44b214 kernfs: add back missing error check in kernfs_fop_mmap() by Tejun Heo · 11 years ago
  38. d911d98 kernfs: make kernfs_notify() trigger inotify events too by Tejun Heo · 11 years ago
  39. b7ce40c kernfs: cache atomic_write_len in kernfs_open_file by Tejun Heo · 11 years ago
  40. 4d3773c kernfs: implement kernfs_ops->atomic_write_len by Tejun Heo · 11 years ago
  41. 988cd7a kernfs: remove kernfs_addrm_cxt by Tejun Heo · 11 years ago
  42. db4aad2 kernfs: associate a new kernfs_node with its parent on creation by Tejun Heo · 11 years ago
  43. bb30594 kernfs: fix get_active failure handling in kernfs_seq_*() by Tejun Heo · 11 years ago
  44. 683bb27 Revert "kernfs: fix get_active failure handling in kernfs_seq_*()" by Greg Kroah-Hartman · 11 years ago
  45. 798c75a Revert "kernfs: remove KERNFS_REMOVED" by Greg Kroah-Hartman · 11 years ago
  46. 55f6e30 Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()" by Greg Kroah-Hartman · 11 years ago
  47. 7653fe9 Revert "kernfs: remove kernfs_addrm_cxt" by Greg Kroah-Hartman · 11 years ago
  48. 99177a3 kernfs: remove kernfs_addrm_cxt by Tejun Heo · 11 years ago
  49. f601f9a kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove() by Tejun Heo · 11 years ago
  50. ae34372 kernfs: remove KERNFS_REMOVED by Tejun Heo · 11 years ago
  51. d92d2e6 kernfs: fix get_active failure handling in kernfs_seq_*() by Tejun Heo · 11 years ago
  52. 2063d60 kernfs: mark static names with KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
  53. c637b8a kernfs: s/sysfs/kernfs/ in internal functions and whatever is left by Tejun Heo · 11 years ago
  54. a797bfc kernfs: s/sysfs/kernfs/ in global variables by Tejun Heo · 11 years ago
  55. df23fc3 kernfs: s/sysfs/kernfs/ in constants by Tejun Heo · 11 years ago
  56. c525aad kernfs: s/sysfs/kernfs/ in various data structures by Tejun Heo · 11 years ago
  57. adc5e8b kernfs: drop s_ prefix from kernfs_node members by Tejun Heo · 11 years ago
  58. 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
  59. 9b2db6e sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning by Tejun Heo · 11 years ago
  60. 21d7166 sysfs, kernfs: remove duplicated include from file.c by Wei Yongjun · 11 years ago
  61. bc75555 sysfs, kernfs: make inode number ida per kernfs_root by Tejun Heo · 11 years ago
  62. 414985a sysfs, kernfs: move file core code to fs/kernfs/file.c by Tejun Heo · 11 years ago
  63. b8441ed sysfs, kernfs: add skeletons for kernfs by Tejun Heo · 11 years ago