1. 992c5dd bio: make freeing of ->bi_io_vec conditional in bio_free() by Jens Axboe · 17 years ago
  2. 2b94de5 bio: use memset() in bio_init() by Jens Axboe · 17 years ago
  3. 541010e Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  4. f4921af Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  5. 419217c Merge branch 'v2.6.24-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep by Linus Torvalds · 17 years ago
  6. b5869ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  7. 37ca506 Merge branch 'nfs-server-stable' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  8. 71e20f1 sched: affine sync wakeups by Ingo Molnar · 17 years ago
  9. 9ac5231 sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields by Laurent Vivier · 17 years ago
  10. 5e84cfd sched: guest CPU accounting: add guest-CPU /proc/stat field by Laurent Vivier · 17 years ago
  11. af92723 sched: cleanup, remove the TASK_NONINTERACTIVE flag by Mike Galbraith · 17 years ago
  12. 2d72376 sched: clean up schedstats, cnt -> count by Ingo Molnar · 17 years ago
  13. 5ba2533 more low-hanging fruits - kernel, fs, lib signedness by Al Viro · 17 years ago
  14. b1519d0 fs/partitions/sun.c endianness annotations by Al Viro · 17 years ago
  15. 14358e6 lockdep: annotate dir vs file i_mutex by Peter Zijlstra · 17 years ago
  16. d475fd4 lockdep: per filesystem inode lock class by Peter Zijlstra · 17 years ago
  17. 8d8fe64 JFS: Bio cleanup: Replace missing return statements by Dave Kleikamp · 17 years ago
  18. ebf8889 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  19. b160292 Merge Linux 2.6.23 by David Woodhouse · 17 years ago
  20. 4fc8a60 [JFFS2] Remove stray debugging printk by David Woodhouse · 17 years ago
  21. b534e70 [JFFS2] Handle dirents on the flash with embedded zero bytes in names. by David Woodhouse · 17 years ago
  22. 69ca437 [JFFS2] Check for creation of dirents with embedded zero bytes in name. by David Woodhouse · 17 years ago
  23. a8c68f3 [JFFS2] Don't count all 'very dirty' blocks except in debug mode by David Woodhouse · 17 years ago
  24. 2665ea8 [JFFS2] Check whether garbage-collection actually obsoleted its victim. by David Woodhouse · 17 years ago
  25. 85becc5 [JFFS2] Relax threshold for triggering GC due to dirty blocks. by David Woodhouse · 17 years ago
  26. efefc6e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  27. a6e3d7d Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  28. 6d66f5c sysfs: add copyrights by Tejun Heo · 17 years ago
  29. a4e8b91 sysfs: move sysfs file poll implementation to sysfs_open_dirent by Tejun Heo · 17 years ago
  30. 85a4ffa sysfs: implement sysfs_open_dirent by Tejun Heo · 17 years ago
  31. bc747f3 sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dir by Tejun Heo · 17 years ago
  32. dc2f75f sysfs: make sysfs_root a regular directory dirent by Tejun Heo · 17 years ago
  33. d6b4fd2 sysfs: open code sysfs_attach_dentry() by Tejun Heo · 17 years ago
  34. b1fc3d6 sysfs: make s_elem an anonymous union by Tejun Heo · 17 years ago
  35. 078ce64 sysfs: make bin attr open get active reference of parent too by Tejun Heo · 17 years ago
  36. 50ab1a7 sysfs: kill unnecessary NULL pointer check in sysfs_release() by Tejun Heo · 17 years ago
  37. b05f054 sysfs: kill unnecessary sysfs_get() in open paths by Tejun Heo · 17 years ago
  38. b13dc89 sysfs: reposition sysfs_dirent->s_mode. by Tejun Heo · 17 years ago
  39. 5a7ad7f sysfs: kill sysfs_update_file() by Tejun Heo · 17 years ago
  40. 59f6901 sysfs: clean up header files by Tejun Heo · 17 years ago
  41. f88123e sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode too by Tejun Heo · 17 years ago
  42. 181b2e4 sysfs: fix comments of sysfs_add/remove_one() by Tejun Heo · 17 years ago
  43. 5c3e896 sysfs: spit a warning to users when they try to create a duplicate sysfs file by Greg Kroah-Hartman · 17 years ago
  44. 45aaae9 sysfs: Rewrite sysfs_move_dir in terms of sysfs dirents by Eric W. Biederman · 17 years ago
  45. 9918f9a sysfs: Rewrite rename in terms of sysfs dirents by Eric W. Biederman · 17 years ago
  46. 5a26b79 sysfs: Remove s_dentry by Eric W. Biederman · 17 years ago
  47. e0712bb sysfs: simply sysfs_get_dentry by Tejun Heo · 17 years ago
  48. 932ea2e sysfs: Introduce sysfs_rename_mutex by Eric W. Biederman · 17 years ago
  49. 89bec09 sysfs: Rewrite sysfs_drop_dentry. by Eric W. Biederman · 17 years ago
  50. 3efa65b sysfs: Simplify readdir. by Eric W. Biederman · 17 years ago
  51. 94777e0 sysfs: In sysfs_lookup don't open code sysfs_find_dirent by Eric W. Biederman · 17 years ago
  52. 7d0c7d6 sysfs: Make sysfs_mount static by Eric W. Biederman · 17 years ago
  53. 0333cd8 sysfs: Use kill_anon_super by Eric W. Biederman · 17 years ago
  54. 119dd52 sysfs: Remove sysfs_instantiate by Eric W. Biederman · 17 years ago
  55. 372e88b sysfs: Move all of inode initialization into sysfs_init_inode by Eric W. Biederman · 17 years ago
  56. 2532802 sysfs: fix i_mutex locking in sysfs_get_dentry() by Tejun Heo · 17 years ago
  57. a93720e sysfs: Fix typos in fs/sysfs/file.c by Rolf Eike Beer · 17 years ago
  58. 990e53f sysfs: make sysfs_addrm_finish() return void by Tejun Heo · 17 years ago
  59. 23dc279 sysfs: make sysfs_add_one() automatically check for duplicate entry by Tejun Heo · 17 years ago
  60. 41fc1c2 sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly by Tejun Heo · 17 years ago
  61. ff869de sysfs: simplify sysfs_rename_dir() by Tejun Heo · 17 years ago
  62. a7a0475 sysfs: cosmetic changes in sysfs_lookup() by Tejun Heo · 17 years ago
  63. 90bc613 sysfs: Remove first pass at shadow directory support by Eric W. Biederman · 17 years ago
  64. 869512a sysfs: cleanup semaphore.h by Dave Young · 17 years ago
  65. 52e8c20 sysfs/file.c - use mutex instead of semaphore by Dave Young · 17 years ago
  66. 2ebefc5 debugfs: helper for decimal challenged by Robin Getz · 17 years ago
  67. 34980ca Drivers: clean up direct setting of the name of a kset by Greg Kroah-Hartman · 17 years ago
  68. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  69. e7b3401 ocfs2: Optionally return filldir errors by Mark Fasheh · 17 years ago
  70. 5b6a3a2 ocfs2: Write support for directories with inline data by Mark Fasheh · 17 years ago
  71. 23193e5 ocfs2: Read support for directories with inline data by Mark Fasheh · 17 years ago
  72. 1afc32b ocfs2: Write support for inline data by Mark Fasheh · 17 years ago
  73. 6798d35 ocfs2: Read support for inline data by Mark Fasheh · 17 years ago
  74. 15b1e36 ocfs2: Structure updates for inline data by Mark Fasheh · 17 years ago
  75. 8553cf4 ocfs2: Cleanup dirent size check by Mark Fasheh · 17 years ago
  76. 38760e2 ocfs2: Rename cleanups by Mark Fasheh · 17 years ago
  77. be94d11 ocfs2: Provide convenience function for ino lookup by Mark Fasheh · 17 years ago
  78. 0bfbbf6 ocfs2: Implement ocfs2_empty_dir() as a caller of ocfs2_dir_foreach() by Mark Fasheh · 17 years ago
  79. 5eae5b9 ocfs2: Remove open coded readdir() by Mark Fasheh · 17 years ago
  80. 7e85367 ocfs2: Pass raw u64 to filldir by Mark Fasheh · 17 years ago
  81. b8bc5f4 ocfs2: Abstract out core dir listing functionality by Mark Fasheh · 17 years ago
  82. 316f4b9 ocfs2: Move directory manipulation code into dir.c by Mark Fasheh · 17 years ago
  83. 1d410a6 ocfs2: Small refactor of truncate zeroing code by Mark Fasheh · 17 years ago
  84. 65ed39d ocfs2: move nonsparse hole-filling into ocfs2_write_begin() by Mark Fasheh · 17 years ago
  85. 92e91ce ocfs2: Sync ocfs2_fs.h with ocfs2-tools by Mark Fasheh · 17 years ago
  86. bddb8eb3 [PATCH] fs/ocfs2/: removed unneeded initial value and function's return value by Denis Cheng · 17 years ago
  87. d550071 ocfs2: Implement show_options() by Sunil Mushran · 17 years ago
  88. 19b613d ocfs2: Clear slot map when umounting a local volume by Mark Fasheh · 17 years ago
  89. 015452b ocfs2: Remove unused structure field by Mark Fasheh · 17 years ago
  90. 518d726 ocfs2: remove unused variable by Tao Mao · 17 years ago
  91. c77534f ocfs2: remove mostly unused field from insert structure by Tao Mao · 17 years ago
  92. bfab36e NTFS: Fix a mount time deadlock. by Anton Altaparmakov · 17 years ago
  93. f26e51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 17 years ago
  94. 782e3b3 Fix up more bio fallout by Al Viro · 17 years ago
  95. e869086 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  96. e30408b JFS: fix bio-related build breakage by Jeff Garzik · 17 years ago
  97. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  98. 34a3d1e lockdep: annotate journal_start() by Peter Zijlstra · 17 years ago
  99. 05c88ba NFSv4: Fix a typo in nfs_inode_reclaim_delegation by Trond Myklebust · 17 years ago
  100. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago