1. 2424b5d sysfs: refill attribute buffer when reading from offset 0 by Dan Williams · 16 years ago
  2. c6f8773 SYSFS: Explicitly include required header file slab.h. by Robert P. J. Day · 16 years ago
  3. 815d2d5 driver core: debug for bad dev_attr_show() return value. by Andrew Morton · 16 years ago
  4. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  5. 000f2a4 Driver Core: kill subsys_attribute and default sysfs ops by Kay Sievers · 17 years ago
  6. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  7. d7b3788 sysfs: remove SPIN_LOCK_UNLOCKED by Jiri Slaby · 17 years ago
  8. 11f24fb [SCSI] sysfs: fix the sysfs_add_file_to_group interfaces by James Bottomley · 17 years ago
  9. 8118a85 sysfs: fix off-by-one error in fill_read_buffer() by Miao Xie · 17 years ago
  10. 3932bf6 sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistake by Chris Malley · 17 years ago
  11. 6d66f5c sysfs: add copyrights by Tejun Heo · 17 years ago
  12. a4e8b91 sysfs: move sysfs file poll implementation to sysfs_open_dirent by Tejun Heo · 17 years ago
  13. 85a4ffa sysfs: implement sysfs_open_dirent by Tejun Heo · 17 years ago
  14. b1fc3d6 sysfs: make s_elem an anonymous union by Tejun Heo · 17 years ago
  15. 50ab1a7 sysfs: kill unnecessary NULL pointer check in sysfs_release() by Tejun Heo · 17 years ago
  16. b05f054 sysfs: kill unnecessary sysfs_get() in open paths by Tejun Heo · 17 years ago
  17. 5a7ad7f sysfs: kill sysfs_update_file() by Tejun Heo · 17 years ago
  18. f88123e sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode too by Tejun Heo · 17 years ago
  19. 932ea2e sysfs: Introduce sysfs_rename_mutex by Eric W. Biederman · 17 years ago
  20. a93720e sysfs: Fix typos in fs/sysfs/file.c by Rolf Eike Beer · 17 years ago
  21. 23dc279 sysfs: make sysfs_add_one() automatically check for duplicate entry by Tejun Heo · 17 years ago
  22. 41fc1c2 sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly by Tejun Heo · 17 years ago
  23. 52e8c20 sysfs/file.c - use mutex instead of semaphore by Dave Young · 17 years ago
  24. 967e35d sysfs: cosmetic clean up on node creation failure paths by Tejun Heo · 17 years ago
  25. 5122503 sysfs: make directory dentries and inodes reclaimable by Tejun Heo · 17 years ago
  26. fb6896d sysfs: restructure add/remove paths and fix inode update by Tejun Heo · 17 years ago
  27. 3007e99 sysfs: use sysfs_mutex to protect the sysfs_dirent tree by Tejun Heo · 17 years ago
  28. 608e266 sysfs: make kobj point to sysfs_dirent instead of dentry by Tejun Heo · 17 years ago
  29. f0b0af4 sysfs: implement sysfs_find_dirent() and sysfs_get_dirent() by Tejun Heo · 17 years ago
  30. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  31. 73107cb sysfs: kill attribute file orphaning by Tejun Heo · 17 years ago
  32. 0ab6608 sysfs: implement sysfs_dirent active reference and immediate disconnect by Tejun Heo · 17 years ago
  33. 3e51903 sysfs: make sysfs_dirent->s_element a union by Tejun Heo · 17 years ago
  34. 0c096b5 sysfs: add sysfs_dirent->s_name by Tejun Heo · 17 years ago
  35. a26cd72 sysfs: consolidate sysfs_dirent creation functions by Tejun Heo · 17 years ago
  36. 92f4c70 use simple_read_from_buffer() in fs/ by Akinobu Mita · 17 years ago
  37. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  38. 523ded7 device_schedule_callback() needs a module reference by Alan Stern · 17 years ago
  39. e7b0d26 [PATCH] sysfs: reinstate exclusion between method calls and attribute unregistration by Alan Stern · 17 years ago
  40. d9a9cdf [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 by Alan Stern · 17 years ago
  41. dfa87c8 sysfs: allow attributes to be added to groups by Alan Stern · 17 years ago
  42. f95d882 PCI/sysfs/kobject kernel-doc fixes by Randy Dunlap · 17 years ago
  43. 82244b1 sysfs: error handling in sysfs, fill_read_buffer() by Oliver Neukum · 18 years ago
  44. f750653 sysfs: kobject_put cleanup by Mariusz Kozlowski · 18 years ago
  45. 94bebf4 Driver core: fix race in sysfs between sysfs_remove_file() and read()/write() by Oliver Neukum · 18 years ago
  46. f427f5d [PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  47. 035ed7a sysfs: sysfs_write_file() writes zero terminated data by Thomas Maier · 18 years ago
  48. 97a5018 sysfs: update obsolete comment in sysfs_update_file by Hidetoshi Seto · 18 years ago
  49. e423445 sysfs: remove duplicated dput in sysfs_update_file by Hidetoshi Seto · 18 years ago
  50. 5c1fdf4 [PATCH] pr_debug: sysfs: use size_t length modifier in pr_debug format arguments by Zach Brown · 18 years ago
  51. 4508a7a [PATCH] sysfs: Allow sysfs attribute files to be pollable by NeilBrown · 18 years ago
  52. 6e0dd74 [PATCH] sysfs: zero terminate sysfs write buffers by Greg Kroah-Hartman · 18 years ago
  53. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  54. c516865 [PATCH] sysfs: fix problem with duplicate sysfs directories and files by Maneesh Soni · 18 years ago
  55. 58d4928 [PATCH] sysfs: kzalloc conversion by Eric Sesterhenn · 18 years ago
  56. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  57. bc062b1 [PATCH] sysfs: fix sysfs_chmod_file by Maneesh Soni · 19 years ago
  58. 0eeca28 [PATCH] inotify by Robert Love · 19 years ago
  59. 3d41088 [PATCH] DocBook: update comments by Martin Waitz · 19 years ago
  60. 5f45f1a [PATCH] remove duplicate get_dentry functions in various places by Christoph Hellwig · 19 years ago
  61. 9d9d27f [PATCH] SYSFS: fix PAGE_SIZE check by Jon Smirl · 19 years ago
  62. c76d0ab [PATCH] sysfs: if show/store is missing return -EIO by Dmitry Torokhov · 19 years ago
  63. 67be2dd [PATCH] DocBook: fix some descriptions by Martin Waitz · 19 years ago
  64. 31e5abe [PATCH] sysfs: add sysfs_chmod_file() by Kay Sievers · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago