1. 9d6794f driver-core: Introduce BIN_ATTR_ADMIN_{RO,RW} by Ira Weiny · 2 years, 8 months ago
  2. f06aff9 sysfs: Rename struct bin_attribute member to f_mapping by Krzysztof Wilczyński · 3 years, 7 months ago
  3. 93bb8e3 sysfs: Invoke iomem_get_mapping() from the sysfs open callback by Krzysztof Wilczyński · 3 years, 7 months ago
  4. 46ad057 sysfs: Add helper BIN_ATTRIBUTE_GROUPS by Heiner Kallweit · 3 years, 10 months ago
  5. 74b3019 sysfs: Support zapping of binary attr mmaps by Daniel Vetter · 4 years, 2 months ago
  6. 2efc459 sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output by Joe Perches · 4 years, 5 months ago
  7. 3022c6a driver-core: Introduce DEVICE_ATTR_ADMIN_{RO,RW} by Dan Williams · 4 years, 9 months ago
  8. 0c1bc6b docs: filesystems: fix renamed references by Mauro Carvalho Chehab · 5 years ago
  9. 70fbdfe sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fn by Linus Torvalds · 5 years ago
  10. d38c07a Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  11. 8511d72f sysfs: fix static inline declaration of sysfs_groups_change_owner() by Christian Brauner · 5 years ago
  12. 2c4f940 sysfs: add sysfs_change_owner() by Christian Brauner · 5 years ago
  13. 303a427 sysfs: add sysfs_group{s}_change_owner() by Christian Brauner · 5 years ago
  14. 0666a3a sysfs: add sysfs_link_change_owner() by Christian Brauner · 5 years ago
  15. f70ce18 sysfs: add sysfs_file_change_owner() by Christian Brauner · 5 years ago
  16. 9255782 sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the symlink name by Sourabh Jain · 5 years ago
  17. 82af5b6 sysfs: Fixes __BIN_ATTR_WO() macro by Nayna Jain · 5 years ago
  18. 7f90576 sysfs: add BIN_ATTR_WO() macro by Greg Kroah-Hartman · 6 years ago
  19. aac1f7f sysfs: Add sysfs_update_groups function by Jiri Olsa · 6 years ago
  20. 9ee4685 sysfs: constify sysfs create/remove files harder by Jani Nikula · 6 years ago
  21. a18d783 Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  22. 2afc916 scsi: sysfs: Introduce sysfs_{un,}break_active_protection() by Bart Van Assche · 7 years ago
  23. 3ec7879 sysfs.h: fix non-kernel-doc comment by Randy Dunlap · 7 years ago
  24. 353c6dd sysfs.h: Use octal permissions by Joe Perches · 7 years ago
  25. af97a77 efi: Move some sysfs files to be read-only by root by Greg Kroah-Hartman · 7 years ago
  26. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  27. 89cf2a2 sysfs: remove signedness from sysfs_get_dirent by Nick Desaulniers · 8 years ago
  28. 63f4f7e Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform by Linus Torvalds · 9 years ago
  29. 37c1c04 sysfs: added __compat_only_sysfs_link_entry_to_kobj() by Jarkko Sakkinen · 9 years ago
  30. 7f5028c sysfs: Support is_visible() on binary attributes by Emilio López · 9 years ago
  31. 87d2846 sysfs: Add support for permanently empty directories to serve as mount points. by Eric W. Biederman · 10 years ago
  32. ba61af6f sysfs: Document struct attribute_group by Guenter Roeck · 10 years ago
  33. 2b75869 sysfs/kernfs: allow attributes to request write buffer be pre-allocated. by NeilBrown · 10 years ago
  34. 78e1da6 sysfs.h: don't return a void-valued expression in sysfs_remove_file by Simon Wunderlich · 11 years ago
  35. 33ac125 sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
  36. 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  37. 7209930 Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" by Greg Kroah-Hartman · 11 years ago
  38. 58f86cc VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms. by Rusty Russell · 11 years ago
  39. fa4cd45 sysfs, kobject: add sysfs wrapper for kernfs_enable_ns() by Tejun Heo · 11 years ago
  40. ce8b04a sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
  41. 6b0afc2 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
  42. a9f138b Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers" by Greg Kroah-Hartman · 11 years ago
  43. a30f82b Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" by Greg Kroah-Hartman · 11 years ago
  44. d1ba277 sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
  45. 1ae0681 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
  46. 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
  47. ccf73cf sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() by Tejun Heo · 11 years ago
  48. 024f647 sysfs, kernfs: introduce kernfs_notify() by Tejun Heo · 11 years ago
  49. 93b2b8e sysfs, kernfs: introduce kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
  50. b8441ed sysfs, kernfs: add skeletons for kernfs by Tejun Heo · 11 years ago
  51. c84a3b2 sysfs: drop kobj_ns_type handling, take #2 by Tejun Heo · 11 years ago
  52. 388975c sysfs: clean up sysfs_get_dirent() by Tejun Heo · 11 years ago
  53. 4b30ee5 sysfs: remove ktype->namespace() invocations in symlink code by Tejun Heo · 11 years ago
  54. e34ff49 sysfs: remove ktype->namespace() invocations in directory code by Tejun Heo · 11 years ago
  55. 58292cbe sysfs: make attr namespace interface less convoluted by Tejun Heo · 11 years ago
  56. 574979c sysfs: sysfs_create_groups returns a value. by Greg Kroah-Hartman · 12 years ago
  57. f799878 sysfs: add sysfs_create/remove_groups for when SYSFS is not enabled by Greg Kroah-Hartman · 12 years ago
  58. a65fcce sysfs: create __ATTR_WO() by Greg Kroah-Hartman · 12 years ago
  59. 3e1026b sysfs.h: remove attr_name() macro by Greg Kroah-Hartman · 12 years ago
  60. 5da5c9c sysfs: fix up minor coding style issues in sysfs.h by Greg Kroah-Hartman · 12 years ago
  61. 3e9b2ba sysfs: add sysfs_create/remove_groups() by Greg Kroah-Hartman · 12 years ago
  62. 6853152 sysfs.h: fix __BIN_ATTR_RW() by Greg Kroah-Hartman · 12 years ago
  63. aa01aa3 sysfs: use file mode defines from stat.h by Oliver Schinagl · 12 years ago
  64. 3493f69 sysfs: add more helper macro's for (bin_)attribute(_groups) by Oliver Schinagl · 12 years ago
  65. 6ab9cea sysfs: add support for binary attributes in groups by Greg Kroah-Hartman · 12 years ago
  66. e4b6360 sysfs.h: add BIN_ATTR macro by Greg Kroah-Hartman · 12 years ago
  67. f2f37f5 sysfs.h: add ATTRIBUTE_GROUPS() macro by Greg Kroah-Hartman · 12 years ago
  68. b9b3259 sysfs.h: add __ATTR_RW() macro by Greg Kroah-Hartman · 12 years ago
  69. 0bb8f3d sysfs: Functions for adding/removing symlinks to/from attribute groups by Rafael J. Wysocki · 12 years ago
  70. 356c05d sysfs: get rid of some lockdep false positives by Alan Stern · 13 years ago
  71. 48176a9 switch sysfs_chmod_file() to umode_t by Al Viro · 13 years ago
  72. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  73. 9104e42 switch sysfs attr->mode to umode_t by Al Viro · 13 years ago
  74. 487505c2 sysfs: Implement support for tagged files in sysfs. by Eric W. Biederman · 13 years ago
  75. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 14 years ago
  76. a685e08 Delay struct net freeing while there's a sysfs instance refering to it by Al Viro · 14 years ago
  77. 82a3242 sysfs: remove "last sysfs file:" line from the oops messages by Greg Kroah-Hartman · 14 years ago
  78. 69d44ff sysfs: Add sysfs_merge_group() and sysfs_unmerge_group() by Alan Stern · 14 years ago
  79. 8488a38 kobject: Break the kobject namespace defs into their own header by David Howells · 15 years ago
  80. 6fd69dc sysfs: Remove owner field from sysfs struct attribute by Guenter Roeck · 15 years ago
  81. 49c1940 sysfs: sysfs_chmod_file's attr can be const by Jean Delvare · 15 years ago
  82. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 15 years ago
  83. 27eabc7 sysfs: Don't use enums in inline function declaration. by Eric W. Biederman · 15 years ago
  84. be867b1 sysfs: Comment sysfs directory tagging logic by Serge E. Hallyn · 15 years ago
  85. 746edb7 sysfs: Implement sysfs_delete_link by Eric W. Biederman · 15 years ago
  86. 3ff195b sysfs: Implement sysfs tagged directory support. by Eric W. Biederman · 15 years ago
  87. 62e877b8 sysfs: fix for thinko with sysfs_bin_attr_init() by Stephen Rothwell · 15 years ago
  88. 7cb3294 sysfs: Implement sysfs_rename_link by Eric W. Biederman · 15 years ago
  89. 3596025 sysfs: Document sysfs_attr_init and sysfs_bin_attr_init by Eric W. Biederman · 15 years ago
  90. 6992f53 sysfs: Use one lockdep class per sysfs attribute. by Eric W. Biederman · 15 years ago
  91. 1c205ae sysfs: Add sysfs_add/remove_files utility functions by Andi Kleen · 15 years ago
  92. 66ecb92 Driver core: bin_attribute parameters can often be const* by Phil Carmody · 15 years ago
  93. 01e8ef1 x86: sysfs: kill owner field from attribute by Parag Warudkar · 16 years ago
  94. 0b4a4fe kobject: Cleanup kobject_rename and !CONFIG_SYSFS by Eric W. Biederman · 16 years ago
  95. 030c1d2 kobject: Fix kobject_rename and !CONFIG_SYSFS by Eric W. Biederman · 16 years ago
  96. 8c0e399 sysfs: Make dir and name args to sysfs_notify() const by Trent Piepho · 16 years ago
  97. f1282c8 sysfs: Support sysfs_notify from atomic context with new sysfs_notify_dirent by Neil Brown · 16 years ago
  98. ae87221d sysfs: crash debugging by Andrew Morton · 16 years ago
  99. 36ce6da driver core: Suppress sysfs warnings for device_rename(). by Cornelia Huck · 17 years ago
  100. e73b65f sysfs: build fix by Ingo Molnar · 17 years ago