1. 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 10 years ago
  2. bfc5c17 sysfs, kernfs: remove cross inclusions of internal headers by Tejun Heo · 11 years ago
  3. fa736a9 sysfs, kernfs: move mount core code to fs/kernfs/mount.c by Tejun Heo · 11 years ago
  4. df394fb sysfs, kernfs: make super_blocks bind to different kernfs_roots by Tejun Heo · 11 years ago
  5. 061447a sysfs, kernfs: introduce sysfs_root_sd by Tejun Heo · 11 years ago
  6. 51a35e9 sysfs, kernfs: make sysfs_super_info->ns const by Tejun Heo · 11 years ago
  7. 2072f1a sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c by Tejun Heo · 11 years ago
  8. 414985a sysfs, kernfs: move file core code to fs/kernfs/file.c by Tejun Heo · 11 years ago
  9. fd7b9f7 sysfs, kernfs: move dir core code to fs/kernfs/dir.c by Tejun Heo · 11 years ago
  10. ffed24e sysfs, kernfs: move inode code to fs/kernfs/inode.c by Tejun Heo · 11 years ago
  11. ae6621b sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h by Tejun Heo · 11 years ago
  12. ccf73cf sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() by Tejun Heo · 11 years ago
  13. 517e64f sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation by Tejun Heo · 11 years ago
  14. 2b25a62 sysfs, kernfs: reorganize SYSFS_* constants by Tejun Heo · 11 years ago
  15. 2d0cfbe sysfs, kernfs: remove sysfs_add_one() by Tejun Heo · 11 years ago
  16. a7dc66d sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR by Tejun Heo · 11 years ago
  17. 471bd7b sysfs, kernfs: add sysfs_dirent->s_attr.size by Tejun Heo · 11 years ago
  18. f6acf8b sysfs, kernfs: introduce kernfs_ops by Tejun Heo · 11 years ago
  19. c6fb449 sysfs, kernfs: prepare open, release, poll paths for kernfs by Tejun Heo · 11 years ago
  20. 93b2b8e sysfs, kernfs: introduce kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
  21. 7c6e2d3 sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ->priv by Tejun Heo · 11 years ago
  22. 5d60418 sysfs, kernfs: introduce kernfs_setattr() by Tejun Heo · 11 years ago
  23. 890ece1 sysfs, kernfs: introduce kernfs_rename[_ns]() by Tejun Heo · 11 years ago
  24. 879f40d sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]() by Tejun Heo · 11 years ago
  25. c84a3b2 sysfs: drop kobj_ns_type handling, take #2 by Tejun Heo · 11 years ago
  26. a1212d2 Revert "sysfs: drop kobj_ns_type handling" by Linus Torvalds · 11 years ago
  27. 0cae60f sysfs: rename sysfs_assoc_lock and explain what it's about by Tejun Heo · 11 years ago
  28. d1c1459 sysfs: separate out dup filename warning into a separate function by Tejun Heo · 11 years ago
  29. 7eed6ec sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.c by Tejun Heo · 11 years ago
  30. baa97cb sysfs: remove unused sysfs_get_dentry() prototype by Tejun Heo · 11 years ago
  31. 672f76a sysfs: honor bin_attr.attr.ignore_lockdep by Tejun Heo · 11 years ago
  32. 56b3f3b sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attr by Tejun Heo · 11 years ago
  33. 785a162 sysfs: make sysfs_file_ops() follow ignore_lockdep flag by Tejun Heo · 11 years ago
  34. 3124eb1 sysfs: merge regular and bin file handling by Tejun Heo · 11 years ago
  35. 73d9714 sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.c by Tejun Heo · 11 years ago
  36. f9b9a62 sysfs: prepare path write for unified regular / bin file handling by Tejun Heo · 11 years ago
  37. 250f7c3 sysfs: introduce [__]sysfs_remove() by Tejun Heo · 11 years ago
  38. d69ac5a sysfs: remove sysfs_addrm_cxt->parent_sd by Tejun Heo · 11 years ago
  39. cfec0bc sysfs: @name comes before @ns by Tejun Heo · 11 years ago
  40. 388975c sysfs: clean up sysfs_get_dirent() by Tejun Heo · 11 years ago
  41. cb26a31 sysfs: drop kobj_ns_type handling by Tejun Heo · 11 years ago
  42. 58292cbe sysfs: make attr namespace interface less convoluted by Tejun Heo · 11 years ago
  43. 2c3a908 sysfs: sysfs.h: fix coding style issues by Greg Kroah-Hartman · 11 years ago
  44. 0bb8f3d sysfs: Functions for adding/removing symlinks to/from attribute groups by Rafael J. Wysocki · 11 years ago
  45. 469796d sysfs: switch to ->s_d_op and ->d_release() by Al Viro · 12 years ago
  46. 54d20f0 Revert "sysfs: Kill nlink counting." by Greg Kroah-Hartman · 12 years ago
  47. 524b6c5 sysfs: Kill nlink counting. by Eric W. Biederman · 12 years ago
  48. cafa6b5 sysfs: Store the sysfs inode in an unsigned int. by Eric W. Biederman · 12 years ago
  49. 15a3382 sysfs: Reduce s_flags to an unsinged short so it packs well with s_mode by Eric W. Biederman · 12 years ago
  50. 4e4d6d8 sysfs: Add s_hash to sysfs_dirent and order directory entries by hash by Eric W. Biederman · 12 years ago
  51. faef2b6 sysfs: propagate umode_t by Al Viro · 13 years ago
  52. a406f75 sysfs: use rb-tree for inode number lookup by Mikulas Patocka · 13 years ago
  53. 58f2a4c sysfs: remove s_sibling hacks by Mikulas Patocka · 13 years ago
  54. 4f72c0c sysfs: use rb-tree for name lookups by Mikulas Patocka · 13 years ago
  55. 7f9838f sysfs: count subdirectories by Mikulas Patocka · 13 years ago
  56. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  57. a685e08 Delay struct net freeing while there's a sysfs instance refering to it by Al Viro · 13 years ago
  58. 57cc721 headers: kobject.h redux by Alexey Dobriyan · 13 years ago
  59. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  60. 01cd9fe switch sysfs to ->evict_inode() by Al Viro · 14 years ago
  61. be867b1 sysfs: Comment sysfs directory tagging logic by Serge E. Hallyn · 14 years ago
  62. 3ff195b sysfs: Implement sysfs tagged directory support. by Eric W. Biederman · 14 years ago
  63. 9e7fdd2 sysfs: Basic support for multiple super blocks by Eric W. Biederman · 14 years ago
  64. 0f4288e sysfs: Kill unused sysfs_sb variable. by Eric W. Biederman · 14 years ago
  65. fac2622 sysfs: Pass super_block to sysfs_get_inode by Eric W. Biederman · 14 years ago
  66. 19c38b6 sysfs: Pack sysfs_dirent more tightly. by Eric W. Biederman · 14 years ago
  67. 6992f53 sysfs: Use one lockdep class per sysfs attribute. by Eric W. Biederman · 14 years ago
  68. a2db684 sysfs: Only take active references on attributes. by Eric W. Biederman · 14 years ago
  69. e72ceb8 sysfs: Remove sysfs_get/put_active_two by Eric W. Biederman · 14 years ago
  70. 846f997 sysfs: Add lockdep annotations for the sysfs active reference by Eric W. Biederman · 14 years ago
  71. ca1bab3 sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dir by Eric W. Biederman · 15 years ago
  72. 832b6af sysfs: Propagate renames to the vfs on demand by Eric W. Biederman · 15 years ago
  73. a16bbc3 sysfs: Gut sysfs_addrm_start and sysfs_addrm_finish by Eric W. Biederman · 15 years ago
  74. e61ab4a sysfs: Implement sysfs_getattr & sysfs_permission by Eric W. Biederman · 15 years ago
  75. 35df63c sysfs: Fix locking and factor out sysfs_sd_setattr by Eric W. Biederman · 15 years ago
  76. ddd29ec sysfs: Add labeling support for sysfs by David P. Quigley · 15 years ago
  77. e0edd3c sysfs: don't block indefinitely for unmapped files. by Eric W. Biederman · 15 years ago
  78. 04256b4 sysfs: reference sysfs_dirent from sysfs inodes by Eric W. Biederman · 15 years ago
  79. f1282c8 sysfs: Support sysfs_notify from atomic context with new sysfs_notify_dirent by Neil Brown · 16 years ago
  80. 36ce6da driver core: Suppress sysfs warnings for device_rename(). by Cornelia Huck · 16 years ago
  81. 0f42389 [SCSI] sysfs: make group is_valid return a mode_t by James Bottomley · 16 years ago
  82. 78e9d36 sysfs: make sysfs_{get,put}_active() static by Adrian Bunk · 17 years ago
  83. e0bf68d mm: bdi init hooks by Peter Zijlstra · 17 years ago
  84. 6d66f5c sysfs: add copyrights by Tejun Heo · 17 years ago
  85. a4e8b91 sysfs: move sysfs file poll implementation to sysfs_open_dirent by Tejun Heo · 17 years ago
  86. 85a4ffa sysfs: implement sysfs_open_dirent by Tejun Heo · 17 years ago
  87. bc747f3 sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dir by Tejun Heo · 17 years ago
  88. dc2f75f sysfs: make sysfs_root a regular directory dirent by Tejun Heo · 17 years ago
  89. b1fc3d6 sysfs: make s_elem an anonymous union by Tejun Heo · 17 years ago
  90. b13dc89 sysfs: reposition sysfs_dirent->s_mode. by Tejun Heo · 17 years ago
  91. 59f6901 sysfs: clean up header files by Tejun Heo · 17 years ago
  92. 5a26b79 sysfs: Remove s_dentry by Eric W. Biederman · 17 years ago
  93. 932ea2e sysfs: Introduce sysfs_rename_mutex by Eric W. Biederman · 17 years ago
  94. 7d0c7d6 sysfs: Make sysfs_mount static by Eric W. Biederman · 17 years ago
  95. 119dd52 sysfs: Remove sysfs_instantiate by Eric W. Biederman · 17 years ago
  96. 990e53f sysfs: make sysfs_addrm_finish() return void by Tejun Heo · 17 years ago
  97. 23dc279 sysfs: make sysfs_add_one() automatically check for duplicate entry by Tejun Heo · 17 years ago
  98. 41fc1c2 sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly by Tejun Heo · 17 years ago
  99. 90bc613 sysfs: Remove first pass at shadow directory support by Eric W. Biederman · 17 years ago
  100. bc37e28 sysfs: make sysfs_init_inode() static by Tejun Heo · 17 years ago