summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | | nvmet-fc: slight cleanup for kbuild test warningsJames Smart2020-05-091-3/+4
| * | | nvmet-rdma: use SRQ per completion vectorMax Gurtovoy2020-05-091-42/+136
| * | | nvme: remove unused parameterKeith Busch2020-05-091-3/+2
| * | | nvme: provide num dword helperKeith Busch2020-05-092-2/+10
| * | | nvme-fcloop: add target to host LS request supportJames Smart2020-05-091-12/+118
| * | | nvme-fcloop: refactor to enable target to host LSJames Smart2020-05-091-6/+13
| * | | nvmet-fc: Add Disconnect Association Xmt supportJames Smart2020-05-091-10/+286
| * | | nvmet-fc: rename ls_list to ls_rcv_listJames Smart2020-05-091-11/+11
| * | | nvmet-fc: track hostport handle for associationsJames Smart2020-05-091-7/+170
| * | | nvmet-fc: perform small cleanups on unneeded checksJames Smart2020-05-091-8/+5
| * | | nvmet-fc: add LS failure messagesJames Smart2020-05-091-3/+19
| * | | nvme-fc: Add Disconnect Association Rcv supportJames Smart2020-05-091-4/+359
| * | | nvmet-fc: Update target for common definitions for LS handlingJames Smart2020-05-091-26/+2
| * | | nvme-fc: Update header and host for common definitions for LS handlingJames Smart2020-05-092-23/+81
| * | | nvme-fc: convert assoc_active flag to bit opJames Smart2020-05-091-24/+13
| * | | nvme-fc: Ensure private pointers are NULL if no dataJames Smart2020-05-092-32/+54
| * | | nvmet-fc: Better size LS buffersJames Smart2020-05-092-30/+38
| * | | nvme-fc nvmet-fc: refactor for common LS definitionsJames Smart2020-05-093-141/+143
| * | | nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart2020-05-093-30/+102
* | | | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-022-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | nvme: force complete cancelled requestsKeith Busch2020-05-291-1/+1
| * | | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
| |/ /
* | / nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()Dongli Zhang2020-05-271-4/+7
| |/ |/|
* | nvme-pci: dma read memory barrier for completionsKeith Busch2020-05-121-0/+5
|/
* nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg2020-05-091-1/+1
* nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan2020-05-091-1/+5
* nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel2020-04-271-0/+2
* Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-109-124/+242
|\
| * nvmet-rdma: fix double free of rdma queueIsrael Rukshin2020-04-071-12/+18
| * nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-042-13/+2
| * nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg2020-04-041-2/+2
| * nvmet-rdma: fix bonding failover possible NULL derefSagi Grimberg2020-04-041-56/+119
| * nvmet: fix NULL dereference when removing a referralSagi Grimberg2020-04-021-1/+9
| * nvme: inherit stable pages constraint in the mpath stack deviceSagi Grimberg2020-04-021-0/+7
| * nvme-tcp: fix possible crash in recv error flowSagi Grimberg2020-04-011-1/+1
| * nvme-tcp: don't poll a non-live queueSagi Grimberg2020-03-311-0/+3
| * nvme-tcp: fix possible crash in write_zeroes processingSagi Grimberg2020-03-311-6/+7
| * nvmet-fc: fix typo in commentJames Smart2020-03-311-1/+1
| * nvme-rdma: Replace comma with a semicolonIsrael Rukshin2020-03-311-1/+1
| * nvme-fcloop: fix deallocation of working contextJames Smart2020-03-311-24/+52
| * nvme: fix compat address handling in several ioctlsNick Bowler2020-03-311-7/+20
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-022-14/+0
|\ \ | |/ |/|
| * scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche2020-03-162-14/+0
* | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-3016-235/+533
|\ \
| * | nvme: cleanup namespace identifier reporting in nvme_init_ns_headChristoph Hellwig2020-03-261-12/+10
| * | nvme: rename __nvme_find_ns_head to nvme_find_ns_headChristoph Hellwig2020-03-261-2/+2
| * | nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig2020-03-261-15/+13
| * | nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrlIsrael Rukshin2020-03-261-1/+6
| * | nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrlIsrael Rukshin2020-03-261-1/+6
| * | nvme: Fix controller creation races with teardown flowIsrael Rukshin2020-03-262-0/+6