aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2018-03-26nvme: change namespaces_mutext to namespaces_rwsemGravatar Jianchao Wang 3-35/+35
2018-03-26nvme: fix the dangerous reference of namespaces listGravatar Jianchao Wang 1-2/+14
2018-03-26nvme-pci: quiesce IO queues prior to disabling device HMB accessesGravatar Jianchao Wang 1-5/+4
2018-03-26nvme: Add fault injection featureGravatar Thomas Tai 4-0/+109
2018-03-26nvme: use define instead of magic value for identify sizeGravatar Minwoo Im 1-2/+3
2018-03-26nvmet: don't return "any" ip address in discovery log pageGravatar Sagi Grimberg 3-3/+47
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Gravatar Bart Van Assche 2-3/+3
2018-03-08nvme_fc: rework sqsize handlingGravatar James Smart 1-10/+17
2018-03-08nvme-fabrics: Ignore nr_io_queues option for discovery controllersGravatar Roland Dreier 1-0/+5
2018-03-07Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"Gravatar Christoph Hellwig 3-40/+0
2018-03-01nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectorsGravatar Ming Lei 1-1/+1
2018-03-01nvme-pci: Fix EEH failure on ppcGravatar Wen Xiong 1-6/+7
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Gravatar Bart Van Assche 1-1/+1
2018-02-28Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusGravatar Jens Axboe 7-23/+28
2018-02-28nvmet: fix PSDT field check in command formatGravatar Max Gurtovoy 1-3/+6
2018-02-28nvme-multipath: fix sysfs dangerously created linksGravatar Baegjae Sung 2-14/+13
2018-02-26nvme-pci: Fix nvme queue cleanup if IRQ setup failsGravatar Jianchao Wang 1-1/+4
2018-02-22nvmet-loop: use blk_rq_payload_bytes for sgl selectionGravatar Christoph Hellwig 1-2/+2
2018-02-22nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytesGravatar Christoph Hellwig 1-2/+2
2018-02-22nvme-fabrics: don't check for non-NULL module in nvmf_register_transportGravatar Christoph Hellwig 1-1/+1
2018-02-14nvme-rdma: fix sysfs invoked reset_ctrl error flowGravatar Nitzan Carmi 2-6/+7
2018-02-14nvmet: Change return code of discard command if not supportedGravatar Israel Rukshin 1-2/+5
2018-02-13nvme-pci: Fix timeouts in connecting stateGravatar Keith Busch 1-1/+5
2018-02-13nvme-pci: Remap CMB SQ entries on every controller resetGravatar Keith Busch 1-11/+14
2018-02-13nvme: fix the deadlock in nvme_update_formatsGravatar Jianchao Wang 1-3/+8
2018-02-12nvme: Don't use a stack buffer for keep-alive commandGravatar Roland Dreier 2-5/+4
2018-02-11nvme_fc: cleanup io completionGravatar James Smart 1-51/+12
2018-02-11nvme_fc: correct abort race condition on resetsGravatar James Smart 1-72/+26
2018-02-08nvme: Fix discard buffer overrunGravatar Keith Busch 1-3/+5
2018-02-08nvme: delete NVME_CTRL_LIVE --> NVME_CTRL_CONNECTING transitionGravatar Max Gurtovoy 1-1/+0
2018-02-08nvme-rdma: use NVME_CTRL_CONNECTING state to mark init processGravatar Max Gurtovoy 2-0/+4
2018-02-08nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGGravatar Max Gurtovoy 6-24/+25
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+2
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+5
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEGravatar Ming Lei 1-10/+2
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 19-499/+833
2018-01-26nvme: add tracepoint for nvme_complete_rqGravatar Johannes Thumshirn 2-0/+27
2018-01-26nvme: add tracepoint for nvme_setup_cmdGravatar Johannes Thumshirn 4-0/+281
2018-01-26nvme-pci: introduce RECONNECTING state to mark initializing procedureGravatar Jianchao Wang 2-3/+18
2018-01-25nvme-rdma: remove redundant boolean for inline_dataGravatar Max Gurtovoy 1-3/+0
2018-01-25nvme: don't free uuid pointer before printing itGravatar Johannes Thumshirn 1-1/+2
2018-01-25nvme-pci: Suspend queues after deleting themGravatar Keith Busch 1-19/+8
2018-01-23nvme-pci: Fix queue double allocationsGravatar Keith Busch 1-0/+3
2018-01-17nvme-pci: take sglist coalescing in dma_map_sg into accountGravatar Christoph Hellwig 1-12/+9
2018-01-17nvme-pci: check segement valid for SGL useGravatar Keith Busch 1-2/+5
2018-01-17nvme-pci: clean up SMBSZ bit definitionsGravatar Christoph Hellwig 1-6/+17
2018-01-17nvme-pci: clean up CMB initializationGravatar Christoph Hellwig 1-27/+14
2018-01-17nvme-fc: correct hang in nvme_ns_remove()Gravatar James Smart 1-0/+3
2018-01-17nvme-fc: fix rogue admin cmds stalling teardownGravatar James Smart 1-0/+3
2018-01-15nvmet: release a ns reference in nvmet_req_uninit if neededGravatar Sagi Grimberg 1-0/+3