1. 209200e blk-stat: fix a typo by Shaohua Li · 8 years ago
  2. e0c7230 block: factor out req_set_nomerge by Ritesh Harjani · 8 years ago
  3. a6f0788 block: add support for REQ_OP_WRITE_ZEROES by Chaitanya Kulkarni · 8 years ago
  4. e73c23f block: add async variant of blkdev_issue_zeroout by Chaitanya Kulkarni · 8 years ago
  5. b02d8aa block: Check partition alignment on zoned block devices by Damien Le Moal · 8 years ago
  6. 415d3da blk-mq: Drop explicit timeout sync in hotplug by Gabriel Krisman Bertazi · 8 years ago
  7. d62118b blk-wbt: allow wbt to be enabled always through sysfs by Jens Axboe · 8 years ago
  8. fa224ee blk-wbt: cleanup disable-by-default for CFQ by Jens Axboe · 8 years ago
  9. 80e091d blk-wbt: allow reset of default latency through sysfs by Jens Axboe · 8 years ago
  10. e00f4f4 block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg by Tejun Heo · 8 years ago
  11. 3a83f46 block: bio: pass bvec table to bio_init() by Ming Lei · 8 years ago
  12. 778889d block: apply blk_partition_remap to REQ_OP_ZONE_RESET by Shaun Tancheff · 8 years ago
  13. 64f1c21 blk-mq: make the polling code adaptive by Jens Axboe · 8 years ago
  14. 06426ad blk-mq: implement hybrid poll mode for sync O_DIRECT by Jens Axboe · 8 years ago
  15. 4121d38 blk-wbt: fix old-style function declaration by Arnd Bergmann · 8 years ago
  16. 0a6219a block: deal with stale req count of plug list by Ming Lei · 8 years ago
  17. dbb3ab0 bsg: Add sparse annotations to bsg_request_fn() by Bart Van Assche · 8 years ago
  18. 382cf63 blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1 by Jens Axboe · 8 years ago
  19. 8054b89 blk-wbt: remove stat ops by Jens Axboe · 8 years ago
  20. d8a0cbf blk-wbt: store queue instead of bdi by Jens Axboe · 8 years ago
  21. bbd7bb7 block: move poll code to blk-mq by Jens Axboe · 8 years ago
  22. 066a4a7 blk-mq: blk_mq_try_issue_directly() should lookup hardware queue by Jens Axboe · 8 years ago
  23. 87760e5 block: hook up writeback throttling by Jens Axboe · 8 years ago
  24. e34cbd3 blk-wbt: add general throttling mechanism by Jens Axboe · 8 years ago
  25. cf43e6b block: add scalable completion tracking of requests by Jens Axboe · 8 years ago
  26. ebc4ff6 block: cfq_cpd_alloc() should use @gfp by Tejun Heo · 8 years ago
  27. ae5b2ec block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSH by Jens Axboe · 8 years ago
  28. c02ebfd blk-mq: Always schedule hctx->next_cpu by Gabriel Krisman Bertazi · 8 years ago
  29. d278d4a block: add code to track actual device queue depth by Jens Axboe · 9 years ago
  30. 600271d blk-mq: immediately dispatch big size request by Shaohua Li · 8 years ago
  31. 50d24c3 block: immediately dispatch big size request by Shaohua Li · 8 years ago
  32. 46f3cc1 block: drop q argument from bsg_validate_sgv4_hdr by Johannes Thumshirn · 8 years ago
  33. 2b053ac blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request() by Bart Van Assche · 8 years ago
  34. 6a83e74 blk-mq: Introduce blk_mq_quiesce_queue() by Bart Van Assche · 8 years ago
  35. 9b7dd57 blk-mq: Remove blk_mq_cancel_requeue_work() by Bart Van Assche · 8 years ago
  36. 52d7f1b blk-mq: Avoid that requeueing starts stopped queues by Bart Van Assche · 8 years ago
  37. 2253efc blk-mq: Move more code into blk_mq_direct_issue_request() by Bart Van Assche · 8 years ago
  38. fd00144 blk-mq: Introduce blk_mq_queue_stopped() by Bart Van Assche · 8 years ago
  39. 5d1b25c blk-mq: Introduce blk_mq_hctx_stopped() by Bart Van Assche · 8 years ago
  40. bc27c01 blk-mq: Do not invoke .queue_rq() for a stopped queue by Bart Van Assche · 8 years ago
  41. 2cefe4d block: add bio_iov_iter_get_pages() by Kent Overstreet · 8 years ago
  42. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  43. a2b8096 block: replace REQ_NOIDLE with REQ_IDLE by Christoph Hellwig · 8 years ago
  44. aa39ebd cfq-iosched: use op_is_sync instead of opencoding it by Christoph Hellwig · 8 years ago
  45. ef295ec block: better op and flags encoding by Christoph Hellwig · 8 years ago
  46. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  47. 8d2bbd4 block: replace REQ_THROTTLED with a bio flag by Christoph Hellwig · 8 years ago
  48. c4aebd0 block: remove bio_is_rw by Christoph Hellwig · 8 years ago
  49. 2552e3f blk-mq: get rid of confusing blk_map_ctx structure by Jens Axboe · 8 years ago
  50. 7dd2fb6 blk-mq: update hardware and software queues for sleeping alloc by Jens Axboe · 8 years ago
  51. 3c4da758 block: zoned: fix harmless maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  52. 3ed05a9 blk-zoned: implement ioctls by Shaun Tancheff · 8 years ago
  53. 6a0cb1b block: Implement support for zoned block devices by Hannes Reinecke · 8 years ago
  54. 2d25344 block: Define zoned block device operations by Shaun Tancheff · 8 years ago
  55. 987b3b2 block: update chunk_sectors in blk_stack_limits() by Hannes Reinecke · 8 years ago
  56. 87caf97 blk-sysfs: Add 'chunk_sectors' to sysfs attributes by Hannes Reinecke · 8 years ago
  57. 797476b block: Add 'zoned' queue limit by Damien Le Moal · 8 years ago
  58. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  59. f34d360 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  60. 28b2be2 block: require write_same and discard requests align to logical block size by Darrick J. Wong · 8 years ago
  61. 22dd6d35 block: invalidate the page cache when issuing BLKZEROOUT by Darrick J. Wong · 8 years ago
  62. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 8 years ago
  63. 24532f7 Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  64. 12e3d3c Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  65. 513a4be Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  66. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  67. bbb427e blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL by Bart Van Assche · 8 years ago
  68. c8712c6 blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx by Christoph Hellwig · 8 years ago
  69. 3932a86 cfq: fix starvation of asynchronous writes by Glauber Costa · 8 years ago
  70. 97a3286 blk-mq: fixup "Convert to new hotplug state machine" by Sebastian Andrzej Siewior · 8 years ago
  71. 1b792f2 blk-mq: add flag for drivers wanting blocking ->queue_rq() by Jens Axboe · 8 years ago
  72. 63581af blk-mq: remove non-blocking pass in blk_mq_map_request by Christoph Hellwig · 8 years ago
  73. 841bac2 blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue() by Jens Axboe · 8 years ago
  74. 65d5291 blk-mq: Convert to new hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  75. 9467f85 blk-mq/cpu-notif: Convert to new hotplug state machine by Thomas Gleixner · 8 years ago
  76. 491221f block: export bio_free_pages to other modules by Guoqing Jiang · 8 years ago
  77. b21d5b3 blk-mq: register device instead of disk by Matias Bjørling · 8 years ago
  78. 164c80e blk-throttle: Extend slice if throttle group is not empty by Vivek Goyal · 8 years ago
  79. 9a659f4 block/softirq: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  80. 8ec2ef2 blk_mq: linux/blk-mq.h does not include all the headers it depends on by Stephen Rothwell · 8 years ago
  81. 98d9541 sbitmap: randomize initial alloc_hint values by Omar Sandoval · 8 years ago
  82. f4a644d sbitmap: push alloc policy into sbitmap_queue by Omar Sandoval · 8 years ago
  83. 40aabb6 sbitmap: push per-cpu last_tag into sbitmap_queue by Omar Sandoval · 8 years ago
  84. 8845964 blk-mq: abstract tag allocation out into sbitmap library by Omar Sandoval · 8 years ago
  85. 703fd1c blk-mq: account higher order dispatch by Jens Axboe · 8 years ago
  86. 9151bcb blk-mq: kill unused blk_mq_create_mq_map() by Jens Axboe · 8 years ago
  87. 1b15793 blk-mq: get rid of the cpumask in struct blk_mq_tags by Christoph Hellwig · 8 years ago
  88. 973c4e3 blk-mq: provide a default queue mapping for PCI device by Christoph Hellwig · 8 years ago
  89. da695ba blk-mq: allow the driver to pass in a queue mapping by Christoph Hellwig · 8 years ago
  90. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  91. bdd17e7 blk-mq: only allocate a single mq_map per tag_set by Christoph Hellwig · 8 years ago
  92. 4e68a01 blk-mq: don't redistribute hardware queues on a CPU hotplug event by Christoph Hellwig · 8 years ago
  93. 2849450 blk-mq: introduce blk_mq_delay_kick_requeue_list() by Mike Snitzer · 8 years ago
  94. a441b0d block: remove remnant refs to hardsect by Linus Walleij · 8 years ago
  95. d21ea4bc block: enable zeroing of io_poll statistics by Stephen Bates · 8 years ago
  96. 6e21935 block: add poll_considered statistic by Stephen Bates · 8 years ago
  97. 88c7b2b blk-mq: prefetch request in blk_mq_tag_to_rq() by Jens Axboe · 8 years ago
  98. 27489a3 blk-mq: turn hctx->run_work into a regular work struct by Jens Axboe · 8 years ago
  99. ee63cfa block: add kblockd_schedule_work_on() by Jens Axboe · 8 years ago
  100. 0e87e58 blk-mq: improve warning for running a queue on the wrong CPU by Jens Axboe · 8 years ago