1. 425cb02 sysfs: sysfs_add_one WARNs with full path to duplicate filename by Alex Chiang · 15 years ago
  2. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  3. 0b4a4fe kobject: Cleanup kobject_rename and !CONFIG_SYSFS by Eric W. Biederman · 16 years ago
  4. 45c076c sysfs: use ilookup5() instead of ilookup5_nowait() by Tejun Heo · 16 years ago
  5. f1282c8 sysfs: Support sysfs_notify from atomic context with new sysfs_notify_dirent by Neil Brown · 16 years ago
  6. 99fcd77 Use WARN() in fs/sysfs by Arjan van de Ven · 16 years ago
  7. 36ce6da driver core: Suppress sysfs warnings for device_rename(). by Cornelia Huck · 16 years ago
  8. 0599ad5 sysfs: remove error messages for -EEXIST case by Stephen Hemminger · 16 years ago
  9. c6f8773 SYSFS: Explicitly include required header file slab.h. by Robert P. J. Day · 16 years ago
  10. 9fd5b1c sysfs: Fix a copy-n-paste typo in comment by Jean Delvare · 17 years ago
  11. 456ef15 sysfs: fix bugs in sysfs_rename/move_dir() by Tejun Heo · 16 years ago
  12. e49452c sysfs: make sysfs_lookup() return ERR_PTR(-ENOENT) on failed lookup by Tejun Heo · 16 years ago
  13. 78e9d36 sysfs: make sysfs_{get,put}_active() static by Adrian Bunk · 17 years ago
  14. f7a75f0 spin_lock_unlocked cleanups by Roel Kluin · 17 years ago
  15. eead191 partially fix up the lookup_one_noperm mess by Christoph Hellwig · 17 years ago
  16. 6d66f5c sysfs: add copyrights by Tejun Heo · 17 years ago
  17. a4e8b91 sysfs: move sysfs file poll implementation to sysfs_open_dirent by Tejun Heo · 17 years ago
  18. bc747f3 sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dir by Tejun Heo · 17 years ago
  19. d6b4fd2 sysfs: open code sysfs_attach_dentry() by Tejun Heo · 17 years ago
  20. b1fc3d6 sysfs: make s_elem an anonymous union by Tejun Heo · 17 years ago
  21. 181b2e4 sysfs: fix comments of sysfs_add/remove_one() by Tejun Heo · 17 years ago
  22. 5c3e896 sysfs: spit a warning to users when they try to create a duplicate sysfs file by Greg Kroah-Hartman · 17 years ago
  23. 45aaae9 sysfs: Rewrite sysfs_move_dir in terms of sysfs dirents by Eric W. Biederman · 17 years ago
  24. 9918f9a sysfs: Rewrite rename in terms of sysfs dirents by Eric W. Biederman · 17 years ago
  25. 5a26b79 sysfs: Remove s_dentry by Eric W. Biederman · 17 years ago
  26. e0712bb sysfs: simply sysfs_get_dentry by Tejun Heo · 17 years ago
  27. 932ea2e sysfs: Introduce sysfs_rename_mutex by Eric W. Biederman · 17 years ago
  28. 89bec09 sysfs: Rewrite sysfs_drop_dentry. by Eric W. Biederman · 17 years ago
  29. 3efa65b sysfs: Simplify readdir. by Eric W. Biederman · 17 years ago
  30. 94777e0 sysfs: In sysfs_lookup don't open code sysfs_find_dirent by Eric W. Biederman · 17 years ago
  31. 7d0c7d6 sysfs: Make sysfs_mount static by Eric W. Biederman · 17 years ago
  32. 119dd52 sysfs: Remove sysfs_instantiate by Eric W. Biederman · 17 years ago
  33. 372e88b sysfs: Move all of inode initialization into sysfs_init_inode by Eric W. Biederman · 17 years ago
  34. 2532802 sysfs: fix i_mutex locking in sysfs_get_dentry() by Tejun Heo · 17 years ago
  35. 990e53f sysfs: make sysfs_addrm_finish() return void by Tejun Heo · 17 years ago
  36. 23dc279 sysfs: make sysfs_add_one() automatically check for duplicate entry by Tejun Heo · 17 years ago
  37. 41fc1c2 sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly by Tejun Heo · 17 years ago
  38. ff869de sysfs: simplify sysfs_rename_dir() by Tejun Heo · 17 years ago
  39. a7a0475 sysfs: cosmetic changes in sysfs_lookup() by Tejun Heo · 17 years ago
  40. 90bc613 sysfs: Remove first pass at shadow directory support by Eric W. Biederman · 17 years ago
  41. 869512a sysfs: cleanup semaphore.h by Dave Young · 17 years ago
  42. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  43. 6cb5214 sysfs: fix locking in sysfs_lookup() and sysfs_rename_dir() by Tejun Heo · 17 years ago
  44. 967e35d sysfs: cosmetic clean up on node creation failure paths by Tejun Heo · 17 years ago
  45. 01da242 sysfs: avoid kmem_cache_free(NULL) by Akinobu Mita · 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. 0c73f18 sysfs: use singly-linked list for sysfs_dirent tree by Tejun Heo · 17 years ago
  57. 8619f97 sysfs: slim down sysfs_dirent->s_active by Tejun Heo · 17 years ago
  58. b6b4a43 sysfs: move s_active functions to fs/sysfs/dir.c by Tejun Heo · 17 years ago
  59. 8312a8d sysfs: use iget_locked() instead of new_inode() by Tejun Heo · 17 years ago
  60. fc9f54b sysfs: reorganize sysfs_new_indoe() and sysfs_create() by Tejun Heo · 17 years ago
  61. 7f7cfff sysfs: fix parent refcounting during rename and move by Tejun Heo · 17 years ago
  62. 42b37df sysfs: make sysfs_alloc_ino() static by Tejun Heo · 17 years ago
  63. dbde0fc sysfs: reimplement sysfs_drop_dentry() by Tejun Heo · 17 years ago
  64. 198a2a8 sysfs: separate out sysfs_attach_dentry() by Tejun Heo · 17 years ago
  65. 0ab6608 sysfs: implement sysfs_dirent active reference and immediate disconnect by Tejun Heo · 17 years ago
  66. 2b29ac2 sysfs: reimplement symlink using sysfs_dirent tree by Tejun Heo · 17 years ago
  67. aecdced sysfs: implement kobj_sysfs_assoc_lock by Tejun Heo · 17 years ago
  68. 3e51903 sysfs: make sysfs_dirent->s_element a union by Tejun Heo · 17 years ago
  69. 0c096b5 sysfs: add sysfs_dirent->s_name by Tejun Heo · 17 years ago
  70. 13b3086 sysfs: add sysfs_dirent->s_parent by Tejun Heo · 17 years ago
  71. a26cd72 sysfs: consolidate sysfs_dirent creation functions by Tejun Heo · 17 years ago
  72. 996b737 sysfs: flatten and fix sysfs_rename_dir() error handling by Tejun Heo · 17 years ago
  73. dfeb9fb sysfs: flatten cleanup paths in sysfs_add_link() and create_dir() by Tejun Heo · 17 years ago
  74. 2b611bb sysfs: allocate inode number using ida by Tejun Heo · 17 years ago
  75. fa7f912 sysfs: move release_sysfs_dirent() to dir.c by Tejun Heo · 17 years ago
  76. dd14cbc sysfs: fix race condition around sd->s_dentry, take#2 by Tejun Heo · 17 years ago
  77. dc35125 sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses by Eric Sandeen · 17 years ago
  78. 0de1517 [PATCH] Fix 2.6.21 rfcomm lockups by Mark Lord · 17 years ago
  79. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  80. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 17 years ago
  81. b592fcf sysfs: Shadow directory support by Eric W. Biederman · 17 years ago
  82. 94bebf4 Driver core: fix race in sysfs between sysfs_remove_file() and read()/write() by Oliver Neukum · 18 years ago
  83. c744aeae driver core: Allow device_move(dev, NULL). by Cornelia Huck · 18 years ago
  84. f427f5d [PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  85. 8a82472 driver core: Introduce device_move(): move a device to a new parent. by Cornelia Huck · 18 years ago
  86. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  87. eea3f89 sysfs: Make poll behaviour consistent by Juha Yrjölä · 18 years ago
  88. 1bfba4e [PATCH] core: use list_move() by Akinobu Mita · 18 years ago
  89. 4508a7a [PATCH] sysfs: Allow sysfs attribute files to be pollable by NeilBrown · 18 years ago
  90. a580290 Documentation: fix minor kernel-doc warnings by Martin Waitz · 18 years ago
  91. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  92. 832c57e [PATCH] sysfs: don't export dir symbols by Greg Kroah-Hartman · 18 years ago
  93. c516865 [PATCH] sysfs: fix problem with duplicate sysfs directories and files by Maneesh Soni · 18 years ago
  94. 641e6f3 [PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentry by Greg Kroah-Hartman · 18 years ago
  95. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  96. e80a5de [PATCH] sysfs: handle failures in sysfs_make_dirent by Steven Rostedt · 19 years ago
  97. 5f45f1a [PATCH] remove duplicate get_dentry functions in various places by Christoph Hellwig · 19 years ago
  98. 988d186 [PATCH] sysfs-iattr: add sysfs_setattr by Maneesh Soni · 19 years ago
  99. 6fa5c82 [PATCH] sysfs-iattr: attach sysfs_dirent before new inode by Maneesh Soni · 19 years ago
  100. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago