1. 8ddcd65 block: introduce GENHD_FL_HIDDEN by Christoph Hellwig · 7 years ago
  2. 517bf3c block: don't look at the struct device dev_t in disk_devt by Christoph Hellwig · 7 years ago
  3. ef71de8 block: add a blk_steal_bios helper by Christoph Hellwig · 7 years ago
  4. f421e1d block: provide a direct_make_request helper by Christoph Hellwig · 7 years ago
  5. 96222bc block: add REQ_DRV bit by Christoph Hellwig · 7 years ago
  6. 8977f56 block: move REQ_NOWAIT by Christoph Hellwig · 7 years ago
  7. 3e2cb3a Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/block by Jens Axboe · 7 years ago
  8. a806c6c nvme: comment typo fixed in clearing AER by Minwoo Im · 7 years ago
  9. 474f5da skd: use ktime_get_real_seconds() by Arnd Bergmann · 7 years ago
  10. c091fbe block: fix CDROM dependency on BLK_DEV by Arnd Bergmann · 7 years ago
  11. 3639efe nvme: Remove unused headers by Keith Busch · 7 years ago
  12. a96d4bd nvmet: fix fatal_err_work deadlock by James Smart · 7 years ago
  13. 2b63297 nvme-fc: add dev_loss_tmo timeout and remoteport resume support by James Smart · 7 years ago
  14. 3cec7f9 nvme: allow controller RESETTING to RECONNECTING transition by James Smart · 7 years ago
  15. 96e2480 nvme-fc: check connectivity before initiating reconnects by James Smart · 7 years ago
  16. ac7fe82 nvme-fc: add a dev_loss_tmo field to the remoteport by James Smart · 7 years ago
  17. 44c6ec7 nvme-fc: change ctlr state assignments during reset/reconnect by James Smart · 7 years ago
  18. 4054637 nvme: flush reset_work before safely continuing with delete operation by Sagi Grimberg · 7 years ago
  19. 12fa130 nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expire by Sagi Grimberg · 7 years ago
  20. 6cd53d1 nvme: consolidate common code from ->reset_work by Christoph Hellwig · 7 years ago
  21. e9bc258 nvme-rdma: remove nvme_rdma_remove_ctrl by Christoph Hellwig · 7 years ago
  22. c5017e8 nvme: move controller deletion to common code by Christoph Hellwig · 7 years ago
  23. 29c0964 nvme-fc: merge __nvme_fc_schedule_delete_work into __nvme_fc_del_ctrl by Christoph Hellwig · 7 years ago
  24. 71c691f nvme-fc: avoid workqueue flush stalls by James Smart · 7 years ago
  25. 2a75016 block: Rework drivers/cdrom/Makefile by Bart Van Assche · 7 years ago
  26. 1f460b6 blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCE by Ming Lei · 7 years ago
  27. 358a3a6 blk-mq: don't handle TAG_SHARED in restart by Ming Lei · 7 years ago
  28. 0df21c8 scsi: implement .get_budget and .put_budget for blk-mq by Ming Lei · 7 years ago
  29. aeec776 scsi: allow passing in null rq to scsi_prep_state_check() by Ming Lei · 7 years ago
  30. b347689 blk-mq-sched: improve dispatching from sw queue by Ming Lei · 7 years ago
  31. de14829 blk-mq: introduce .get_budget and .put_budget in blk_mq_ops by Ming Lei · 7 years ago
  32. 63ba8e3 block: kyber: check if there are requests in ctx in kyber_has_work() by Ming Lei · 7 years ago
  33. 7930d0a sbitmap: introduce __sbitmap_for_each_set() by Ming Lei · 7 years ago
  34. caf8eb0 blk-mq-sched: move actual dispatching into one helper by Ming Lei · 7 years ago
  35. 5e3d02b blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatch by Ming Lei · 7 years ago
  36. 0e7d3a8 MAINTAINERS: Remove Rafael from Opal maintainers. by Scott Bauer · 7 years ago
  37. 330a4db bcache: explicitly destroy mutex while exiting by Liang Chen · 7 years ago
  38. c157313 bcache: fix wrong cache_misses statistics by tang.junhui · 7 years ago
  39. d44c2f9 bcache: update bucket_in_use in real time by Tang Junhui · 7 years ago
  40. 3b304d2 bcache: convert cached_dev.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  41. d59b237 bcache: only permit to recovery read error when cache device is clean by Coly Li · 7 years ago
  42. 4e9b6f2 block: Fix a race between blk_cleanup_queue() and timeout handling by Bart Van Assche · 7 years ago
  43. ecad0d2 nvme-fc: remove NVME_FC_MAX_SEGMENTS by James Smart · 7 years ago
  44. 56d5f4f nvme-fc: add support for duplicate_connect option by James Smart · 7 years ago
  45. 36e835f nvme-rdma: add support for duplicate_connect option by James Smart · 7 years ago
  46. 991231d nvme: add helper to compare options to controller by James Smart · 7 years ago
  47. 3b33876 nvme: add duplicate_connect option by James Smart · 7 years ago
  48. 999ada2 nvme: check for a live controller in nvme_dev_open by Christoph Hellwig · 7 years ago
  49. a6a5149 nvme: get rid of nvme_ctrl_list by Christoph Hellwig · 7 years ago
  50. d22524a nvme: switch controller refcounting to use struct device by Christoph Hellwig · 7 years ago
  51. c6424a9 nvme: simplify nvme_open by Christoph Hellwig · 7 years ago
  52. 2dd4122 nvme: use kref_get_unless_zero in nvme_find_get_ns by Christoph Hellwig · 7 years ago
  53. 4d740bc mq-deadline: add 'deadline' as a name alias by Jens Axboe · 7 years ago
  54. 8ac0d9a elevator: allow name aliases by Jens Axboe · 7 years ago
  55. 2527d99 elevator: lookup mq vs non-mq elevators by Jens Axboe · 7 years ago
  56. d5ce4c3 block: cope with WRITE ZEROES failing in blkdev_issue_zeroout() by Ilya Dryomov · 7 years ago
  57. 425a4db block: factor out __blkdev_issue_zero_pages() by Ilya Dryomov · 7 years ago
  58. bb749b3 block: move CAP_SYS_ADMIN check in blkdev_roset() by Ilya Dryomov · 7 years ago
  59. 351499a1 block: Invalidate cache on discard v2 by Dmitry Monakhov · 7 years ago
  60. 75bc5f0 lightnvm: pblk: remove leftover testing function by Javier González · 7 years ago
  61. e62a538 nvme-rdma: Add debug message when reaches timeout by Nitzan Carmi · 7 years ago
  62. f87c89a nvme-rdma: align nvme_rdma_device structure by Max Gurtovoy · 7 years ago
  63. 134aedc nvme-fc: correct io timeout behavior by James Smart · 7 years ago
  64. 0a02e39 nvme-fc: correct io termination handling by James Smart · 7 years ago
  65. a7a7cbe nvme-pci: add SGL support by Chaitanya Kulkarni · 7 years ago
  66. 9843f68 nvme: use ida_simple_{get,remove} for the controller instance by Christoph Hellwig · 7 years ago
  67. ba2dec3 nvmet: Change max_nsid in subsystem due to ns_disable if needed by Roy Shterman · 7 years ago
  68. 86f36b9 nvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag set by Israel Rukshin · 7 years ago
  69. 5a22e2b nvme-fc: Add BLK_MQ_F_NO_SCHED flag to admin tag set by Israel Rukshin · 7 years ago
  70. 94f29d4 nvme-rdma: Add BLK_MQ_F_NO_SCHED flag to admin tag set by Israel Rukshin · 7 years ago
  71. 16772ae nvme-pci: fix typos in comments by Minwoo Im · 7 years ago
  72. 0ad0bfa nvme-rdma: stop controller reset if the controller is deleting by Sagi Grimberg · 7 years ago
  73. 5013e98 nvme-rdma: change queue flag semantics DELETING -> ALLOCATED by Sagi Grimberg · 7 years ago
  74. 60a5188 nvme-rdma: Don't local invalidate if the queue is not live by Sagi Grimberg · 7 years ago
  75. 5e1fe61 nvme-rdma: teardown admin/io queues once on error recovery by Sagi Grimberg · 7 years ago
  76. 0fc176d nvme-rdma: Check that reinit_request got a proper mr by Sagi Grimberg · 7 years ago
  77. 0c5b43b nvme-rdma: move assignment to declaration by Sagi Grimberg · 7 years ago
  78. d8bfcee nvme-rdma: fix wrong logging message by Sagi Grimberg · 7 years ago
  79. 60070c7 nvme-rdma: pass tagset to directly nvme_rdma_free_tagset by Sagi Grimberg · 7 years ago
  80. dab7487b block: remove blk_mq_reinit_tagset by Sagi Grimberg · 7 years ago
  81. 31b8446 nvme: introduce nvme_reinit_tagset by Sagi Grimberg · 7 years ago
  82. 149e10f block: introduce blk_mq_tagset_iter by Sagi Grimberg · 7 years ago
  83. 8cf4666 kyber: fix hang on domain token wait queue by Omar Sandoval · 7 years ago
  84. 30c516d nullb: fix error return code in null_init() by Wei Yongjun · 7 years ago
  85. 519c8e9 block: fix Sphinx kernel-doc warning by Randy Dunlap · 7 years ago
  86. 9ce762e bcache: writeback rate clamping: make 32 bit safe by Michael Lyle · 7 years ago
  87. 52b69ff bcache: MAINTAINERS: set bcache to MAINTAINED by Michael Lyle · 7 years ago
  88. 77c77a9 bcache: Add Michael Lyle to MAINTAINERS by Kent Overstreet · 7 years ago
  89. 6446c68 bcache: safeguard a dangerous addressing in closure_queue by Liang Chen · 7 years ago
  90. a8500fc bcache: rearrange writeback main thread ratelimit by Michael Lyle · 7 years ago
  91. e41166c bcache: writeback rate shouldn't artifically clamp by Michael Lyle · 7 years ago
  92. ae82ddb bcache: smooth writeback rate control by Michael Lyle · 7 years ago
  93. 1d316e6 bcache: implement PI controller for writeback rate by Michael Lyle · 7 years ago
  94. 5fa89fb bcache: don't write back data if reading it failed by Michael Lyle · 7 years ago
  95. 2385010 bcache: remove unused parameter by Yijing Wang · 7 years ago
  96. b41c9b0 bcache: update bio->bi_opf bypass/writeback REQ_ flag hints by Eric Wheeler · 7 years ago
  97. e89d675 bcache: Remove redundant set_capacity by Yijing Wang · 7 years ago
  98. 1dbe32a bcache: rewrite multiple partitions support by Coly Li · 7 years ago
  99. b1e8139 bcache: fix a comments typo in bch_alloc_sectors() by Coly Li · 7 years ago
  100. 91af830 bcache: check ca->alloc_thread initialized before wake up it by Coly Li · 7 years ago