1. 0809e3a block: fix plug list flushing for nomerge queues by Jeff Moyer · 9 years ago
  2. b0a1ea5 Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  3. ae11889 blkcg: consolidate blkg creation in blkcg_bio_issue_check() by Tejun Heo · 9 years ago
  4. 54efd50 block: make generic_make_request handle arbitrarily sized bios by Kent Overstreet · 9 years ago
  5. b7c44ed block: manipulate bio->bi_flags through helpers by Jens Axboe · 9 years ago
  6. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  7. 0762b23 block: use FIELD_SIZEOF to calculate size of a field by Maninder Singh · 9 years ago
  8. 22165fa Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  9. 78d8e58 Revert "block, dm: don't copy bios for request clones" by Mike Snitzer · 9 years ago
  10. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  11. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  12. 482cf79 writeback, blkcg: propagate non-root blkcg congestion state by Tejun Heo · 9 years ago
  13. d40f75a writeback, blkcg: restructure blk_{set|clear}_queue_congested() by Tejun Heo · 9 years ago
  14. 89e9b9e writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK by Tejun Heo · 9 years ago
  15. 4452226 writeback: move backing_dev_info->state into bdi_writeback by Tejun Heo · 9 years ago
  16. eea8f41 blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h by Tejun Heo · 9 years ago
  17. 183f780 Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2 by Mike Snitzer · 9 years ago
  18. 5f1b670 block, dm: don't copy bios for request clones by Christoph Hellwig · 9 years ago
  19. 97ca223 block: remove unused BIO_RW_BLOCK and BIO_EOF flags by Christoph Hellwig · 9 years ago
  20. 336b7e1 block: remove export for blk_queue_bio by Mike Snitzer · 9 years ago
  21. 5b3f341 blk-mq: make plug work for mutiple disks and queues by Shaohua Li · 9 years ago
  22. dd6cf3e blk: clean up plug by Shaohua Li · 9 years ago
  23. a7928c1 block: move PM request support to IDE by Christoph Hellwig · 9 years ago
  24. 6cd18e7 block: destroy bdi before blockdev is unregistered. by NeilBrown · 9 years ago
  25. 271508d block: allocate request memory local to request queue by David Rientjes · 9 years ago
  26. 3e12cef Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  27. 77a0868 block: keep established cmd_flags when cloning into a blk-mq request by Keith Busch · 9 years ago
  28. 7fb4898 block: add blk-mq support to blk_insert_cloned_request() by Keith Busch · 10 years ago
  29. febf715 block: require blk_rq_prep_clone() be given an initialized clone request by Keith Busch · 10 years ago
  30. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 9 years ago
  31. aed3ea9 block: wake up waiters when a queue is marked dying by Jens Axboe · 9 years ago
  32. caf292a Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  33. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  34. 45a9c9d blk-mq: Fix a use-after-free by Bart Van Assche · 9 years ago
  35. 47fafbc block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 9 years ago
  36. 125c99b scsi: add new scsi-command flag for tagged commands by Christoph Hellwig · 10 years ago
  37. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  38. 7b2b10e block: include func name in __get_request prints by Robert Elliott · 10 years ago
  39. ef3ecb6 block: make blk_update_request print prefix match ratelimited prefix by Robert Elliott · 10 years ago
  40. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  41. 11dfce5 block: use bio_clone_fast() in blk_rq_prep_clone() by Junichi Nomura · 10 years ago
  42. 4a0efdc block: misplaced rq_complete tracepoint by Hannes Reinecke · 10 years ago
  43. f70ced0 blk-mq: support per-distpatch_queue flush machinery by Ming Lei · 10 years ago
  44. e97c293 block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queue by Ming Lei · 10 years ago
  45. ba48338 block: remove blk_init_flush() and its pair by Ming Lei · 10 years ago
  46. 7c94e1c block: introduce blk_flush_queue to drive flush machinery by Ming Lei · 10 years ago
  47. 3c09676 block: move flush initialization to blk_flush_init by Ming Lei · 10 years ago
  48. f355265 block: introduce blk_init_flush and its pair by Ming Lei · 10 years ago
  49. b207892 Merge branch 'for-linus' into for-3.18/core by Jens Axboe · 10 years ago
  50. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  51. ff9ea32 block, bdi: an active gendisk always has a request_queue associated with it by Tejun Heo · 10 years ago
  52. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  53. 6f4a1626 scsi-mq: fix requests that use a separate CDB buffer by Tony Battersby · 10 years ago
  54. 780db20 blk-mq: decouble blk-mq freezing from generic bypassing by Tejun Heo · 10 years ago
  55. 776687b block, blk-mq: draining can't be skipped even if bypass_depth was non-zero by Tejun Heo · 10 years ago
  56. f1d7024 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  57. b55b390 Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 10 years ago
  58. 28747fc block: remove WQ_POWER_EFFICIENT from kblockd by Matias Bjørling · 10 years ago
  59. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  60. 4d92a9b block: remove 'magic' from struct blk_plug by Jens Axboe · 10 years ago
  61. 4ce01dd blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_request by Christoph Hellwig · 10 years ago
  62. 3d2936f block: only allocate/free mq_usage_counter in blk-mq by Ming Lei · 10 years ago
  63. da41a58 blk-mq: Micro-optimize blk_queue_nomerges() check by Robert Elliott · 10 years ago
  64. e3a2b3f blk-mq: allow changing of queue depth through sysfs by Jens Axboe · 10 years ago
  65. 7276d02 block: only calculate part_in_flight() once by Jens Axboe · 10 years ago
  66. 3291fa5 NVMe: Add tracepoints by Keith Busch · 10 years ago
  67. 1212007 block: export blk_finish_request by Christoph Hellwig · 10 years ago
  68. 70f4db6 blk-mq: add blk_mq_delay_queue by Christoph Hellwig · 10 years ago
  69. b4f42e2 block: remove struct request buffer member by Jens Axboe · 10 years ago
  70. f89e0dd Merge tag 'v3.15-rc1' into for-3.16/core by Jens Axboe · 10 years ago
  71. 21f9fcd block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 10 years ago
  72. 360f92c block: fix regression with block enabled tagging by Jens Axboe · 10 years ago
  73. 8ab1459 block: add kblockd_schedule_delayed_work_on() by Jens Axboe · 10 years ago
  74. 59c3d45 block: remove 'q' parameter from kblockd_schedule_*_work() by Jens Axboe · 10 years ago
  75. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  76. 7a48837 Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  77. 708f04d block: free q->flush_rq in blk_init_allocated_queue error paths by Dave Jones · 10 years ago
  78. 7982e90 block: fix q->flush_rq NULL pointer crash on dm-mpath flush by Mike Snitzer · 10 years ago
  79. af5040d blktrace: fix accounting of partially completed requests by Roman Pen · 10 years ago
  80. d426334 Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  81. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 10 years ago
  82. 1874198 blk-mq: rework flush sequencing logic by Christoph Hellwig · 10 years ago
  83. 6f5ba58 blk-mq: divert __blk_put_request for MQ ops by Christoph Hellwig · 10 years ago
  84. f04c1fe block: blk-mq: make blk_sync_queue support mq by Ming Lei · 10 years ago
  85. 43a5e4e block: blk-mq: support draining mq queue by Ming Lei · 10 years ago
  86. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  87. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  88. e37459b Merge branch 'blk-mq/core' into for-3.13/core by Jens Axboe · 11 years ago
  89. 23779fb block: Enable sysfs nomerge control for I/O requests in the plug list by Alireza Haghdoost · 11 years ago
  90. eb1c160 elevator: Fix a race in elevator switching and md device initialization by Tomoki Sekiyama · 11 years ago
  91. fff4996 blk-core: Fix memory corruption if blkcg_init_queue fails by Mikulas Patocka · 11 years ago
  92. 4912aa6 block: fix race between request completion and timeout handling by Jeff Moyer · 11 years ago
  93. 92f399c blk-mq: mq plug list breakage by Shaohua Li · 11 years ago
  94. 3228f48 blk-mq: fix for flush deadlock by Christoph Hellwig · 11 years ago
  95. 320ae51 blk-mq: new multi-queue block IO queueing mechanism by Jens Axboe · 11 years ago
  96. 71fe07d block: remove request ref_count by Christoph Hellwig · 11 years ago
  97. 5953316 block: make rq->cmd_flags be 64-bit by Jens Axboe · 11 years ago
  98. 68cf8d0 Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  99. 7aef2e7 block: trace all devices plug operation by Jianpeng Ma · 11 years ago
  100. 7e782af [SCSI] Return ENODATA on medium error by Hannes Reinecke · 11 years ago