1. 2a4aa30 block: rename and export rq_init() by FUJITA Tomonori · 16 years ago
  2. 75ad23b block: make queue flags non-atomic by Nick Piggin · 16 years ago
  3. 1afb20f block: make rq_init() do a full memset() by FUJITA Tomonori · 16 years ago
  4. 9d7f1e6 unexport blk_{get,put}_queue by Adrian Bunk · 16 years ago
  5. 7a85f88 block: restore the meaning of rq->data_len to the true data length by FUJITA Tomonori · 16 years ago
  6. 5d87a05 block: fix kernel-docbook parameters and files by Randy Dunlap · 16 years ago
  7. 6b00769 block: add request->raw_data_len by Tejun Heo · 16 years ago
  8. 5ece6c5 make blk-core.c:request_cachep static again by Adrian Bunk · 16 years ago
  9. c3c930d Enhanced partition statistics: remove old partition statistics by Jerome Marchand · 16 years ago
  10. 6f2576a Enhanced partition statistics: update partition statitics by Jerome Marchand · 16 years ago
  11. 63a7138 block: fixup rq_init() a bit by Jens Axboe · 16 years ago
  12. 6728cb0 block: make core bits checkpatch compliant by Jens Axboe · 16 years ago
  13. 22b1321 block: new end request handling interface should take unsigned byte counts by Jens Axboe · 16 years ago
  14. d6d4819 block: ll_rw_blk.c split, add blk-merge.c by Jens Axboe · 16 years ago
  15. db1d08c block: remove dated (and wrong) comment in blk-core.c by Jens Axboe · 16 years ago
  16. 26b8256 block: get rid of unnecessary forward declarations in blk-core.c by Jens Axboe · 16 years ago
  17. 86db1e2 block: continue ll_rw_blk.c splitup by Jens Axboe · 16 years ago
  18. 8324aa9 block: split tag and sysfs handling from blk-core.c by Jens Axboe · 16 years ago
  19. a168ee8 block: first step of splitting ll_rw_blk, rename it by Jens Axboe · 16 years ago[Renamed from block/ll_rw_blk.c]
  20. 8d01edd Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  21. f0f0052 Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  22. fa0ccd8 block: implement drain buffers by James Bottomley · 16 years ago
  23. 4ac845a block: cfq: make the io contect sharing lockless by Jens Axboe · 16 years ago
  24. d38ecf9 io context sharing: preliminary support by Jens Axboe · 16 years ago
  25. fd0928d ioprio: move io priority from task_struct to io_context by Jens Axboe · 16 years ago
  26. b828623 blk_end_request: cleanup of request completion (take 4) by Kiyoshi Ueda · 16 years ago
  27. 5450d3e blk_end_request: cleanup 'uptodate' related code (take 4) by Kiyoshi Ueda · 16 years ago
  28. 3bcddea blk_end_request: remove/unexport end_that_request_* (take 4) by Kiyoshi Ueda · 16 years ago
  29. e3a04fe blk_end_request: add bidi completion interface (take 4) by Kiyoshi Ueda · 16 years ago
  30. e19a3ab blk_end_request: add callback feature (take 4) by Kiyoshi Ueda · 16 years ago
  31. 9e6e39f blk_end_request: changing block layer core (take 4) by Kiyoshi Ueda · 16 years ago
  32. 3b11313 blk_end_request: add/export functions to get request size (take 4) by Kiyoshi Ueda · 16 years ago
  33. 336cdb4 blk_end_request: add new request completion interface (take 4) by Kiyoshi Ueda · 16 years ago
  34. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  35. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 16 years ago
  36. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 16 years ago
  37. d5a379f Kobject: convert block/ll_rw_blk.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 16 years ago
  38. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  39. 11c3e68 [SCSI] block: Introduce new blk_queue_update_dma_alignment interface by James Bottomley · 16 years ago
  40. 7c9f29b Revert "ll_rw_blk: temporarily enable max_segments tweaking" by Jens Axboe · 17 years ago
  41. 2ad8b1e Add UNPLUG traces to all appropriate places by Alan D. Brunelle · 17 years ago
  42. d85532e block: fix requeue handling in blk_queue_invalidate_tags() by Jens Axboe · 17 years ago
  43. b4f5550 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  44. 51fd77b [BLOCK] Don't allow empty barriers to be passed down to queues that don't grok them by Jens Axboe · 17 years ago
  45. c46f233 [SG] Get rid of __sg_mark_end() by Jens Axboe · 17 years ago
  46. 6eca900 [BLOCK] Fix bad sharing of tag busy list on queues with shared tag maps by Jens Axboe · 17 years ago
  47. adb4ddb block: use lock bitops for the tag map. by Nick Piggin · 17 years ago
  48. abbeb88 blk_sync_queue() should cancel request_queue->unplug_work by Oleg Nesterov · 17 years ago
  49. b238b3d block layer: remove a unused argument of drive_stat_acct() by Jerome Marchand · 17 years ago
  50. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  51. 7aeacf9 [BLOCK] blk_rq_map_sg: force clear termination bit by Jens Axboe · 17 years ago
  52. ad0d408 [BLOCK] Don't clear sg_dma_len/addr() in blk_rq_map_sg() by Jens Axboe · 17 years ago
  53. 9b61764 [SG] Update block layer to use sg helpers by Jens Axboe · 17 years ago
  54. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  55. 8f731f7 kernel-api docbook: fix content problems by Randy Dunlap · 17 years ago
  56. ba95184 [BLOCK] blk_rq_map_sg() next_sg fixup by Jens Axboe · 17 years ago
  57. b6257a9 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  58. e0bf68d mm: bdi init hooks by Peter Zijlstra · 17 years ago
  59. 60573b8 [BLOCK] Clear sg entry before filling in blk_rq_map_sg() by Jens Axboe · 17 years ago
  60. 92d15c2 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  61. f2e1898 readahead: remove the limit max_sectors_kb imposed on max_readahead_kb by Fengguang Wu · 17 years ago
  62. 563063a ll_rw_blk: temporarily enable max_segments tweaking by Jens Axboe · 17 years ago
  63. f565913 block: convert to using sg helpers by Jens Axboe · 17 years ago
  64. fd5d806 block: convert blkdev_issue_flush() to use empty barriers by Jens Axboe · 17 years ago
  65. bf2de6f block: Initial support for data-less (or empty) barrier support by Jens Axboe · 17 years ago
  66. c07e2b4 block: factor our bio_check_eod() by Jens Axboe · 17 years ago
  67. a0cd128 block: add end_queued_request() and end_dequeued_request() helpers by Jens Axboe · 17 years ago
  68. 4fa253f block: ll_rw_blk.c: cosmetics by Jens Axboe · 17 years ago
  69. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  70. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  71. 5bb23a6 Don't decrement bi_size in bio_endio by NeilBrown · 17 years ago
  72. d24517d Remove flush_dry_bio_endio by NeilBrown · 17 years ago
  73. db47d47 ll_rw_blk: blk_cpu_notifier should be __cpuinitdata by Satyam Sharma · 17 years ago
  74. 6c92e69 Fixup rq_for_each_segment() indentation by Jens Axboe · 17 years ago
  75. bc1c56f Share code between init_request_from_bio and blk_rq_bio_prep by NeilBrown · 17 years ago
  76. 6684657 Stop exporting blk_rq_bio_prep by NeilBrown · 17 years ago
  77. 3001ca7 New function blk_req_append_bio by NeilBrown · 17 years ago
  78. 5705f70 Introduce rq_for_each_segment replacing rq_for_each_bio by NeilBrown · 17 years ago
  79. 9dfa528 Merge blk_recount_segments into blk_recalc_rq_segments by NeilBrown · 17 years ago
  80. dd94125 shared tag queue barrier comment by Nick Piggin · 17 years ago
  81. f3da54b Fix race with shared tag queue maps by Jens Axboe · 17 years ago
  82. c7149d6 Fix remap handling by blktrace by Alan D. Brunelle · 17 years ago
  83. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  84. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  85. 94f6030 Slab allocators: Replace explicit zeroing with __GFP_ZERO by Christoph Lameter · 17 years ago
  86. abae1fd add a struct request pointer to the request structure by FUJITA Tomonori · 17 years ago
  87. 4e2872d bind bsg to all SCSI devices by FUJITA Tomonori · 17 years ago
  88. d351af0 bsg: bind bsg to request_queue instead of gendisk by FUJITA Tomonori · 17 years ago
  89. 3d6392c bsg: support for full generic block layer SG v3 by Jens Axboe · 17 years ago
  90. f4b0930 [BLOCK] drop unnecessary bvec rewinding from flush_dry_bio_endio by Tejun Heo · 17 years ago
  91. 32eef96 blk_hw_contig_segment(): bad segment size checks by Jens Axboe · 17 years ago
  92. bc90ba0 block: always requeue !fs requests at the front by Tejun Heo · 17 years ago
  93. f653c34 ll_rw_blk: fix gcc 4.2 warning on current_io_context() by Jens Axboe · 17 years ago
  94. d89d879 When stacked block devices are in-use (e.g. md or dm), the recursive calls by Neil Brown · 17 years ago
  95. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  96. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  97. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 17 years ago
  98. 19a75d8 kblockd: use flush_work by Andrew Morton · 17 years ago
  99. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  100. 821de3a [PATCH] ll_rw_blk: fix missing bounce in blk_rq_map_kern() by Mike Christie · 17 years ago