1. ed80386 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  2. 5f3a211 fs/Kconfig: move sysfs out by Alexey Dobriyan · 15 years ago
  3. 4503efd sysfs: fix problems with binary files by Greg Kroah-Hartman · 15 years ago
  4. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  5. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  6. 0b4a4fe kobject: Cleanup kobject_rename and !CONFIG_SYSFS by Eric W. Biederman · 16 years ago
  7. 8c0e399 sysfs: Make dir and name args to sysfs_notify() const by Trent Piepho · 16 years ago
  8. 45c076c sysfs: use ilookup5() instead of ilookup5_nowait() by Tejun Heo · 16 years ago
  9. b31ca3f sysfs: fix deadlock by Nick Piggin · 16 years ago
  10. f1282c8 sysfs: Support sysfs_notify from atomic context with new sysfs_notify_dirent by Neil Brown · 16 years ago
  11. ae87221d sysfs: crash debugging by Andrew Morton · 17 years ago
  12. 99fcd77 Use WARN() in fs/sysfs by Arjan van de Ven · 16 years ago
  13. 36ce6da driver core: Suppress sysfs warnings for device_rename(). by Cornelia Huck · 16 years ago
  14. 93265d1 sysfs: don't call notify_change by Miklos Szeredi · 16 years ago
  15. 0599ad5 sysfs: remove error messages for -EEXIST case by Stephen Hemminger · 16 years ago
  16. 40a2159 sysfs: Disallow truncation of files in sysfs by Ben Hutchings · 16 years ago
  17. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  18. e4ad08f mm: bdi: add separate writeback accounting capability by Miklos Szeredi · 16 years ago
  19. 0f42389 [SCSI] sysfs: make group is_valid return a mode_t by James Bottomley · 16 years ago
  20. 2424b5d sysfs: refill attribute buffer when reading from offset 0 by Dan Williams · 16 years ago
  21. c6f8773 SYSFS: Explicitly include required header file slab.h. by Robert P. J. Day · 16 years ago
  22. a839c5a sysfs: Allow removal of symlinks in the sysfs root by Mark Fasheh · 16 years ago
  23. 815d2d5 driver core: debug for bad dev_attr_show() return value. by Andrew Morton · 16 years ago
  24. 969affd sysfs: remove BUG_ON() from sysfs_remove_group() by Greg Kroah-Hartman · 16 years ago
  25. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  26. 000f2a4 Driver Core: kill subsys_attribute and default sysfs ops by Kay Sievers · 17 years ago
  27. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  28. d7b3788 sysfs: remove SPIN_LOCK_UNLOCKED by Jiri Slaby · 17 years ago
  29. 2f90a85 sysfs: create optimal relative symlink targets by Kay Sievers · 17 years ago
  30. 9fd5b1c sysfs: Fix a copy-n-paste typo in comment by Jean Delvare · 16 years ago
  31. d4acd72 [SCSI] sysfs: add filter function to groups by James Bottomley · 17 years ago
  32. 11f24fb [SCSI] sysfs: fix the sysfs_add_file_to_group interfaces by James Bottomley · 17 years ago
  33. 456ef15 sysfs: fix bugs in sysfs_rename/move_dir() by Tejun Heo · 16 years ago
  34. e49452c sysfs: make sysfs_lookup() return ERR_PTR(-ENOENT) on failed lookup by Tejun Heo · 16 years ago
  35. 8118a85 sysfs: fix off-by-one error in fill_read_buffer() by Miao Xie · 17 years ago
  36. 78e9d36 sysfs: make sysfs_{get,put}_active() static by Adrian Bunk · 17 years ago
  37. 3932bf6 sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistake by Chris Malley · 17 years ago
  38. f7a75f0 spin_lock_unlocked cleanups by Roel Kluin · 17 years ago
  39. e0bf68d mm: bdi init hooks by Peter Zijlstra · 17 years ago
  40. eead191 partially fix up the lookup_one_noperm mess by Christoph Hellwig · 17 years ago
  41. 800d15a implement simple fs aops by Nick Piggin · 17 years ago
  42. 6d66f5c sysfs: add copyrights by Tejun Heo · 17 years ago
  43. a4e8b91 sysfs: move sysfs file poll implementation to sysfs_open_dirent by Tejun Heo · 17 years ago
  44. 85a4ffa sysfs: implement sysfs_open_dirent by Tejun Heo · 17 years ago
  45. bc747f3 sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dir by Tejun Heo · 17 years ago
  46. dc2f75f sysfs: make sysfs_root a regular directory dirent by Tejun Heo · 17 years ago
  47. d6b4fd2 sysfs: open code sysfs_attach_dentry() by Tejun Heo · 17 years ago
  48. b1fc3d6 sysfs: make s_elem an anonymous union by Tejun Heo · 17 years ago
  49. 078ce64 sysfs: make bin attr open get active reference of parent too by Tejun Heo · 17 years ago
  50. 50ab1a7 sysfs: kill unnecessary NULL pointer check in sysfs_release() by Tejun Heo · 17 years ago
  51. b05f054 sysfs: kill unnecessary sysfs_get() in open paths by Tejun Heo · 17 years ago
  52. b13dc89 sysfs: reposition sysfs_dirent->s_mode. by Tejun Heo · 17 years ago
  53. 5a7ad7f sysfs: kill sysfs_update_file() by Tejun Heo · 17 years ago
  54. 59f6901 sysfs: clean up header files by Tejun Heo · 17 years ago
  55. f88123e sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode too by Tejun Heo · 17 years ago
  56. 181b2e4 sysfs: fix comments of sysfs_add/remove_one() by Tejun Heo · 17 years ago
  57. 5c3e896 sysfs: spit a warning to users when they try to create a duplicate sysfs file by Greg Kroah-Hartman · 17 years ago
  58. 45aaae9 sysfs: Rewrite sysfs_move_dir in terms of sysfs dirents by Eric W. Biederman · 17 years ago
  59. 9918f9a sysfs: Rewrite rename in terms of sysfs dirents by Eric W. Biederman · 17 years ago
  60. 5a26b79 sysfs: Remove s_dentry by Eric W. Biederman · 17 years ago
  61. e0712bb sysfs: simply sysfs_get_dentry by Tejun Heo · 17 years ago
  62. 932ea2e sysfs: Introduce sysfs_rename_mutex by Eric W. Biederman · 17 years ago
  63. 89bec09 sysfs: Rewrite sysfs_drop_dentry. by Eric W. Biederman · 17 years ago
  64. 3efa65b sysfs: Simplify readdir. by Eric W. Biederman · 17 years ago
  65. 94777e0 sysfs: In sysfs_lookup don't open code sysfs_find_dirent by Eric W. Biederman · 17 years ago
  66. 7d0c7d6 sysfs: Make sysfs_mount static by Eric W. Biederman · 17 years ago
  67. 0333cd8 sysfs: Use kill_anon_super by Eric W. Biederman · 17 years ago
  68. 119dd52 sysfs: Remove sysfs_instantiate by Eric W. Biederman · 17 years ago
  69. 372e88b sysfs: Move all of inode initialization into sysfs_init_inode by Eric W. Biederman · 17 years ago
  70. 2532802 sysfs: fix i_mutex locking in sysfs_get_dentry() by Tejun Heo · 17 years ago
  71. a93720e sysfs: Fix typos in fs/sysfs/file.c by Rolf Eike Beer · 17 years ago
  72. 990e53f sysfs: make sysfs_addrm_finish() return void by Tejun Heo · 17 years ago
  73. 23dc279 sysfs: make sysfs_add_one() automatically check for duplicate entry by Tejun Heo · 17 years ago
  74. 41fc1c2 sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly by Tejun Heo · 17 years ago
  75. ff869de sysfs: simplify sysfs_rename_dir() by Tejun Heo · 17 years ago
  76. a7a0475 sysfs: cosmetic changes in sysfs_lookup() by Tejun Heo · 17 years ago
  77. 90bc613 sysfs: Remove first pass at shadow directory support by Eric W. Biederman · 17 years ago
  78. 869512a sysfs: cleanup semaphore.h by Dave Young · 17 years ago
  79. 52e8c20 sysfs/file.c - use mutex instead of semaphore by Dave Young · 17 years ago
  80. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  81. 5f1835d sysfs: don't warn on removal of a nonexistent binary file by Alan Stern · 17 years ago
  82. 6cb5214 sysfs: fix locking in sysfs_lookup() and sysfs_rename_dir() by Tejun Heo · 17 years ago
  83. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  84. 967e35d sysfs: cosmetic clean up on node creation failure paths by Tejun Heo · 17 years ago
  85. a1da4df sysfs: kill an extra put in sysfs_create_link() failure path by Tejun Heo · 17 years ago
  86. bc37e28 sysfs: make sysfs_init_inode() static by Tejun Heo · 17 years ago
  87. e080e43 sysfs: fix sysfs root inode nlink accounting by Tejun Heo · 17 years ago
  88. 01da242 sysfs: avoid kmem_cache_free(NULL) by Akinobu Mita · 17 years ago
  89. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 17 years ago
  90. 5122503 sysfs: make directory dentries and inodes reclaimable by Tejun Heo · 17 years ago
  91. 53e0ae9 sysfs: implement sysfs_get_dentry() by Tejun Heo · 17 years ago
  92. a0edd7c sysfs: move sysfs_drop_dentry() to dir.c and make it static by Tejun Heo · 17 years ago
  93. fb6896d sysfs: restructure add/remove paths and fix inode update by Tejun Heo · 17 years ago
  94. 3007e99 sysfs: use sysfs_mutex to protect the sysfs_dirent tree by Tejun Heo · 17 years ago
  95. 5f99532 sysfs: consolidate sysfs spinlocks by Tejun Heo · 17 years ago
  96. 608e266 sysfs: make kobj point to sysfs_dirent instead of dentry by Tejun Heo · 17 years ago
  97. f0b0af4 sysfs: implement sysfs_find_dirent() and sysfs_get_dirent() by Tejun Heo · 17 years ago
  98. 380e6fb sysfs: implement SYSFS_FLAG_REMOVED flag by Tejun Heo · 17 years ago
  99. b402d72 sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags by Tejun Heo · 17 years ago
  100. d0bcb56 sysfs: make sysfs_drop_dentry() access inodes using ilookup() by Tejun Heo · 17 years ago