1. 17eac09 block: create 'slaves' and 'holders' entries for hidden gendisks by Hannes Reinecke · 7 years ago
  2. 5b85b82 nvme: also expose the namespace identification sysfs files for mpath nodes by Christoph Hellwig · 7 years ago
  3. 32acab3 nvme: implement multipath access to nvme subsystems by Christoph Hellwig · 7 years ago
  4. ed754e5 nvme: track shared namespaces by Christoph Hellwig · 7 years ago
  5. 002fab0 nvme: introduce a nvme_ns_ids structure by Christoph Hellwig · 7 years ago
  6. ab9e00cc nvme: track subsystems by Christoph Hellwig · 7 years ago
  7. 9a95e4e block, nvme: Introduce blk_mq_req_flags_t by Bart Van Assche · 7 years ago
  8. 3a0a529 block, scsi: Make SCSI quiesce and resume work reliably by Bart Van Assche · 7 years ago
  9. c9254f2 block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag by Bart Van Assche · 7 years ago
  10. 039c635 ide, scsi: Tell the block layer at request allocation time about preempt requests 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. e454d12 nvmet: kill nvmet_inline_bio_init by Christoph Hellwig · 7 years ago
  16. 5e62d5c nvmet: better data length validation by Christoph Hellwig · 7 years ago
  17. 03e0f3a nvme-pci: avoid dereference of symbol from unloaded module by Ming Lei · 7 years ago
  18. e3d7874 nvme: send uevent for some asynchronous events by Keith Busch · 7 years ago
  19. d99ca60 nvme: unexport starting async event work by Keith Busch · 7 years ago
  20. ad22c35 nvme: remove handling of multiple AEN requests by Keith Busch · 7 years ago
  21. 08e1507 nvme-fc: remove unused "queue_size" field by Keith Busch · 7 years ago
  22. 38dabe2 nvme: centralize AEN defines by Keith Busch · 7 years ago
  23. 4185f25 nvmet: remove redundant local variable by Sagi Grimberg · 7 years ago
  24. dafc040 nvmet: remove redundant memset if failed to get_smart_log failed by Sagi Grimberg · 7 years ago
  25. aba7afc blk-mq: Avoid that request queue removal can trigger list corruption by Bart Van Assche · 7 years ago
  26. ab083b1 nvme: fix eui_show() print format by Javier González · 7 years ago
  27. a47619b nvme: compare NQN string with right size by Javier González · 7 years ago
  28. 0c6af1c blk-mq: put driver tag if dispatch budget can't be got by Ming Lei · 7 years ago
  29. f00c4d8 block: pass full fmode_t to blk_verify_command by Christoph Hellwig · 7 years ago
  30. d004a5e7 block: remove __bio_kmap_atomic by Christoph Hellwig · 7 years ago
  31. 83f5f7e block: kill bio_kmap/kunmap_irq() by Jens Axboe · 7 years ago
  32. 05b7941 Revert "blk-mq: don't handle TAG_SHARED in restart" by Jens Axboe · 7 years ago
  33. e10237c kthread: zero the kthread data structure by Shaohua Li · 7 years ago
  34. 18c53e4 nvmet: fix comment typos in admin-cmd.c by Minwoo Im · 7 years ago
  35. 1f61def nvme-rdma: fix nvme_rdma_create_queue_ib error flow by Max Gurtovoy · 7 years ago
  36. 43b92fd nvmet-rdma: update queue list during ib_device removal by Israel Rukshin · 7 years ago
  37. 6ddcf0a lpfc: tie in to new dev_loss_tmo interface in nvme transport by James Smart · 7 years ago
  38. 158bfb8 nvme-fc: decouple ns references from lldd references by James Smart · 7 years ago
  39. c5760f3 nvme-fc: fix localport resume using stale values by James Smart · 7 years ago
  40. 84fef62 nvme: check admin passthru command effects by Keith Busch · 7 years ago
  41. c627c48 nvme: factor get log into a helper by Keith Busch · 7 years ago
  42. 715ea9e nvme: fix and clarify the check for missing metadata by Christoph Hellwig · 7 years ago
  43. 24b0b58 nvme: split __nvme_revalidate_disk by Christoph Hellwig · 7 years ago
  44. 6e78f21 nvme: set the chunk size before freezing the queue by Christoph Hellwig · 7 years ago
  45. 30e5e92 nvme: don't pass struct nvme_ns to nvme_config_discard by Christoph Hellwig · 7 years ago
  46. 39b7baa nvme: don't pass struct nvme_ns to nvme_init_integrity by Christoph Hellwig · 7 years ago
  47. b5be3b3 nvme: always unregister the integrity profile in __nvme_revalidate_disk by Christoph Hellwig · 7 years ago
  48. e54b064 nvme: move the dying queue check from cancel to completion by Christoph Hellwig · 7 years ago
  49. a6da002 blktrace: fix unlocked registration of tracepoints by Jens Axboe · 7 years ago
  50. 1f2cac1 blktrace: fix unlocked access to init/start-stop/teardown by Jens Axboe · 7 years ago
  51. bf9fc98 null_blk: add an usage for shared tags in documentation by Minwoo Im · 7 years ago
  52. e881524 null_blk: fix default values in documentation by Minwoo Im · 7 years ago
  53. 6a468d5 nbd: don't start req until after the dead connection logic by Josef Bacik · 7 years ago
  54. ff57dc9 nbd: wait uninterruptible for the dead timeout by Josef Bacik · 7 years ago
  55. 923218f blk-mq: don't allocate driver tag upfront for flush rq by Ming Lei · 7 years ago
  56. 244c65a blk-mq: move blk_mq_put_driver_tag*() into blk-mq.h by Ming Lei · 7 years ago
  57. a6a252e blk-mq-sched: decide how to handle flush rq via RQF_FLUSH_SEQ by Ming Lei · 7 years ago
  58. 598906f blk-flush: use blk_mq_request_bypass_insert() by Ming Lei · 7 years ago
  59. b085029 block: pass 'run_queue' to blk_mq_request_bypass_insert by Ming Lei · 7 years ago
  60. 9c71c83 blk-flush: don't run queue for requests bypassing flush by Ming Lei · 7 years ago
  61. 6d6f167c blk-mq: put the driver tag of nxt rq before first one is requeued by Jianchao Wang · 7 years ago
  62. e840107 blkcg: add sanity check for blkcg policy operations by weiping zhang · 7 years ago
  63. 88022d7 blk-mq: don't handle failure in .get_budget by Ming Lei · 7 years ago
  64. 826a70a SCSI: don't get target/host busy_count in scsi_mq_get_budget() by Ming Lei · 7 years ago
  65. e4f36b2 block: fix peeking requests during PM by Christoph Hellwig · 7 years ago
  66. 21e768b blk-mq: Make blk_mq_get_request() error path less confusing by Bart Van Assche · 7 years ago
  67. c2e82a2 blk-mq: fix nr_requests wrong value when modify it from sysfs by weiping zhang · 7 years ago
  68. a116895 cdrom: hide CONFIG_CDROM menu selection by Jens Axboe · 7 years ago
  69. ea435e1 block: add a poll_fn callback to struct request_queue by Christoph Hellwig · 7 years ago
  70. 8ddcd65 block: introduce GENHD_FL_HIDDEN by Christoph Hellwig · 7 years ago
  71. 517bf3c block: don't look at the struct device dev_t in disk_devt by Christoph Hellwig · 7 years ago
  72. ef71de8 block: add a blk_steal_bios helper by Christoph Hellwig · 7 years ago
  73. f421e1d block: provide a direct_make_request helper by Christoph Hellwig · 7 years ago
  74. 96222bc block: add REQ_DRV bit by Christoph Hellwig · 7 years ago
  75. 8977f56 block: move REQ_NOWAIT by Christoph Hellwig · 7 years ago
  76. 3e2cb3a Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/block by Jens Axboe · 7 years ago
  77. a806c6c nvme: comment typo fixed in clearing AER by Minwoo Im · 7 years ago
  78. 474f5da skd: use ktime_get_real_seconds() by Arnd Bergmann · 7 years ago
  79. c091fbe block: fix CDROM dependency on BLK_DEV by Arnd Bergmann · 7 years ago
  80. 3639efe nvme: Remove unused headers by Keith Busch · 7 years ago
  81. a96d4bd nvmet: fix fatal_err_work deadlock by James Smart · 7 years ago
  82. 2b63297 nvme-fc: add dev_loss_tmo timeout and remoteport resume support by James Smart · 7 years ago
  83. 3cec7f9 nvme: allow controller RESETTING to RECONNECTING transition by James Smart · 7 years ago
  84. 96e2480 nvme-fc: check connectivity before initiating reconnects by James Smart · 7 years ago
  85. ac7fe82 nvme-fc: add a dev_loss_tmo field to the remoteport by James Smart · 7 years ago
  86. 44c6ec7 nvme-fc: change ctlr state assignments during reset/reconnect by James Smart · 7 years ago
  87. 4054637 nvme: flush reset_work before safely continuing with delete operation by Sagi Grimberg · 7 years ago
  88. 12fa130 nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expire by Sagi Grimberg · 7 years ago
  89. 6cd53d1 nvme: consolidate common code from ->reset_work by Christoph Hellwig · 7 years ago
  90. e9bc258 nvme-rdma: remove nvme_rdma_remove_ctrl by Christoph Hellwig · 7 years ago
  91. c5017e8 nvme: move controller deletion to common code by Christoph Hellwig · 7 years ago
  92. 29c0964 nvme-fc: merge __nvme_fc_schedule_delete_work into __nvme_fc_del_ctrl by Christoph Hellwig · 7 years ago
  93. 71c691f nvme-fc: avoid workqueue flush stalls by James Smart · 7 years ago
  94. 2a75016 block: Rework drivers/cdrom/Makefile by Bart Van Assche · 7 years ago
  95. 1f460b6 blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCE by Ming Lei · 7 years ago
  96. 358a3a6 blk-mq: don't handle TAG_SHARED in restart by Ming Lei · 7 years ago
  97. 0df21c8 scsi: implement .get_budget and .put_budget for blk-mq by Ming Lei · 7 years ago
  98. aeec776 scsi: allow passing in null rq to scsi_prep_state_check() by Ming Lei · 7 years ago
  99. b347689 blk-mq-sched: improve dispatching from sw queue by Ming Lei · 7 years ago
  100. de14829 blk-mq: introduce .get_budget and .put_budget in blk_mq_ops by Ming Lei · 7 years ago