1. bc747f3 sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dir by Tejun Heo · 17 years ago
  2. dc2f75f sysfs: make sysfs_root a regular directory dirent by Tejun Heo · 17 years ago
  3. d6b4fd2 sysfs: open code sysfs_attach_dentry() by Tejun Heo · 17 years ago
  4. b1fc3d6 sysfs: make s_elem an anonymous union by Tejun Heo · 17 years ago
  5. 078ce64 sysfs: make bin attr open get active reference of parent too by Tejun Heo · 17 years ago
  6. 50ab1a7 sysfs: kill unnecessary NULL pointer check in sysfs_release() by Tejun Heo · 17 years ago
  7. b05f054 sysfs: kill unnecessary sysfs_get() in open paths by Tejun Heo · 17 years ago
  8. b13dc89 sysfs: reposition sysfs_dirent->s_mode. by Tejun Heo · 17 years ago
  9. 5a7ad7f sysfs: kill sysfs_update_file() by Tejun Heo · 17 years ago
  10. 59f6901 sysfs: clean up header files by Tejun Heo · 17 years ago
  11. f88123e sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode too by Tejun Heo · 17 years ago
  12. 181b2e4 sysfs: fix comments of sysfs_add/remove_one() by Tejun Heo · 17 years ago
  13. 5c3e896 sysfs: spit a warning to users when they try to create a duplicate sysfs file by Greg Kroah-Hartman · 17 years ago
  14. 45aaae9 sysfs: Rewrite sysfs_move_dir in terms of sysfs dirents by Eric W. Biederman · 17 years ago
  15. 9918f9a sysfs: Rewrite rename in terms of sysfs dirents by Eric W. Biederman · 17 years ago
  16. 5a26b79 sysfs: Remove s_dentry by Eric W. Biederman · 17 years ago
  17. e0712bb sysfs: simply sysfs_get_dentry by Tejun Heo · 17 years ago
  18. 932ea2e sysfs: Introduce sysfs_rename_mutex by Eric W. Biederman · 17 years ago
  19. 89bec09 sysfs: Rewrite sysfs_drop_dentry. by Eric W. Biederman · 17 years ago
  20. 3efa65b sysfs: Simplify readdir. by Eric W. Biederman · 17 years ago
  21. 94777e0 sysfs: In sysfs_lookup don't open code sysfs_find_dirent by Eric W. Biederman · 17 years ago
  22. 7d0c7d6 sysfs: Make sysfs_mount static by Eric W. Biederman · 17 years ago
  23. 0333cd8 sysfs: Use kill_anon_super by Eric W. Biederman · 17 years ago
  24. 119dd52 sysfs: Remove sysfs_instantiate by Eric W. Biederman · 17 years ago
  25. 372e88b sysfs: Move all of inode initialization into sysfs_init_inode by Eric W. Biederman · 17 years ago
  26. 2532802 sysfs: fix i_mutex locking in sysfs_get_dentry() by Tejun Heo · 17 years ago
  27. a93720e sysfs: Fix typos in fs/sysfs/file.c by Rolf Eike Beer · 17 years ago
  28. 990e53f sysfs: make sysfs_addrm_finish() return void by Tejun Heo · 17 years ago
  29. 23dc279 sysfs: make sysfs_add_one() automatically check for duplicate entry by Tejun Heo · 17 years ago
  30. 41fc1c2 sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly by Tejun Heo · 17 years ago
  31. ff869de sysfs: simplify sysfs_rename_dir() by Tejun Heo · 17 years ago
  32. a7a0475 sysfs: cosmetic changes in sysfs_lookup() by Tejun Heo · 17 years ago
  33. 90bc613 sysfs: Remove first pass at shadow directory support by Eric W. Biederman · 17 years ago
  34. 869512a sysfs: cleanup semaphore.h by Dave Young · 17 years ago
  35. 52e8c20 sysfs/file.c - use mutex instead of semaphore by Dave Young · 17 years ago
  36. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  37. 5f1835d sysfs: don't warn on removal of a nonexistent binary file by Alan Stern · 17 years ago
  38. 6cb5214 sysfs: fix locking in sysfs_lookup() and sysfs_rename_dir() by Tejun Heo · 17 years ago
  39. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  40. 967e35d sysfs: cosmetic clean up on node creation failure paths by Tejun Heo · 17 years ago
  41. a1da4df sysfs: kill an extra put in sysfs_create_link() failure path by Tejun Heo · 17 years ago
  42. bc37e28 sysfs: make sysfs_init_inode() static by Tejun Heo · 17 years ago
  43. e080e43 sysfs: fix sysfs root inode nlink accounting by Tejun Heo · 17 years ago
  44. 01da242 sysfs: avoid kmem_cache_free(NULL) by Akinobu Mita · 17 years ago
  45. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 17 years ago
  46. 5122503 sysfs: make directory dentries and inodes reclaimable by Tejun Heo · 17 years ago
  47. 53e0ae9 sysfs: implement sysfs_get_dentry() by Tejun Heo · 17 years ago
  48. a0edd7c sysfs: move sysfs_drop_dentry() to dir.c and make it static by Tejun Heo · 17 years ago
  49. fb6896d sysfs: restructure add/remove paths and fix inode update by Tejun Heo · 17 years ago
  50. 3007e99 sysfs: use sysfs_mutex to protect the sysfs_dirent tree by Tejun Heo · 17 years ago
  51. 5f99532 sysfs: consolidate sysfs spinlocks by Tejun Heo · 17 years ago
  52. 608e266 sysfs: make kobj point to sysfs_dirent instead of dentry by Tejun Heo · 17 years ago
  53. f0b0af4 sysfs: implement sysfs_find_dirent() and sysfs_get_dirent() by Tejun Heo · 17 years ago
  54. 380e6fb sysfs: implement SYSFS_FLAG_REMOVED flag by Tejun Heo · 17 years ago
  55. b402d72 sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags by Tejun Heo · 17 years ago
  56. d0bcb56 sysfs: make sysfs_drop_dentry() access inodes using ilookup() by Tejun Heo · 17 years ago
  57. 9d9307d sysfs: Fix oops in sysfs_drop_dentry on x86_64 by Rafael J. Wysocki · 17 years ago
  58. 0c73f18 sysfs: use singly-linked list for sysfs_dirent tree by Tejun Heo · 17 years ago
  59. 8619f97 sysfs: slim down sysfs_dirent->s_active by Tejun Heo · 17 years ago
  60. b6b4a43 sysfs: move s_active functions to fs/sysfs/dir.c by Tejun Heo · 17 years ago
  61. 0b8ead8 sysfs: fix root sysfs_dirent -> root dentry association by Tejun Heo · 17 years ago
  62. 8312a8d sysfs: use iget_locked() instead of new_inode() by Tejun Heo · 17 years ago
  63. fc9f54b sysfs: reorganize sysfs_new_indoe() and sysfs_create() by Tejun Heo · 17 years ago
  64. 7f7cfff sysfs: fix parent refcounting during rename and move by Tejun Heo · 17 years ago
  65. 42b37df sysfs: make sysfs_alloc_ino() static by Tejun Heo · 17 years ago
  66. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  67. dbde0fc sysfs: reimplement sysfs_drop_dentry() by Tejun Heo · 17 years ago
  68. 198a2a8 sysfs: separate out sysfs_attach_dentry() by Tejun Heo · 17 years ago
  69. 73107cb sysfs: kill attribute file orphaning by Tejun Heo · 17 years ago
  70. 0ab6608 sysfs: implement sysfs_dirent active reference and immediate disconnect by Tejun Heo · 17 years ago
  71. eb36165 sysfs: implement bin_buffer by Tejun Heo · 17 years ago
  72. 2b29ac2 sysfs: reimplement symlink using sysfs_dirent tree by Tejun Heo · 17 years ago
  73. aecdced sysfs: implement kobj_sysfs_assoc_lock by Tejun Heo · 17 years ago
  74. 3e51903 sysfs: make sysfs_dirent->s_element a union by Tejun Heo · 17 years ago
  75. 0c096b5 sysfs: add sysfs_dirent->s_name by Tejun Heo · 17 years ago
  76. 13b3086 sysfs: add sysfs_dirent->s_parent by Tejun Heo · 17 years ago
  77. a26cd72 sysfs: consolidate sysfs_dirent creation functions by Tejun Heo · 17 years ago
  78. 996b737 sysfs: flatten and fix sysfs_rename_dir() error handling by Tejun Heo · 17 years ago
  79. dfeb9fb sysfs: flatten cleanup paths in sysfs_add_link() and create_dir() by Tejun Heo · 17 years ago
  80. 93e3cd82 sysfs: fix error handling in binattr write() by Tejun Heo · 17 years ago
  81. 7a23ad4 sysfs: make sysfs_put() ignore NULL sd by Tejun Heo · 17 years ago
  82. 2b611bb sysfs: allocate inode number using ida by Tejun Heo · 17 years ago
  83. fa7f912 sysfs: move release_sysfs_dirent() to dir.c by Tejun Heo · 17 years ago
  84. dd14cbc sysfs: fix race condition around sd->s_dentry, take#2 by Tejun Heo · 17 years ago
  85. 6aa054a sysfs: fix condition check in sysfs_drop_dentry() by Tejun Heo · 17 years ago
  86. dc35125 sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses by Eric Sandeen · 17 years ago
  87. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  88. 92f4c70 use simple_read_from_buffer() in fs/ by Akinobu Mita · 17 years ago
  89. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  90. 2609e7b sysfs: printk format warning by Randy Dunlap · 17 years ago
  91. 057f6c0 security: prevent permission checking of file removal via sysfs_remove_group() by James Morris · 17 years ago
  92. 523ded7 device_schedule_callback() needs a module reference by Alan Stern · 17 years ago
  93. 45cd8d8 sysfs: bin.c printk fix by Andrew Morton · 17 years ago
  94. e7b0d26 [PATCH] sysfs: reinstate exclusion between method calls and attribute unregistration by Alan Stern · 17 years ago
  95. d9a9cdf [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 by Alan Stern · 17 years ago
  96. 266d4f4 [PATCH] suspend regression: sysfs deadlock by Hugh Dickins · 17 years ago
  97. 0de1517 [PATCH] Fix 2.6.21 rfcomm lockups by Mark Lord · 17 years ago
  98. a7538a7 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  99. dfa87c8 sysfs: allow attributes to be added to groups by Alan Stern · 17 years ago
  100. d56c3ea sysfs: move struct sysfs_dirent to private header by Adam J. Richter · 17 years ago