summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2019-07-26nvme-pci: adjust irq max_vector using num_possible_cpus()Minwoo Im1-1/+5
2019-07-26nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni1-2/+5
2019-07-26nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im1-0/+1
2019-07-26nvme: fix possible io failures when removing multipathed nsAnton Eidelman1-6/+8
2019-06-25nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee1-1/+2
2019-06-25nvmet: fix data_len to 0 for bdev-backed write_zeroesMinwoo Im1-0/+1
2019-06-22nvme-tcp: fix queue mapping when queue count is limitedSagi Grimberg1-7/+50
2019-06-22nvme-tcp: fix possible null deref on a timed out io queue connectSagi Grimberg1-1/+2
2019-06-22nvme-tcp: rename function to have nvme_tcp prefixSagi Grimberg1-6/+4
2019-06-19nvme-pci: use blk-mq mapping for unmanaged irqsKeith Busch1-1/+1
2019-06-19nvme: fix memory leak for power latency toleranceYufen Yu1-0/+1
2019-06-19nvme: release namespace SRCU protection before performing controller ioctlsChristoph Hellwig1-5/+20
2019-06-19nvme: merge nvme_ns_ioctl into nvme_ioctlChristoph Hellwig1-23/+24
2019-06-19nvme: remove the ifdef around nvme_nvm_ioctlChristoph Hellwig1-2/+0
2019-06-19nvme: fix srcu locking on error return in nvme_get_ns_from_diskChristoph Hellwig1-4/+9
2019-06-19nvme-pci: Fix controller freeze wait disablingKeith Busch1-6/+6
2019-06-15nvme-pci: shutdown on timeout during deletionKeith Busch1-1/+4
2019-06-15nvme-pci: unquiesce admin queue on shutdownKeith Busch1-1/+4
2019-06-11nvme-rdma: fix queue mapping when queue count is limitedSagi Grimberg1-38/+61
2019-05-31nvme-tcp: fix a NULL deref when an admin connect times outSagi Grimberg1-2/+6
2019-05-31nvme-rdma: fix a NULL deref when an admin connect times outSagi Grimberg1-4/+6
2019-05-31nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg1-1/+6
2019-04-11nvmet: fix discover log page when offsets are usedKeith Busch3-23/+51
2019-04-11nvme-fc: correct csn initialization and increments on errorJames Smart1-5/+15
2019-04-10nvme: cancel request synchronouslyMing Lei1-1/+1
2019-03-28nvmet: fix error flow during ns enableMax Gurtovoy1-2/+2
2019-03-28nvmet: fix building bvec from sg listMing Lei1-10/+10
2019-03-28nvme-multipath: relax ANA state checkMartin George1-4/+1
2019-03-28nvme-tcp: fix an endianess miss-annotationChristoph Hellwig1-1/+1
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds11-77/+115
2019-03-13nvme-tcp: support C2HData with SUCCESS flagSagi Grimberg1-4/+28
2019-03-13nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig2-5/+5
2019-03-13nvme: add proper write zeroes setup for the multipath deviceChristoph Hellwig1-3/+3
2019-03-13nvme: add proper discard setup for the multipath deviceChristoph Hellwig1-3/+3
2019-03-13nvme: remove nvme_ns_config_oncsChristoph Hellwig1-7/+3
2019-03-13nvme: disable Write Zeroes for qemu controllersChristoph Hellwig3-2/+9
2019-03-13nvmet-fc: bring Disconnect into compliance with FC-NVME specJames Smart1-31/+2
2019-03-13nvmet-fc: fix issues with targetport assoc_list list walkingJames Smart1-5/+4
2019-03-13nvme-fc: reject reconnect if io queue count is reduced to zeroJames Smart1-0/+12
2019-03-13nvme-fc: fix numa_node when dev is nullJames Smart1-1/+4
2019-03-13nvme-fc: use nr_phys_segments to determine existence of sglJames Smart1-4/+15
2019-03-13nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu1-10/+10
2019-03-13nvme: update comment to make the code easier to readYufen Yu1-2/+2
2019-03-13nvme: put ns_head ref if namespace fails allocationSagi Grimberg1-0/+1
2019-03-13nvme-trace: fix cdw10 buffer overrunKeith Busch1-1/+1
2019-03-13nvme: don't warn on block content change effectsKeith Busch1-1/+1
2019-03-13nvme: add get-feature to admin cmds tracerMax Gurtovoy1-0/+14
2019-03-09Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds24-260/+219
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-78/+39
2019-02-21nvme-rdma: use nr_phys_segments when map rq to sglChaitanya Kulkarni1-2/+2