summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | nvme-tcp: rename function to have nvme_tcp prefixSagi Grimberg2019-04-251-6/+4Star
| * | nvme-rdma: fix a NULL deref when an admin connect times outSagi Grimberg2019-04-251-4/+6
| * | nvme-tcp: fix a NULL deref when an admin connect times outSagi Grimberg2019-04-251-2/+6
| * | nvmet-tcp: don't fail maxr2t greater than 1Sagi Grimberg2019-04-251-6/+0Star
| * | nvmet-file: clamp-down file namespace lba_shiftSagi Grimberg2019-04-251-1/+6
| * | nvmet: include <linux/scatterlist.h>Enrico Weigelt, metux IT consult2019-04-252-0/+2
| * | nvmet: return a specified error it subsys_alloc failsMinwoo Im2019-04-253-7/+7
| * | nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy2019-04-257-38/+38
| * | nvmet-rdma: remove p2p_client initialization from fast-pathMax Gurtovoy2019-04-251-2/+1Star
| * | Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-225-29/+67
| |\ \
| * | | nvme: log the error status on Identify Namespace failureKenneth Heitke2019-04-051-1/+1
| * | | nvmet: add safety check for subsystem lock during nvmet_ns_changedMax Gurtovoy2019-04-051-0/+2
| * | | nvmet: never fail double namespace enablementMax Gurtovoy2019-04-051-3/+4
| * | | nvme-pci: tidy up nvme_map_dataChristoph Hellwig2019-04-051-12/+5Star
| * | | nvme-pci: optimize mapping single segment requests using SGLsChristoph Hellwig2019-04-051-0/+22
| * | | nvme-pci: optimize mapping of small single segment requestsChristoph Hellwig2019-04-051-5/+40
| * | | nvme-pci: remove the inline scatterlist optimizationChristoph Hellwig2019-04-051-32/+6Star
| * | | nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_dataChristoph Hellwig2019-04-051-21/+27
| * | | nvme-pci: do not build a scatterlist to map metadataChristoph Hellwig2019-04-051-13/+10Star
| * | | nvme-pci: only call nvme_unmap_data for requests transferring dataChristoph Hellwig2019-04-051-1/+2
| * | | nvme-pci: merge nvme_free_iod into nvme_unmap_dataChristoph Hellwig2019-04-051-27/+17Star
| * | | nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_dataChristoph Hellwig2019-04-051-1/+1
| * | | nvme-pci: remove nvme_init_iodChristoph Hellwig2019-04-051-34/+22Star
| * | | nvme-pci: remove unused nvme_iod memberKeith Busch2019-04-051-2/+0Star
| * | | nvme-pci: remove q_dmadev from nvme_queueKeith Busch2019-04-051-5/+3Star
| * | | nvme-pci: use a flag for polled queuesKeith Busch2019-04-051-20/+13Star
| * | | nvmet-tcp: implement C2HData SUCCESS optimizationSagi Grimberg2019-04-051-3/+21
| * | | nvmet-fc: use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva2019-04-051-5/+2Star
| * | | nvmet: avoid double errno conversionsChristoph Hellwig2019-04-051-4/+2Star
| * | | nvme: avoid double dereference to convert le to cpuMax Gurtovoy2019-04-051-2/+2
* | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-04-181-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney2019-03-261-1/+1
| | |/ | |/|
* | | nvmet: fix discover log page when offsets are usedKeith Busch2019-04-113-23/+51
* | | nvme-fc: correct csn initialization and increments on errorJames Smart2019-04-111-5/+15
* | | nvme: cancel request synchronouslyMing Lei2019-04-101-1/+1
| |/ |/|
* | nvmet: fix error flow during ns enableMax Gurtovoy2019-03-281-2/+2
* | nvmet: fix building bvec from sg listMing Lei2019-03-281-10/+10
* | nvme-multipath: relax ANA state checkMartin George2019-03-281-4/+1Star
* | nvme-tcp: fix an endianess miss-annotationChristoph Hellwig2019-03-281-1/+1
|/
* Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-1611-77/+115
|\
| * nvme-tcp: support C2HData with SUCCESS flagSagi Grimberg2019-03-131-4/+28
| * nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig2019-03-132-5/+5
| * nvme: add proper write zeroes setup for the multipath deviceChristoph Hellwig2019-03-131-3/+3
| * nvme: add proper discard setup for the multipath deviceChristoph Hellwig2019-03-131-3/+3
| * nvme: remove nvme_ns_config_oncsChristoph Hellwig2019-03-131-7/+3Star
| * nvme: disable Write Zeroes for qemu controllersChristoph Hellwig2019-03-133-2/+9
| * nvmet-fc: bring Disconnect into compliance with FC-NVME specJames Smart2019-03-131-31/+2Star
| * nvmet-fc: fix issues with targetport assoc_list list walkingJames Smart2019-03-131-5/+4Star
| * nvme-fc: reject reconnect if io queue count is reduced to zeroJames Smart2019-03-131-0/+12
| * nvme-fc: fix numa_node when dev is nullJames Smart2019-03-131-1/+4