1. adc5e8b kernfs: drop s_ prefix from kernfs_node members by Tejun Heo · 11 years ago
  2. 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
  3. 9b2db6e sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning by Tejun Heo · 11 years ago
  4. 414985a sysfs, kernfs: move file core code to fs/kernfs/file.c by Tejun Heo · 11 years ago
  5. ccf73cf sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() by Tejun Heo · 11 years ago
  6. 517e64f sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation by Tejun Heo · 11 years ago
  7. 024f647 sysfs, kernfs: introduce kernfs_notify() by Tejun Heo · 11 years ago
  8. d19b984 sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() by Tejun Heo · 11 years ago
  9. 2d0cfbe sysfs, kernfs: remove sysfs_add_one() by Tejun Heo · 11 years ago
  10. 496f739 sysfs, kernfs: introduce kernfs_create_file[_ns]() by Tejun Heo · 11 years ago
  11. a7dc66d sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR by Tejun Heo · 11 years ago
  12. 471bd7b sysfs, kernfs: add sysfs_dirent->s_attr.size by Tejun Heo · 11 years ago
  13. f6acf8b sysfs, kernfs: introduce kernfs_ops by Tejun Heo · 11 years ago
  14. dd8a5b0 sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h by Tejun Heo · 11 years ago
  15. c6fb449 sysfs, kernfs: prepare open, release, poll paths for kernfs by Tejun Heo · 11 years ago
  16. fdbffaa sysfs, kernfs: prepare mmap path for kernfs by Tejun Heo · 11 years ago
  17. 50b38ca sysfs, kernfs: prepare write path for kernfs by Tejun Heo · 11 years ago
  18. c2b19da sysfs, kernfs: prepare read path for kernfs by Tejun Heo · 11 years ago
  19. 7c6e2d3 sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ->priv by Tejun Heo · 11 years ago
  20. 44c3eea Merge branch 'driver-core-linus' into driver-core-next by Greg Kroah-Hartman · 11 years ago
  21. 5d60418 sysfs, kernfs: introduce kernfs_setattr() by Tejun Heo · 11 years ago
  22. 879f40d sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]() by Tejun Heo · 11 years ago
  23. 027a485 sysfs: use a separate locking class for open files depending on mmap by Tejun Heo · 11 years ago
  24. 044e3bc sysfs: use generic_file_llseek() for sysfs_file_operations by Tejun Heo · 11 years ago
  25. 1c1365e sysfs: return correct error code on unimplemented mmap() by Vladimir Zapolskiy · 11 years ago
  26. 56b3f3b sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attr by Tejun Heo · 11 years ago
  27. b9c0622 sysfs: fix sysfs_write_file for bin file by Ming Lei · 11 years ago
  28. d723a92 sysfs/bin: Fix size handling overflow for bin_attribute by Benjamin Herrenschmidt · 11 years ago
  29. 785a162 sysfs: make sysfs_file_ops() follow ignore_lockdep flag by Tejun Heo · 11 years ago
  30. 3124eb1 sysfs: merge regular and bin file handling by Tejun Heo · 11 years ago
  31. 49fe604 sysfs: prepare open path for unified regular / bin file handling by Tejun Heo · 11 years ago
  32. 73d9714 sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.c by Tejun Heo · 11 years ago
  33. 2f0c6b7 sysfs: add sysfs_bin_read() by Tejun Heo · 11 years ago
  34. f9b9a62 sysfs: prepare path write for unified regular / bin file handling by Tejun Heo · 11 years ago
  35. 13c589d sysfs: use seq_file when reading regular files by Tejun Heo · 11 years ago
  36. 8ef445f sysfs: use transient write buffer by Tejun Heo · 11 years ago
  37. bcafe4e sysfs: add sysfs_open_file->sd and ->file by Tejun Heo · 11 years ago
  38. 58282d8 sysfs: rename sysfs_buffer to sysfs_open_file by Tejun Heo · 11 years ago
  39. c75ec76 sysfs: add sysfs_open_file_mutex by Tejun Heo · 11 years ago
  40. 375b611 sysfs: remove sysfs_buffer->ops by Tejun Heo · 11 years ago
  41. aea585e sysfs: remove sysfs_buffer->needs_read_fill by Tejun Heo · 11 years ago
  42. 89e51da sysfs: remove unused sysfs_buffer->pos by Tejun Heo · 11 years ago
  43. d69ac5a sysfs: remove sysfs_addrm_cxt->parent_sd by Tejun Heo · 11 years ago
  44. cfec0bc sysfs: @name comes before @ns by Tejun Heo · 11 years ago
  45. 388975c sysfs: clean up sysfs_get_dirent() by Tejun Heo · 11 years ago
  46. 58292cbe sysfs: make attr namespace interface less convoluted by Tejun Heo · 11 years ago
  47. 07ac62a sysfs: file.c: fix up broken string warnings by Greg Kroah-Hartman · 11 years ago
  48. 060cc74 sysfs: fix up uaccess.h coding style warnings by Greg Kroah-Hartman · 11 years ago
  49. ddfd6d0 sysfs: fix up 80 column coding style issues by Greg Kroah-Hartman · 11 years ago
  50. 1b18dc2 sysfs: fix up space coding style issues by Greg Kroah-Hartman · 11 years ago
  51. ab9bf4b sysfs: remove trailing whitespace by Greg Kroah-Hartman · 11 years ago
  52. 1b86675 sysfs: fix placement of EXPORT_SYMBOL() by Greg Kroah-Hartman · 11 years ago
  53. fc60bb8 sysfs_notify is only possible on file attributes by Nick Dyer · 11 years ago
  54. 1f20dfd sysfs: Mark sysfs_attr_ns static by Josh Triplett · 12 years ago
  55. ce59791 sysfs: Complain bitterly about attempts to remove files from nonexistent directories. by Eric W. Biederman · 13 years ago
  56. faef2b6 sysfs: propagate umode_t by Al Viro · 13 years ago
  57. 48176a9 switch sysfs_chmod_file() to umode_t by Al Viro · 13 years ago
  58. 903e21e sysfs: Reject with a warning invalid uses of tagged directories. by Eric W. Biederman · 13 years ago
  59. 487505c sysfs: Implement support for tagged files in sysfs. by Eric W. Biederman · 13 years ago
  60. 82a3242 sysfs: remove "last sysfs file:" line from the oops messages by Greg Kroah-Hartman · 13 years ago
  61. 57f9bda sysfs: checking for NULL instead of ERR_PTR by Dan Carpenter · 14 years ago
  62. 49c1940 sysfs: sysfs_chmod_file's attr can be const by Jean Delvare · 14 years ago
  63. 3ff195b sysfs: Implement sysfs tagged directory support. by Eric W. Biederman · 14 years ago
  64. a2db684 sysfs: Only take active references on attributes. by Eric W. Biederman · 14 years ago
  65. e72ceb8 sysfs: Remove sysfs_get/put_active_two by Eric W. Biederman · 14 years ago
  66. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  67. 1c205ae sysfs: Add sysfs_add/remove_files utility functions by Andi Kleen · 15 years ago
  68. 06fc0d6 sysfs: In sysfs_chmod_file lazily propagate the mode change. by Eric W. Biederman · 15 years ago
  69. 4c6974f sysfs: Simplify sysfs_chmod_file semantics by Eric W. Biederman · 15 years ago
  70. 83db93f sysfs: Allow sysfs_notify_dirent to be called from interrupt context. by Neil Brown · 15 years ago
  71. 086a377 sysfs: file.c: use create_singlethread_workqueue() by Andrew Morton · 15 years ago
  72. 1af3557 sysfs: sysfs poll keep the poll rule of regular file. by KOSAKI Motohiro · 15 years ago
  73. d110271 sysfs: don't use global workqueue in sysfs_schedule_callback() by Alex Chiang · 15 years ago
  74. 6694206 sysfs: only allow one scheduled removal callback per kobj by Alex Chiang · 15 years ago
  75. 8c0e399 sysfs: Make dir and name args to sysfs_notify() const by Trent Piepho · 16 years ago
  76. f1282c8 sysfs: Support sysfs_notify from atomic context with new sysfs_notify_dirent by Neil Brown · 16 years ago
  77. ae87221d sysfs: crash debugging by Andrew Morton · 17 years ago
  78. 99fcd77 Use WARN() in fs/sysfs by Arjan van de Ven · 16 years ago
  79. 93265d1 sysfs: don't call notify_change by Miklos Szeredi · 16 years ago
  80. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  81. 0f42389 [SCSI] sysfs: make group is_valid return a mode_t by James Bottomley · 16 years ago
  82. 2424b5d sysfs: refill attribute buffer when reading from offset 0 by Dan Williams · 16 years ago
  83. c6f8773 SYSFS: Explicitly include required header file slab.h. by Robert P. J. Day · 16 years ago
  84. 815d2d5 driver core: debug for bad dev_attr_show() return value. by Andrew Morton · 16 years ago
  85. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  86. 000f2a4 Driver Core: kill subsys_attribute and default sysfs ops by Kay Sievers · 17 years ago
  87. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  88. d7b3788 sysfs: remove SPIN_LOCK_UNLOCKED by Jiri Slaby · 17 years ago
  89. 11f24fb [SCSI] sysfs: fix the sysfs_add_file_to_group interfaces by James Bottomley · 17 years ago
  90. 8118a85 sysfs: fix off-by-one error in fill_read_buffer() by Miao Xie · 17 years ago
  91. 3932bf6 sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistake by Chris Malley · 17 years ago
  92. 6d66f5c sysfs: add copyrights by Tejun Heo · 17 years ago
  93. a4e8b91 sysfs: move sysfs file poll implementation to sysfs_open_dirent by Tejun Heo · 17 years ago
  94. 85a4ffa sysfs: implement sysfs_open_dirent by Tejun Heo · 17 years ago
  95. b1fc3d6 sysfs: make s_elem an anonymous union by Tejun Heo · 17 years ago
  96. 50ab1a7 sysfs: kill unnecessary NULL pointer check in sysfs_release() by Tejun Heo · 17 years ago
  97. b05f054 sysfs: kill unnecessary sysfs_get() in open paths by Tejun Heo · 17 years ago
  98. 5a7ad7f sysfs: kill sysfs_update_file() by Tejun Heo · 17 years ago
  99. f88123e sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode too by Tejun Heo · 17 years ago
  100. 932ea2e sysfs: Introduce sysfs_rename_mutex by Eric W. Biederman · 17 years ago