1. 47f521b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  2. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  3. ff821d2 blk-mq: fixup some comment typos and lengths by Jens Axboe · 7 years ago
  4. f906a6a blk-mq: improve tag waiting setup for non-shared tags by Jens Axboe · 7 years ago
  5. 79f720a blk-mq: only run the hardware queue if IO is pending by Jens Axboe · 7 years ago
  6. f0fba39 block: avoid null pointer dereference on null disk by Colin Ian King · 7 years ago
  7. 17eac09 block: create 'slaves' and 'holders' entries for hidden gendisks by Hannes Reinecke · 7 years ago
  8. 9a95e4e block, nvme: Introduce blk_mq_req_flags_t by Bart Van Assche · 7 years ago
  9. 3a0a529 block, scsi: Make SCSI quiesce and resume work reliably by Bart Van Assche · 7 years ago
  10. c9254f2 block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag by Bart Van Assche · 7 years ago
  11. 1b6d65a block: Introduce BLK_MQ_REQ_PREEMPT by Bart Van Assche · 7 years ago
  12. 6a15674 block: Introduce blk_get_request_flags() by Bart Van Assche · 7 years ago
  13. 055f6e1 block: Make q_usage_counter also track legacy requests by Ming Lei · 7 years ago
  14. eb619fd blk-mq: fix issue with shared tag queue re-running by Jens Axboe · 7 years ago
  15. aba7afc blk-mq: Avoid that request queue removal can trigger list corruption by Bart Van Assche · 7 years ago
  16. 0c6af1c blk-mq: put driver tag if dispatch budget can't be got by Ming Lei · 7 years ago
  17. f00c4d8 block: pass full fmode_t to blk_verify_command by Christoph Hellwig · 7 years ago
  18. d004a5e7 block: remove __bio_kmap_atomic by Christoph Hellwig · 7 years ago
  19. 05b7941 Revert "blk-mq: don't handle TAG_SHARED in restart" by Jens Axboe · 7 years ago
  20. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  21. 923218f blk-mq: don't allocate driver tag upfront for flush rq by Ming Lei · 7 years ago
  22. 244c65a blk-mq: move blk_mq_put_driver_tag*() into blk-mq.h by Ming Lei · 7 years ago
  23. a6a252e blk-mq-sched: decide how to handle flush rq via RQF_FLUSH_SEQ by Ming Lei · 7 years ago
  24. 598906f blk-flush: use blk_mq_request_bypass_insert() by Ming Lei · 7 years ago
  25. b085029 block: pass 'run_queue' to blk_mq_request_bypass_insert by Ming Lei · 7 years ago
  26. 9c71c83 blk-flush: don't run queue for requests bypassing flush by Ming Lei · 7 years ago
  27. 6d6f167c blk-mq: put the driver tag of nxt rq before first one is requeued by Jianchao Wang · 7 years ago
  28. e840107 blkcg: add sanity check for blkcg policy operations by weiping zhang · 7 years ago
  29. 88022d7 blk-mq: don't handle failure in .get_budget by Ming Lei · 7 years ago
  30. e4f36b2 block: fix peeking requests during PM by Christoph Hellwig · 7 years ago
  31. 21e768b blk-mq: Make blk_mq_get_request() error path less confusing by Bart Van Assche · 7 years ago
  32. 39b4954 badblocks: fix wrong return value in badblocks_set if badblocks are disabled by Liu Bo · 7 years ago
  33. c2e82a2 blk-mq: fix nr_requests wrong value when modify it from sysfs by weiping zhang · 7 years ago
  34. ea435e1 block: add a poll_fn callback to struct request_queue by Christoph Hellwig · 7 years ago
  35. 8ddcd65 block: introduce GENHD_FL_HIDDEN by Christoph Hellwig · 7 years ago
  36. 517bf3c block: don't look at the struct device dev_t in disk_devt by Christoph Hellwig · 7 years ago
  37. ef71de8 block: add a blk_steal_bios helper by Christoph Hellwig · 7 years ago
  38. f421e1d block: provide a direct_make_request helper by Christoph Hellwig · 7 years ago
  39. 3e2cb3a Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/block by Jens Axboe · 7 years ago
  40. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  41. 1f460b6 blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCE by Ming Lei · 7 years ago
  42. 358a3a6 blk-mq: don't handle TAG_SHARED in restart by Ming Lei · 7 years ago
  43. b347689 blk-mq-sched: improve dispatching from sw queue by Ming Lei · 7 years ago
  44. de14829 blk-mq: introduce .get_budget and .put_budget in blk_mq_ops by Ming Lei · 7 years ago
  45. 63ba8e3 block: kyber: check if there are requests in ctx in kyber_has_work() by Ming Lei · 7 years ago
  46. caf8eb0 blk-mq-sched: move actual dispatching into one helper by Ming Lei · 7 years ago
  47. 5e3d02b blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatch by Ming Lei · 7 years ago
  48. 4e9b6f2 block: Fix a race between blk_cleanup_queue() and timeout handling by Bart Van Assche · 7 years ago
  49. e319e1f block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_completion() by Byungchul Park · 7 years ago
  50. 4d740bc mq-deadline: add 'deadline' as a name alias by Jens Axboe · 7 years ago
  51. 8ac0d9a elevator: allow name aliases by Jens Axboe · 7 years ago
  52. 2527d99 elevator: lookup mq vs non-mq elevators by Jens Axboe · 7 years ago
  53. d5ce4c3 block: cope with WRITE ZEROES failing in blkdev_issue_zeroout() by Ilya Dryomov · 7 years ago
  54. 425a4db block: factor out __blkdev_issue_zero_pages() by Ilya Dryomov · 7 years ago
  55. bb749b3 block: move CAP_SYS_ADMIN check in blkdev_roset() by Ilya Dryomov · 7 years ago
  56. 65e53aa block: Use DECLARE_COMPLETION_ONSTACK() in submit_bio_wait() by Christoph Hellwig · 7 years ago
  57. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  58. 351499a1 block: Invalidate cache on discard v2 by Dmitry Monakhov · 7 years ago
  59. dab7487b block: remove blk_mq_reinit_tagset by Sagi Grimberg · 7 years ago
  60. 149e10f block: introduce blk_mq_tagset_iter by Sagi Grimberg · 7 years ago
  61. 8cf4666 kyber: fix hang on domain token wait queue by Omar Sandoval · 7 years ago
  62. 519c8e9 block: fix Sphinx kernel-doc warning by Randy Dunlap · 7 years ago
  63. 1cfd0dd bio_copy_user_iov(): don't ignore ->iov_offset by Al Viro · 7 years ago
  64. 2b04e8f more bio_map_user_iov() leak fixes by Al Viro · 7 years ago
  65. 95d78c2 fix unbalanced page refcounting in bio_map_user_iov by Vitaly Mayatskikh · 7 years ago
  66. 85acb3b block: set request_list for request by Shaohua Li · 7 years ago
  67. eca8b53 blk-stat: delete useless code by Shaohua Li · 7 years ago
  68. 53cfdc1 blk-throttle: fix null pointer dereference while throttling writeback IOs by Jiufei Xue · 7 years ago
  69. 58a9edc blkcg: check pol->cpd_free_fn before free cpd by weiping zhang · 7 years ago
  70. 99fead8 block, bfq: fix unbalanced decrements of burst size by Paolo Valente · 7 years ago
  71. b5dc5d4 block,bfq: Disable writeback throttling by Luca Miccio · 7 years ago
  72. 4078def block/bio: Remove null checks before mempool_destroy in bioset_free by Tim Hansen · 7 years ago
  73. 4b14a5c block: remove unnecessary NULL checks in bioset_integrity_free() by Tim Hansen · 7 years ago
  74. 5fdee21 block: remove QUEUE_FLAG_STACKABLE by Christoph Hellwig · 7 years ago
  75. fc13457 blk-mq: document the need to have STARTED and COMPLETED share a byte by Jens Axboe · 7 years ago
  76. a7af0af blk-mq: attempt to fix atomic flag memory ordering by Peter Zijlstra · 7 years ago
  77. eab40cf bsg-lib: fix use-after-free under memory-pressure by Benjamin Block · 7 years ago
  78. 70e62f4 blk-mq-debugfs: fix device sched directory for default scheduler by Omar Sandoval · 7 years ago
  79. 4f02fb7 blk-throttle: fix possible io stall when upgrade to max by Joseph Qi · 7 years ago
  80. 9c98837 block: move __elv_next_request to blk-core.c by Christoph Hellwig · 7 years ago
  81. 7cb0400 block, bfq: decrease burst size when queues in burst exit by Paolo Valente · 7 years ago
  82. 894df93 block, bfq: let early-merged queues be weight-raised on split too by Paolo Valente · 7 years ago
  83. 3e2bdd6 block, bfq: check and switch back to interactive wr also on queue split by Paolo Valente · 7 years ago
  84. 4baa8bb block, bfq: fix wrong init of saved start time for weight raising by Paolo Valente · 7 years ago
  85. 7beb2f8 blk-mq: wire up completion notifier for laptop mode by Jens Axboe · 7 years ago
  86. 5385fa4 blk-mq-tag: kill unused tag enums by Jens Axboe · 7 years ago
  87. 5472487 blk-mq: remove unused function hctx_allow_merges by weiping zhang · 7 years ago
  88. af551fb blkcg: delete unused APIs by Shaohua Li · 7 years ago
  89. f5c156c block: fix a crash caused by wrong API by Shaohua Li · 7 years ago
  90. 5acb3cc blktrace: Fix potential deadlock between delete & sysfs ops by Waiman Long · 7 years ago
  91. f507b54 bsg-lib: don't free job in bsg_prepare_job by Christoph Hellwig · 7 years ago
  92. 157f377 block: directly insert blk-mq request from blk_insert_cloned_request() by Jens Axboe · 7 years ago
  93. 09c2c35 block: fix integer overflow in __blkdev_sectors_to_bio_pages() by Mikulas Patocka · 7 years ago
  94. dbec491b block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabled by Scott Bauer · 7 years ago
  95. 126e76f Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  96. f0f1a45 block/cfq: cache rightmost rb_node by Davidlohr Bueso · 7 years ago
  97. 09663c8 block/cfq: replace cfq_rb_root leftmost caching by Davidlohr Bueso · 7 years ago
  98. 572c01b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  99. 3645e6d Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  100. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago