1. 94f6030 Slab allocators: Replace explicit zeroing with __GFP_ZERO by Christoph Lameter · 17 years ago
  2. 29417b8 Make BLK_DEV_BSG depend strictly on SCSI=y by Linus Torvalds · 17 years ago
  3. abce891 Fix new generic block device SG compile by Linus Torvalds · 17 years ago
  4. 58ff411 bsg: Kconfig updates by FUJITA Tomonori · 17 years ago
  5. 15d10b6 bsg: add SCSI transport-level request support by FUJITA Tomonori · 17 years ago
  6. 2c9ecdf bsg: add bidi support by FUJITA Tomonori · 17 years ago
  7. abae1fd add a struct request pointer to the request structure by FUJITA Tomonori · 17 years ago
  8. efba1a3 bsg: fix the deadlock on discarding done commands by FUJITA Tomonori · 17 years ago
  9. e7d7217 bsg: fix a blocking read bug by FUJITA Tomonori · 17 years ago
  10. 4cf0723 bsg: minor bug fixes by FUJITA Tomonori · 17 years ago
  11. 292b7f2 improve bsg device allocation by FUJITA Tomonori · 17 years ago
  12. 4e2872d bind bsg to all SCSI devices by FUJITA Tomonori · 17 years ago
  13. d351af0 bsg: bind bsg to request_queue instead of gendisk by FUJITA Tomonori · 17 years ago
  14. 45e79a3 bsg: add a request_queue argument to scsi_cmd_ioctl() by FUJITA Tomonori · 17 years ago
  15. 7e75d73 bsg: simplify __bsg_alloc_command failpath by FUJITA Tomonori · 18 years ago
  16. 264a047 bsg: add cheasy error checks for sysfs stuff by Jens Axboe · 18 years ago
  17. 5309cb3 Add queue resizing support by Jens Axboe · 18 years ago
  18. 2ef7086 bsg: silence a bogus gcc warning by Jens Axboe · 18 years ago
  19. b711afa bsg: style cleanup by Jens Axboe · 18 years ago
  20. 10e8855 bsg: add SG_IO to SG v4 by FUJITA Tomonori · 18 years ago
  21. 70e36ec bsg: replace SG v3 with SG v4 by FUJITA Tomonori · 18 years ago
  22. 337ad41 block: export blk_verify_command for SG v4 by FUJITA Tomonori · 18 years ago
  23. 9e69fbb bsg: minor cleanups by FUJITA Tomonori · 18 years ago
  24. ac6b91b block: changes for blk_rq_unmap_user new API by FUJITA Tomonori · 18 years ago
  25. 3d6392c bsg: support for full generic block layer SG v3 by Jens Axboe · 17 years ago
  26. 70cee26 Use list_for_each_entry() instead of list_for_each() in the block device by Matthias Kaehlcke · 17 years ago
  27. 16ed002 Use menuconfigs instead of menus, so the whole menu can be disabled at once by Jan Engelhardt · 17 years ago
  28. 15c31be cfq-iosched: fix async queue behaviour by Jens Axboe · 17 years ago
  29. f4b0930 [BLOCK] drop unnecessary bvec rewinding from flush_dry_bio_endio by Tejun Heo · 17 years ago
  30. 32eef96 blk_hw_contig_segment(): bad segment size checks by Jens Axboe · 17 years ago
  31. bc90ba0 block: always requeue !fs requests at the front by Tejun Heo · 17 years ago
  32. 8ce7ad7 genhd: send async notification on media change by Kristen Carlson Accardi · 17 years ago
  33. 86ce18d genhd: expose AN to user space by Kristen Carlson Accardi · 17 years ago
  34. f653c34 ll_rw_blk: fix gcc 4.2 warning on current_io_context() by Jens Axboe · 17 years ago
  35. d89d879 When stacked block devices are in-use (e.g. md or dm), the recursive calls by Neil Brown · 17 years ago
  36. 9a9136e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  37. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  38. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 17 years ago
  39. 19a75d8 kblockd: use flush_work by Andrew Morton · 17 years ago
  40. dd2a345 Display all possible partitions when the root filesystem failed to mount by Dave Gilbert · 17 years ago
  41. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  42. 02a9320 Merge branch 'for-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  43. c6a632a as: fix antic_expire check by Nick Piggin · 17 years ago
  44. 821de3a [PATCH] ll_rw_blk: fix missing bounce in blk_rq_map_kern() by Mike Christie · 17 years ago
  45. 0a31bd5 KMEM_CACHE(): simplify slab cache creation by Christoph Lameter · 17 years ago
  46. f98393a mm: remove destroy_dirty_buffers from invalidate_bdev() by Peter Zijlstra · 17 years ago
  47. 4f7a307 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  48. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  49. 07e4470 Merge branch 'cfq' into for-linus by Jens Axboe · 17 years ago
  50. 2a12dcd [PATCH] elevator: elv_list_lock does not need irq disabling by Jens Axboe · 17 years ago
  51. 597bc48 cfq-iosched: speedup cic rb lookup by Jens Axboe · 17 years ago
  52. 4e521c2 ll_rw_blk: add io_context private pointer by Jens Axboe · 17 years ago
  53. 91fac31 cfq-iosched: get rid of cfqq hash by Vasily Tarasov · 17 years ago
  54. cc19747 cfq-iosched: tighten queue request overlap condition by Jens Axboe · 17 years ago
  55. 3ed9a29 cfq-iosched: improve sync vs async workloads by Jens Axboe · 17 years ago
  56. 1be92f2 cfq-iosched: never allow an async queue idling by Jens Axboe · 17 years ago
  57. 20e493a cfq-iosched: get rid of ->dispatch_slice by Jens Axboe · 17 years ago
  58. 6084cdd cfq-iosched: don't pass unused preemption variable around by Jens Axboe · 17 years ago
  59. edd75ff cfq-iosched: get rid of ->cur_rr and ->cfq_list by Jens Axboe · 17 years ago
  60. 67e6b49 cfq-iosched: slice offset should take ioprio into account by Jens Axboe · 17 years ago
  61. 498d3aa [PATCH] cfq-iosched: style cleanups and comments by Jens Axboe · 17 years ago
  62. 67060e3 cfq-iosched: sort IDLE queues into the rbtree by Jens Axboe · 17 years ago
  63. 0c534e0 cfq-iosched: sort RT queues into the rbtree by Jens Axboe · 17 years ago
  64. cc09e29 [PATCH] cfq-iosched: speed up rbtree handling by Jens Axboe · 17 years ago
  65. d9e7620 cfq-iosched: rework the whole round-robin list concept by Jens Axboe · 17 years ago
  66. 1afba04 cfq-iosched: minor updates by Jens Axboe · 17 years ago
  67. 6d048f5 cfq-iosched: development update by Jens Axboe · 17 years ago
  68. 1e3335d cfq-iosched: improve preemption for cooperating tasks by Jens Axboe · 18 years ago
  69. 5044eed cfq-iosched: fix alias + front merge bug by Jens Axboe · 17 years ago
  70. a993800 cfq-iosched: fix sequential write regression by Jens Axboe · 17 years ago
  71. 44ec954 [SCSI] sg: cap reserved_size values at max_sectors by Alan Stern · 17 years ago
  72. 2363cc0 [PATCH] remove protection of LANANA-reserved majors by Andrew Morton · 17 years ago
  73. 1ffb96c make elv_register() output atomic by Thibaut VARENE · 17 years ago
  74. f772b3d block: blk_max_pfn is somtimes wrong by Vasily Tarasov · 17 years ago
  75. 6d740cd [PATCH] lockdep: annotate BLKPG_DEL_PARTITION by Peter Zijlstra · 17 years ago
  76. b446b60 [PATCH] rework reserved major handling by Andrew Morton · 17 years ago
  77. a8e14b9 update I/O sched Kconfig help texts - CFQ is now default, not AS. by Jesper Juhl · 18 years ago
  78. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 18 years ago
  79. fdf892b [PATCH] register_blkdev(): don't hand out the LOCAL/EXPERIMENTAL majors by Andrew Morton · 18 years ago
  80. 9ede209 cfq-iosched: improve continue or break logic in cfq_dispatch by Jens Axboe · 18 years ago
  81. 28f95cbc cfq-iosched: remove the implicit queue kicking in slice expire by Jens Axboe · 18 years ago
  82. 3c6bd2f cfq-iosched: check whether a queue timed out in accounting by Jens Axboe · 18 years ago
  83. cb88741 cfq-iosched: tweak the FIFO checking by Jens Axboe · 18 years ago
  84. 1792669 cfq-iosched: don't pass in queue for cfq_arm_slice_timer() by Jens Axboe · 18 years ago
  85. c5b680f cfq-iosched: account for slice over/under time by Jens Axboe · 18 years ago
  86. 44f7c16 cfq-iosched: defer slice activation to first request being active by Jens Axboe · 18 years ago
  87. 99f9628 [PATCH] cfq-iosched: use last service point as the fairness criteria by Jens Axboe · 18 years ago
  88. b0b8d74 cfq-iosched: document the cfqq flags by Jens Axboe · 18 years ago
  89. 98e41c7 [PATCH] cfq-iosched: move on_rr check into cfq_resort_rr_list() by Jens Axboe · 18 years ago
  90. aaf1228 cfq-iosched: remove cfq_io_context last_queue by Jens Axboe · 18 years ago
  91. 783660b elevator: don't sort reads between writes by Jens Axboe · 18 years ago
  92. cad9751 elevator: abstract out the activate and deactivate functions by Jens Axboe · 18 years ago
  93. c827ba4 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  94. 23c8875 [PATCH] Relay: add CPU hotplug support by Mathieu Desnoyers · 18 years ago
  95. d18d768 [PARTITION]: Add whole_disk attribute. by Fabio Massimo Di Nitto · 18 years ago
  96. 387bb17 [PATCH] md: fix various bugs with aligned reads in RAID5 by Neil Brown · 18 years ago
  97. c0d4d57 [PATCH] Fix SG_IO timeout jiffy conversion by Mike Christie · 18 years ago
  98. 9554317 [PATCH] elevator: move clearing of unplug flag earlier by Linas Vepstas · 18 years ago
  99. ec8acb6 [PATCH] cfq-iosched: merging problem by Jens Axboe · 18 years ago
  100. 719d340 [PATCH] cfq-iosched: tighten allow merge criteria by Jens Axboe · 18 years ago