summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-11-11block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche1-12/+30
2017-11-11ide, scsi: Tell the block layer at request allocation time about preempt requ...Bart Van Assche2-5/+5
2017-11-11nvmet: kill nvmet_inline_bio_initChristoph Hellwig1-14/+4
2017-11-11nvmet: better data length validationChristoph Hellwig5-25/+34
2017-11-11nvme-pci: avoid dereference of symbol from unloaded moduleMing Lei1-1/+2
2017-11-11nvme: send uevent for some asynchronous eventsKeith Busch2-0/+29
2017-11-11nvme: unexport starting async event workKeith Busch2-8/+1
2017-11-11nvme: remove handling of multiple AEN requestsKeith Busch6-40/+11
2017-11-11nvme-fc: remove unused "queue_size" fieldKeith Busch1-6/+3
2017-11-11nvme: centralize AEN definesKeith Busch6-58/+22
2017-11-11nvmet: remove redundant local variableSagi Grimberg1-9/+4
2017-11-11nvmet: remove redundant memset if failed to get_smart_log failedSagi Grimberg1-3/+1
2017-11-11nvme: fix eui_show() print formatJavier González1-1/+1
2017-11-11nvme: compare NQN string with right sizeJavier González1-1/+1
2017-11-11block: pass full fmode_t to blk_verify_commandChristoph Hellwig1-1/+1
2017-11-11nvmet: fix comment typos in admin-cmd.cMinwoo Im1-2/+2
2017-11-11nvme-rdma: fix nvme_rdma_create_queue_ib error flowMax Gurtovoy1-1/+1
2017-11-11nvmet-rdma: update queue list during ib_device removalIsrael Rukshin1-2/+4
2017-11-11lpfc: tie in to new dev_loss_tmo interface in nvme transportJames Smart1-0/+5
2017-11-11nvme-fc: decouple ns references from lldd referencesJames Smart1-6/+78
2017-11-11nvme-fc: fix localport resume using stale valuesJames Smart1-2/+10
2017-11-11nvme: check admin passthru command effectsKeith Busch2-0/+108
2017-11-11nvme: factor get log into a helperKeith Busch1-6/+13
2017-11-11nvme: fix and clarify the check for missing metadataChristoph Hellwig1-13/+18
2017-11-11nvme: split __nvme_revalidate_diskChristoph Hellwig1-23/+26
2017-11-11nvme: set the chunk size before freezing the queueChristoph Hellwig1-2/+3
2017-11-11nvme: don't pass struct nvme_ns to nvme_config_discardChristoph Hellwig1-16/+17
2017-11-11nvme: don't pass struct nvme_ns to nvme_init_integrityChristoph Hellwig1-7/+7
2017-11-11nvme: always unregister the integrity profile in __nvme_revalidate_diskChristoph Hellwig1-30/+10
2017-11-11nvme: move the dying queue check from cancel to completionChristoph Hellwig1-6/+3
2017-11-07nbd: don't start req until after the dead connection logicJosef Bacik1-13/+7
2017-11-07nbd: wait uninterruptible for the dead timeoutJosef Bacik1-3/+3
2017-11-04blk-mq: don't handle failure in .get_budgetMing Lei1-8/+3
2017-11-04SCSI: don't get target/host busy_count in scsi_mq_get_budget()Ming Lei1-16/+13
2017-11-03cdrom: hide CONFIG_CDROM menu selectionJens Axboe1-8/+1
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig1-1/+1
2017-11-03Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe12-491/+1008
2017-11-03nvme: comment typo fixed in clearing AERMinwoo Im1-1/+1
2017-11-02skd: use ktime_get_real_seconds()Arnd Bergmann1-1/+2
2017-11-02block: fix CDROM dependency on BLK_DEVArnd Bergmann2-1/+2
2017-11-01nvme: Remove unused headersKeith Busch1-4/+0
2017-11-01nvmet: fix fatal_err_work deadlockJames Smart1-2/+14
2017-11-01nvme-fc: add dev_loss_tmo timeout and remoteport resume supportJames Smart1-39/+239
2017-11-01nvme: allow controller RESETTING to RECONNECTING transitionJames Smart1-0/+1
2017-11-01nvme-fc: check connectivity before initiating reconnectsJames Smart1-7/+16
2017-11-01nvme-fc: add a dev_loss_tmo field to the remoteportJames Smart1-0/+31
2017-11-01nvme-fc: change ctlr state assignments during reset/reconnectJames Smart1-15/+13
2017-11-01nvme: flush reset_work before safely continuing with delete operationSagi Grimberg2-1/+1
2017-11-01nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expireSagi Grimberg1-1/+1
2017-11-01nvme: consolidate common code from ->reset_workChristoph Hellwig4-21/+4