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