1. 356c05d sysfs: get rid of some lockdep false positives by Alan Stern · 12 years ago
  2. b4eafca sysfs: Removed dup_name entirely in sysfs_rename by Sasikantha babu · 12 years ago
  3. 3a19888 sysfs: handle 'parent deleted before child added' by Dan Williams · 12 years ago
  4. 70fa4a6 sysfs: Update the name hash for an entry after changing the namespace by Tom Goff · 12 years ago
  5. 54d20f0 Revert "sysfs: Kill nlink counting." by Greg Kroah-Hartman · 12 years ago
  6. d5c38b1 sysfs: Update the name hash when renaming sysfs entries by Eric W. Biederman · 12 years ago
  7. 524b6c5 sysfs: Kill nlink counting. by Eric W. Biederman · 13 years ago
  8. cafa6b5 sysfs: Store the sysfs inode in an unsigned int. by Eric W. Biederman · 13 years ago
  9. 4e4d6d8 sysfs: Add s_hash to sysfs_dirent and order directory entries by hash by Eric W. Biederman · 13 years ago
  10. f6d90b4 sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees. by Eric W. Biederman · 13 years ago
  11. b9e2780d sysfs: Remove support for tagged directories with untagged members (again) by Eric W. Biederman · 13 years ago
  12. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  13. 903e21e sysfs: Reject with a warning invalid uses of tagged directories. by Eric W. Biederman · 13 years ago
  14. 2339618 sysfs: Remove support for tagged directories with untagged members. by Eric W. Biederman · 13 years ago
  15. c4253cb sysfs: add unsigned long cast to prevent compile warning by Heiko Carstens · 13 years ago
  16. a406f75 sysfs: use rb-tree for inode number lookup by Mikulas Patocka · 13 years ago
  17. 58f2a4c sysfs: remove s_sibling hacks by Mikulas Patocka · 13 years ago
  18. 4f72c0c sysfs: use rb-tree for name lookups by Mikulas Patocka · 13 years ago
  19. 7f9838f sysfs: count subdirectories by Mikulas Patocka · 13 years ago
  20. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  21. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  22. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  23. be867b1 sysfs: Comment sysfs directory tagging logic by Serge E. Hallyn · 14 years ago
  24. af10ec7 sysfs: Add support for tagged directories with untagged members. by Eric W. Biederman · 14 years ago
  25. 3ff195b sysfs: Implement sysfs tagged directory support. by Eric W. Biederman · 14 years ago
  26. fac2622 sysfs: Pass super_block to sysfs_get_inode by Eric W. Biederman · 14 years ago
  27. a2db684 sysfs: Only take active references on attributes. by Eric W. Biederman · 14 years ago
  28. e72ceb8 sysfs: Remove sysfs_get/put_active_two by Eric W. Biederman · 14 years ago
  29. 1e5289c sysfs: Cache the last sysfs_dirent to improve readdir scalability v2 by Eric W. Biederman · 15 years ago
  30. 846f997 sysfs: Add lockdep annotations for the sysfs active reference by Eric W. Biederman · 15 years ago
  31. ca1bab3 sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dir by Eric W. Biederman · 15 years ago
  32. 832b6af sysfs: Propagate renames to the vfs on demand by Eric W. Biederman · 15 years ago
  33. a16bbc3 sysfs: Gut sysfs_addrm_start and sysfs_addrm_finish by Eric W. Biederman · 15 years ago
  34. e61ab4a sysfs: Implement sysfs_getattr & sysfs_permission by Eric W. Biederman · 15 years ago
  35. 6b0bfe9 sysfs: Update s_iattr on link and unlink. by Eric W. Biederman · 15 years ago
  36. e8f077c sysfs: Use dentry_ops instead of directly playing with the dcache by Eric W. Biederman · 15 years ago
  37. 28a027c sysfs: Rename sysfs_d_iput to sysfs_dentry_iput by Eric W. Biederman · 15 years ago
  38. 4c3da22 sysfs: Don't leak secdata when a sysfs_dirent is freed. by Eric W. Biederman · 15 years ago
  39. a6a8357 sysfs: Allow sysfs_move_dir(..., NULL) again. by Cornelia Huck · 15 years ago
  40. ddd29ec sysfs: Add labeling support for sysfs by David P. Quigley · 15 years ago
  41. 0f58b44 sysfs: fix hardlink count on device_move by Peter Oberparleiter · 15 years ago
  42. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  43. ee1ec32 constify dentry_operations: sysfs by Al Viro · 15 years ago
  44. e0edd3c sysfs: don't block indefinitely for unmapped files. by Eric W. Biederman · 15 years ago
  45. 425cb02 sysfs: sysfs_add_one WARNs with full path to duplicate filename by Alex Chiang · 15 years ago
  46. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  47. 0b4a4fe kobject: Cleanup kobject_rename and !CONFIG_SYSFS by Eric W. Biederman · 16 years ago
  48. 45c076c sysfs: use ilookup5() instead of ilookup5_nowait() by Tejun Heo · 16 years ago
  49. f1282c8 sysfs: Support sysfs_notify from atomic context with new sysfs_notify_dirent by Neil Brown · 16 years ago
  50. 99fcd77 Use WARN() in fs/sysfs by Arjan van de Ven · 16 years ago
  51. 36ce6da driver core: Suppress sysfs warnings for device_rename(). by Cornelia Huck · 16 years ago
  52. 0599ad5 sysfs: remove error messages for -EEXIST case by Stephen Hemminger · 16 years ago
  53. c6f8773 SYSFS: Explicitly include required header file slab.h. by Robert P. J. Day · 16 years ago
  54. 9fd5b1c sysfs: Fix a copy-n-paste typo in comment by Jean Delvare · 17 years ago
  55. 456ef15 sysfs: fix bugs in sysfs_rename/move_dir() by Tejun Heo · 17 years ago
  56. e49452c sysfs: make sysfs_lookup() return ERR_PTR(-ENOENT) on failed lookup by Tejun Heo · 17 years ago
  57. 78e9d36 sysfs: make sysfs_{get,put}_active() static by Adrian Bunk · 17 years ago
  58. f7a75f0 spin_lock_unlocked cleanups by Roel Kluin · 17 years ago
  59. eead191 partially fix up the lookup_one_noperm mess by Christoph Hellwig · 17 years ago
  60. 6d66f5c sysfs: add copyrights by Tejun Heo · 17 years ago
  61. a4e8b91 sysfs: move sysfs file poll implementation to sysfs_open_dirent by Tejun Heo · 17 years ago
  62. bc747f3 sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dir by Tejun Heo · 17 years ago
  63. d6b4fd2 sysfs: open code sysfs_attach_dentry() by Tejun Heo · 17 years ago
  64. b1fc3d6 sysfs: make s_elem an anonymous union by Tejun Heo · 17 years ago
  65. 181b2e4 sysfs: fix comments of sysfs_add/remove_one() by Tejun Heo · 17 years ago
  66. 5c3e896 sysfs: spit a warning to users when they try to create a duplicate sysfs file by Greg Kroah-Hartman · 17 years ago
  67. 45aaae9 sysfs: Rewrite sysfs_move_dir in terms of sysfs dirents by Eric W. Biederman · 17 years ago
  68. 9918f9a sysfs: Rewrite rename in terms of sysfs dirents by Eric W. Biederman · 17 years ago
  69. 5a26b79 sysfs: Remove s_dentry by Eric W. Biederman · 17 years ago
  70. e0712bb sysfs: simply sysfs_get_dentry by Tejun Heo · 17 years ago
  71. 932ea2e sysfs: Introduce sysfs_rename_mutex by Eric W. Biederman · 17 years ago
  72. 89bec09 sysfs: Rewrite sysfs_drop_dentry. by Eric W. Biederman · 17 years ago
  73. 3efa65b sysfs: Simplify readdir. by Eric W. Biederman · 17 years ago
  74. 94777e0 sysfs: In sysfs_lookup don't open code sysfs_find_dirent by Eric W. Biederman · 17 years ago
  75. 7d0c7d6 sysfs: Make sysfs_mount static by Eric W. Biederman · 17 years ago
  76. 119dd52 sysfs: Remove sysfs_instantiate by Eric W. Biederman · 17 years ago
  77. 372e88b sysfs: Move all of inode initialization into sysfs_init_inode by Eric W. Biederman · 17 years ago
  78. 2532802 sysfs: fix i_mutex locking in sysfs_get_dentry() by Tejun Heo · 17 years ago
  79. 990e53f sysfs: make sysfs_addrm_finish() return void by Tejun Heo · 17 years ago
  80. 23dc279 sysfs: make sysfs_add_one() automatically check for duplicate entry by Tejun Heo · 17 years ago
  81. 41fc1c2 sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly by Tejun Heo · 17 years ago
  82. ff869de sysfs: simplify sysfs_rename_dir() by Tejun Heo · 17 years ago
  83. a7a0475 sysfs: cosmetic changes in sysfs_lookup() by Tejun Heo · 17 years ago
  84. 90bc613 sysfs: Remove first pass at shadow directory support by Eric W. Biederman · 17 years ago
  85. 869512a sysfs: cleanup semaphore.h by Dave Young · 17 years ago
  86. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  87. 6cb5214 sysfs: fix locking in sysfs_lookup() and sysfs_rename_dir() by Tejun Heo · 17 years ago
  88. 967e35d sysfs: cosmetic clean up on node creation failure paths by Tejun Heo · 17 years ago
  89. 01da242 sysfs: avoid kmem_cache_free(NULL) by Akinobu Mita · 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. 0c73f18 sysfs: use singly-linked list for sysfs_dirent tree by Tejun Heo · 17 years ago