1. 6d247d7 block: allow specifying size for extra command data by Christoph Hellwig · 8 years ago
  2. 5ea708d block: simplify blk_init_allocated_queue by Christoph Hellwig · 8 years ago
  3. e6f7f93 block: fix elevator init check by Christoph Hellwig · 8 years ago
  4. f924ba7 Merge branch 'for-4.11/block' into for-4.11/rq-refactor by Jens Axboe · 8 years ago
  5. 400f73b blk-mq: fix debugfs compilation issues by Omar Sandoval · 8 years ago
  6. f3a8ab7 block: cleanup remaining manual checks for PREFLUSH|FUA by Jens Axboe · 8 years ago
  7. bd6737f blk-mq-sched: add flush insertion into blk_mq_sched_insert_request() by Jens Axboe · 8 years ago
  8. f73f44e block: add a op_is_flush helper by Christoph Hellwig · 8 years ago
  9. c13660a blk-mq-sched: change ->dispatch_requests() to ->dispatch_request() by Jens Axboe · 8 years ago
  10. 50e1dab blk-mq-sched: fix starvation for multiple hardware queues and shared tags by Jens Axboe · 8 years ago
  11. 99cf1dc blk-mq: release driver tag on a requeue event by Jens Axboe · 8 years ago
  12. 3c782d6 blk-mq: fix potential race in queue restart and driver tag allocation by Jens Axboe · 8 years ago
  13. 0abad77 blk-mq: improve scheduler queue sync/async running by Jens Axboe · 8 years ago
  14. 4a46f05 blk-mq: move hctx and ctx counters from sysfs to debugfs by Omar Sandoval · 8 years ago
  15. be21547 blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfs by Omar Sandoval · 8 years ago
  16. d7e3621 blk-mq: add tags and sched_tags bitmaps to debugfs by Omar Sandoval · 8 years ago
  17. d96b37c blk-mq: move tags and sched_tags info from sysfs to debugfs by Omar Sandoval · 8 years ago
  18. 0bfa528 blk-mq: export software queue pending map to debugfs by Omar Sandoval · 8 years ago
  19. 7b39385 blk-mq: add extra request information to debugfs by Omar Sandoval · 8 years ago
  20. 950cd7e blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfs by Omar Sandoval · 8 years ago
  21. 9abb2ad blk-mq: add hctx->{state,flags} to debugfs by Omar Sandoval · 8 years ago
  22. 07e4fea blk-mq: create debugfs directory tree by Omar Sandoval · 8 years ago
  23. b48fda0 blk-mq-sched: check for successful allocation before assigning tag by Jens Axboe · 8 years ago
  24. 5a797e0 blk-mq: don't lose flags passed in to blk_mq_alloc_request() by Jens Axboe · 8 years ago
  25. 200e86b blk-mq: only apply active queue tag throttling for driver tags by Jens Axboe · 8 years ago
  26. 1cf4175 cfq-iosched: Adjust one function call together with a variable assignment by Markus Elfring · 8 years ago
  27. d609af3 blk-throttle: Adjust two function calls together with a variable assignment by Markus Elfring · 8 years ago
  28. 4d608ba block: Initialize cfqq->ioprio_class in cfq_get_queue() by Alexander Potapenko · 8 years ago
  29. 70f36b6 blk-mq: allow resize of scheduler requests by Jens Axboe · 8 years ago
  30. 7e79dad blk-mq: stop hardware queue in blk_mq_delay_queue() by Jens Axboe · 8 years ago
  31. 8cecb07 blk-mq-tag: remove redundant check for 'data->hctx' being non-NULL by Jens Axboe · 8 years ago
  32. 610d886 elevator: fix unnecessary put of elevator in failure case by Jens Axboe · 8 years ago
  33. 38dbb7d blk-cgroup: don't quiesce the queue on policy activate/deactivate by Jens Axboe · 8 years ago
  34. 88a7503 blk-mq: Remove unused variable by Keith Busch · 8 years ago
  35. 4d199c6 blk-cgroup: ensure that we clear the stop bit on quiesced queues by Jens Axboe · 8 years ago
  36. d348499 blk-mq-sched: allow setting of default IO scheduler by Jens Axboe · 8 years ago
  37. 945ffb6 mq-deadline: add blk-mq adaptation of the deadline IO scheduler by Jens Axboe · 8 years ago
  38. bd166ef blk-mq-sched: add framework for MQ capable IO schedulers by Jens Axboe · 8 years ago
  39. 2af8cbe blk-mq: split tag ->rqs[] into two by Jens Axboe · 8 years ago
  40. fd2d332 blk-mq: add support for carrying internal tag information in blk_qc_t by Jens Axboe · 8 years ago
  41. cc71a6f blk-mq: abstract out helpers for allocating/freeing tag maps by Jens Axboe · 8 years ago
  42. 4941115 blk-mq-tag: cleanup the normal/reserved tag allocation by Jens Axboe · 8 years ago
  43. 2c3ad66 blk-mq: export some helpers we need to the scheduling framework by Jens Axboe · 8 years ago
  44. 16a3c2a blk-mq: un-export blk_mq_free_hctx_request() by Jens Axboe · 8 years ago
  45. c23ecb4 block: move rq_ioc() to blk.h by Jens Axboe · 8 years ago
  46. c51ca6c block: move existing elevator ops to union by Jens Axboe · 8 years ago
  47. c5082b7 partitions/efi: Fix integer overflow in GPT size calculation by Alden Tondettar · 8 years ago
  48. bef1331 block: don't try to discard from __blkdev_issue_zeroout by Christoph Hellwig · 8 years ago
  49. f99e864 block: Rename blk_queue_zone_size and bdev_zone_size by Damien Le Moal · 8 years ago
  50. f8a5b12 blk-mq: make mq_ops a const pointer by Jens Axboe · 8 years ago
  51. 62f8c405 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  52. 9eca535 block: Avoid that sparse complains about context imbalance in __wbt_wait() by Bart Van Assche · 8 years ago
  53. f2e0a0b block: Make wbt_wait() definition consistent with declaration by Bart Van Assche · 8 years ago
  54. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  55. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  56. a307d0a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  57. 128394e sg_write()/bsg_write() is not fit to be called under KERNEL_DS by Al Viro · 8 years ago
  58. 633395b block: check partition alignment by Stefan Haberland · 8 years ago
  59. 25cdb64 block: allow WRITE_SAME commands with the SG_IO ioctl by Mauricio Faria de Oliveira · 8 years ago
  60. cf1b334 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  61. d1b1cea blk-mq: Fix failed allocation path when mapping queues by Gabriel Krisman Bertazi · 8 years ago
  62. a829a84 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  63. 36e1f3d1 blk-mq: Avoid memory reclaim when remapping queues by Gabriel Krisman Bertazi · 8 years ago
  64. b92e09b Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  65. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  66. 9491ae4 mm: don't cap request size based on read-ahead setting by Jens Axboe · 8 years ago
  67. 7cd54aa blk-stat: fix a few cases of missing batch flushing by Jens Axboe · 8 years ago
  68. c8e52ba blk-flush: run the queue when inserting blk-mq flush by Jens Axboe · 8 years ago
  69. 70b3ea0 elevator: make the rqhash helpers exported by Jens Axboe · 8 years ago
  70. f04c3df blk-mq: abstract out blk_mq_dispatch_rq_list() helper by Jens Axboe · 8 years ago
  71. ae911c5 blk-mq: add blk_mq_start_stopped_hw_queue() by Jens Axboe · 8 years ago
  72. f9d03f9 block: improve handling of the magic discard payload by Christoph Hellwig · 8 years ago
  73. be07e14 blk-wbt: don't throttle discard or write zeroes by Christoph Hellwig · 8 years ago
  74. a0ac402 Don't feed anything but regular iovec's to blk_rq_map_user_iov by Linus Torvalds · 8 years ago
  75. 6e85eaf blk-mq: blk_account_io_start() takes a bool by Jens Axboe · 8 years ago
  76. 5888678 block: fix unintended fallthrough in generic_make_request_checks() by Nicolai Stange · 8 years ago
  77. 209200e blk-stat: fix a typo by Shaohua Li · 8 years ago
  78. e0c7230 block: factor out req_set_nomerge by Ritesh Harjani · 8 years ago
  79. a6f0788 block: add support for REQ_OP_WRITE_ZEROES by Chaitanya Kulkarni · 8 years ago
  80. e73c23f block: add async variant of blkdev_issue_zeroout by Chaitanya Kulkarni · 8 years ago
  81. b02d8aa block: Check partition alignment on zoned block devices by Damien Le Moal · 8 years ago
  82. 415d3da blk-mq: Drop explicit timeout sync in hotplug by Gabriel Krisman Bertazi · 8 years ago
  83. d62118b blk-wbt: allow wbt to be enabled always through sysfs by Jens Axboe · 8 years ago
  84. fa224ee blk-wbt: cleanup disable-by-default for CFQ by Jens Axboe · 8 years ago
  85. 80e091d blk-wbt: allow reset of default latency through sysfs by Jens Axboe · 8 years ago
  86. e00f4f4 block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg by Tejun Heo · 8 years ago
  87. 3a83f46 block: bio: pass bvec table to bio_init() by Ming Lei · 8 years ago
  88. 778889d block: apply blk_partition_remap to REQ_OP_ZONE_RESET by Shaun Tancheff · 8 years ago
  89. a0f4bd7 scsi: fc: move FC transport's bsg code to bsg-lib by Johannes Thumshirn · 8 years ago
  90. fb6f7c8 block: add bsg_job_put() and bsg_job_get() by Johannes Thumshirn · 8 years ago
  91. 6aa858c scsi: fc: use bsg_softirq_done by Johannes Thumshirn · 8 years ago
  92. c00da4c scsi: fc: Use bsg_destroy_job by Johannes Thumshirn · 8 years ago
  93. bf0f2d3 block: add reference counting for struct bsg_job by Johannes Thumshirn · 8 years ago
  94. 64f1c21 blk-mq: make the polling code adaptive by Jens Axboe · 8 years ago
  95. 06426ad blk-mq: implement hybrid poll mode for sync O_DIRECT by Jens Axboe · 8 years ago
  96. 4121d38 blk-wbt: fix old-style function declaration by Arnd Bergmann · 8 years ago
  97. 0a6219a block: deal with stale req count of plug list by Ming Lei · 8 years ago
  98. dbb3ab0 bsg: Add sparse annotations to bsg_request_fn() by Bart Van Assche · 8 years ago
  99. 382cf63 blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1 by Jens Axboe · 8 years ago
  100. 8054b89 blk-wbt: remove stat ops by Jens Axboe · 8 years ago