summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-flush: don't run queue for requests bypassing flushMing Lei2017-11-041-1/+1
* blk-mq: put the driver tag of nxt rq before first one is requeuedJianchao Wang2017-11-041-10/+9
* blkcg: add sanity check for blkcg policy operationsweiping zhang2017-11-041-0/+5
* blk-mq: don't handle failure in .get_budgetMing Lei2017-11-045-37/+12
* SCSI: don't get target/host busy_count in scsi_mq_get_budget()Ming Lei2017-11-041-16/+13
* block: fix peeking requests during PMChristoph Hellwig2017-11-041-17/+18
* blk-mq: Make blk_mq_get_request() error path less confusingBart Van Assche2017-11-031-5/+7
* blk-mq: fix nr_requests wrong value when modify it from sysfsweiping zhang2017-11-031-2/+1
* cdrom: hide CONFIG_CDROM menu selectionJens Axboe2017-11-031-8/+1
* block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-038-16/+25
* block: introduce GENHD_FL_HIDDENChristoph Hellwig2017-11-032-18/+51
* block: don't look at the struct device dev_t in disk_devtChristoph Hellwig2017-11-032-5/+1
* block: add a blk_steal_bios helperChristoph Hellwig2017-11-032-0/+23
* block: provide a direct_make_request helperChristoph Hellwig2017-11-032-0/+35
* block: add REQ_DRV bitChristoph Hellwig2017-11-031-0/+5
* block: move REQ_NOWAITChristoph Hellwig2017-11-031-2/+2
* Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe2017-11-0315-503/+1026
|\
| * nvme: comment typo fixed in clearing AERMinwoo Im2017-11-031-1/+1
| * nvme: Remove unused headersKeith Busch2017-11-011-4/+0
| * nvmet: fix fatal_err_work deadlockJames Smart2017-11-011-2/+14
| * nvme-fc: add dev_loss_tmo timeout and remoteport resume supportJames Smart2017-11-011-39/+239
| * nvme: allow controller RESETTING to RECONNECTING transitionJames Smart2017-11-011-0/+1
| * nvme-fc: check connectivity before initiating reconnectsJames Smart2017-11-011-7/+16
| * nvme-fc: add a dev_loss_tmo field to the remoteportJames Smart2017-11-012-2/+40
| * nvme-fc: change ctlr state assignments during reset/reconnectJames Smart2017-11-011-15/+13
| * nvme: flush reset_work before safely continuing with delete operationSagi Grimberg2017-11-012-1/+1
| * nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expireSagi Grimberg2017-11-011-1/+1
| * nvme: consolidate common code from ->reset_workChristoph Hellwig2017-11-014-21/+4
| * nvme-rdma: remove nvme_rdma_remove_ctrlChristoph Hellwig2017-11-011-10/+8
| * nvme: move controller deletion to common codeChristoph Hellwig2017-11-016-118/+62
| * nvme-fc: merge __nvme_fc_schedule_delete_work into __nvme_fc_del_ctrlChristoph Hellwig2017-11-011-14/+6
| * nvme-fc: avoid workqueue flush stallsJames Smart2017-11-011-1/+1
| * nvme-fc: remove NVME_FC_MAX_SEGMENTSJames Smart2017-10-272-6/+2
| * nvme-fc: add support for duplicate_connect optionJames Smart2017-10-271-0/+33
| * nvme-rdma: add support for duplicate_connect optionJames Smart2017-10-271-0/+82
| * nvme: add helper to compare options to controllerJames Smart2017-10-271-0/+12
| * nvme: add duplicate_connect optionJames Smart2017-10-272-1/+8
| * nvme: check for a live controller in nvme_dev_openChristoph Hellwig2017-10-271-1/+1
| * nvme: get rid of nvme_ctrl_listChristoph Hellwig2017-10-272-61/+18
| * nvme: switch controller refcounting to use struct deviceChristoph Hellwig2017-10-276-33/+39
| * nvme: simplify nvme_openChristoph Hellwig2017-10-271-30/+10
| * nvme: use kref_get_unless_zero in nvme_find_get_nsChristoph Hellwig2017-10-271-1/+2
| * nvme-rdma: Add debug message when reaches timeoutNitzan Carmi2017-10-231-0/+4
| * nvme-rdma: align nvme_rdma_device structureMax Gurtovoy2017-10-231-2/+2
| * nvme-fc: correct io timeout behaviorJames Smart2017-10-201-4/+10
| * nvme-fc: correct io termination handlingJames Smart2017-10-201-13/+18
| * nvme-pci: add SGL supportChaitanya Kulkarni2017-10-201-27/+187
| * nvme: use ida_simple_{get,remove} for the controller instanceChristoph Hellwig2017-10-201-33/+7
| * nvmet: Change max_nsid in subsystem due to ns_disable if neededRoy Shterman2017-10-201-0/+13
| * nvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin2017-10-191-0/+1