aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 19-899/+2474
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-15/+15
2017-11-11nvme: fix visibility of "uuid" ns attributeGravatar Martin Wilck 1-1/+1
2017-11-10nvme: expose subsys attribute to sysfsGravatar Hannes Reinecke 1-0/+48
2017-11-10nvme: create 'slaves' and 'holders' entries for hidden controllersGravatar Hannes Reinecke 3-0/+40
2017-11-10nvme: also expose the namespace identification sysfs files for mpath nodesGravatar Christoph Hellwig 3-26/+38
2017-11-10nvme: implement multipath access to nvme subsystemsGravatar Christoph Hellwig 5-14/+455
2017-11-10nvme: track shared namespacesGravatar Christoph Hellwig 3-50/+210
2017-11-10nvme: introduce a nvme_ns_ids structureGravatar Christoph Hellwig 2-34/+49
2017-11-10nvme: track subsystemsGravatar Christoph Hellwig 3-36/+205
2017-11-10block, nvme: Introduce blk_mq_req_flags_tGravatar Bart Van Assche 2-4/+6
2017-11-10nvmet: kill nvmet_inline_bio_initGravatar Christoph Hellwig 1-14/+4
2017-11-10nvmet: better data length validationGravatar Christoph Hellwig 5-25/+34
2017-11-10nvme-pci: avoid dereference of symbol from unloaded moduleGravatar Ming Lei 1-1/+2
2017-11-10nvme: send uevent for some asynchronous eventsGravatar Keith Busch 2-0/+29
2017-11-10nvme: unexport starting async event workGravatar Keith Busch 2-8/+1
2017-11-10nvme: remove handling of multiple AEN requestsGravatar Keith Busch 6-40/+11
2017-11-10nvme-fc: remove unused "queue_size" fieldGravatar Keith Busch 1-6/+3
2017-11-10nvme: centralize AEN definesGravatar Keith Busch 6-58/+22
2017-11-10nvmet: remove redundant local variableGravatar Sagi Grimberg 1-9/+4
2017-11-10nvmet: remove redundant memset if failed to get_smart_log failedGravatar Sagi Grimberg 1-3/+1
2017-11-10nvme: fix eui_show() print formatGravatar Javier González 1-1/+1
2017-11-10nvme: compare NQN string with right sizeGravatar Javier González 1-1/+1
2017-11-10nvmet: fix comment typos in admin-cmd.cGravatar Minwoo Im 1-2/+2
2017-11-10nvme-rdma: fix nvme_rdma_create_queue_ib error flowGravatar Max Gurtovoy 1-1/+1
2017-11-10nvmet-rdma: update queue list during ib_device removalGravatar Israel Rukshin 1-2/+4
2017-11-10nvme-fc: decouple ns references from lldd referencesGravatar James Smart 1-6/+78
2017-11-10nvme-fc: fix localport resume using stale valuesGravatar James Smart 1-2/+10
2017-11-10nvme: check admin passthru command effectsGravatar Keith Busch 2-0/+108
2017-11-10nvme: factor get log into a helperGravatar Keith Busch 1-6/+13
2017-11-10nvme: fix and clarify the check for missing metadataGravatar Christoph Hellwig 1-13/+18
2017-11-10nvme: split __nvme_revalidate_diskGravatar Christoph Hellwig 1-23/+26
2017-11-10nvme: set the chunk size before freezing the queueGravatar Christoph Hellwig 1-2/+3
2017-11-10nvme: don't pass struct nvme_ns to nvme_config_discardGravatar Christoph Hellwig 1-16/+17
2017-11-10nvme: don't pass struct nvme_ns to nvme_init_integrityGravatar Christoph Hellwig 1-7/+7
2017-11-10nvme: always unregister the integrity profile in __nvme_revalidate_diskGravatar Christoph Hellwig 1-30/+10
2017-11-10nvme: move the dying queue check from cancel to completionGravatar Christoph Hellwig 1-6/+3
2017-11-03block: add a poll_fn callback to struct request_queueGravatar Christoph Hellwig 1-1/+1
2017-11-03Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockGravatar Jens Axboe 12-491/+1008
2017-11-03nvme: comment typo fixed in clearing AERGravatar Minwoo Im 1-1/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-11-01nvme: Remove unused headersGravatar Keith Busch 1-4/+0
2017-11-01nvmet: fix fatal_err_work deadlockGravatar James Smart 1-2/+14
2017-11-01nvme-fc: add dev_loss_tmo timeout and remoteport resume supportGravatar James Smart 1-39/+239
2017-11-01nvme: allow controller RESETTING to RECONNECTING transitionGravatar James Smart 1-0/+1
2017-11-01nvme-fc: check connectivity before initiating reconnectsGravatar James Smart 1-7/+16
2017-11-01nvme-fc: add a dev_loss_tmo field to the remoteportGravatar James Smart 1-0/+31
2017-11-01nvme-fc: change ctlr state assignments during reset/reconnectGravatar James Smart 1-15/+13
2017-11-01nvme: flush reset_work before safely continuing with delete operationGravatar Sagi Grimberg 2-1/+1