summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-0214-511/+1627
|\
| * nvmet: cleanups the loop in nvmet_async_events_processDavid Milburn2020-05-271-9/+6
| * nvmet: fix memory leak when removing namespaces and controllers concurrentlySagi Grimberg2020-05-271-9/+6
| * nvmet-rdma: add metadata/T10-PI supportIsrael Rukshin2020-05-271-19/+215
| * nvmet: add metadata support for block devicesIsrael Rukshin2020-05-274-32/+161
| * nvmet: add metadata/T10-PI supportIsrael Rukshin2020-05-275-10/+121
| * nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin2020-05-277-25/+25
| * nvmet: rename nvmet_rw_len to nvmet_rw_data_lenIsrael Rukshin2020-05-273-3/+3
| * nvmet: add metadata characteristics for a namespaceIsrael Rukshin2020-05-273-0/+26
| * nvmet: revalidate-ns & generate AEN from configfsChaitanya Kulkarni2020-05-271-0/+26
| * nvmet: generate AEN for ns revalidate size changeChaitanya Kulkarni2020-05-271-0/+5
| * nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni2020-05-273-4/+10
| * nvmet: add async event tracing supportChaitanya Kulkarni2020-05-272-0/+29
| * nvmet-tcp: move send/recv error handling in the send/recv methods instead of ...Sagi Grimberg2020-05-271-19/+24
| * nvmet-tcp: set MSG_EOR if we send last payload in the batchSagi Grimberg2020-05-271-0/+2
| * nvmet-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to sendSagi Grimberg2020-05-271-4/+4
| * nvmet: mark nvmet_ana_state staticChristoph Hellwig2020-05-271-1/+1
| * nvmet: replace kstrndup() with kmemdup_nul()Chen Zhou2020-05-271-2/+2
| * nvmet: align addrfam list to specChaitanya Kulkarni2020-05-091-6/+8
| * nvmet: centralize port enable access for configfsChaitanya Kulkarni2020-05-091-28/+16
| * nvmet: use type-name map for address treqChaitanya Kulkarni2020-05-091-22/+26
| * nvmet: use type-name map for ana statesChaitanya Kulkarni2020-05-091-12/+8
| * nvmet: use type-name map for address familyChaitanya Kulkarni2020-05-091-24/+27
| * nvmet: add generic type-name mappingChaitanya Kulkarni2020-05-091-9/+10
| * nvmet: add ns revalidation supportAnthony Iliopoulos2020-05-094-4/+25
| * 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-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
| * nvmet-fc: Update target for common definitions for LS handlingJames Smart2020-05-091-26/+2
| * nvme-fc: Ensure private pointers are NULL if no dataJames Smart2020-05-091-1/+4
| * nvmet-fc: Better size LS buffersJames Smart2020-05-091-30/+23
| * nvme-fc nvmet-fc: refactor for common LS definitionsJames Smart2020-05-091-106/+9
| * nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart2020-05-092-30/+67
* | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
|/
* Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-104-95/+199
|\
| * 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-041-1/+0
| * 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
| * nvmet-fc: fix typo in commentJames Smart2020-03-311-1/+1
| * nvme-fcloop: fix deallocation of working contextJames Smart2020-03-311-24/+52
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-021-6/+0
|\ \ | |/ |/|
| * scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche2020-03-161-6/+0
* | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-307-23/+230
|\ \