summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2020-06-12Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+22
2020-06-11nvmet: fail outstanding host posted AEN reqChaitanya Kulkarni1-7/+20
2020-06-11nvmet-tcp: constify nvmet_tcp_opsMax Gurtovoy1-2/+2
2020-06-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+3
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-44/+10
2020-06-03Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds14-511/+1627
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig1-8/+2
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-10/+2
2020-05-28net: add sock_set_priorityChristoph Hellwig1-14/+4
2020-05-28net: add sock_no_lingerChristoph Hellwig1-5/+1
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig1-7/+1
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky1-1/+3
2020-05-27nvmet: cleanups the loop in nvmet_async_events_processDavid Milburn1-9/+6
2020-05-27nvmet: fix memory leak when removing namespaces and controllers concurrentlySagi Grimberg1-9/+6
2020-05-27nvmet-rdma: add metadata/T10-PI supportIsrael Rukshin1-19/+215
2020-05-27nvmet: add metadata support for block devicesIsrael Rukshin4-32/+161
2020-05-27nvmet: add metadata/T10-PI supportIsrael Rukshin5-10/+121
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin7-25/+25
2020-05-27nvmet: rename nvmet_rw_len to nvmet_rw_data_lenIsrael Rukshin3-3/+3
2020-05-27nvmet: add metadata characteristics for a namespaceIsrael Rukshin3-0/+26
2020-05-27nvmet: revalidate-ns & generate AEN from configfsChaitanya Kulkarni1-0/+26
2020-05-27nvmet: generate AEN for ns revalidate size changeChaitanya Kulkarni1-0/+5
2020-05-27nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni3-4/+10
2020-05-27nvmet: add async event tracing supportChaitanya Kulkarni2-0/+29
2020-05-27nvmet-tcp: move send/recv error handling in the send/recv methods instead of ...Sagi Grimberg1-19/+24
2020-05-27nvmet-tcp: set MSG_EOR if we send last payload in the batchSagi Grimberg1-0/+2
2020-05-27nvmet-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to sendSagi Grimberg1-4/+4
2020-05-27nvmet: mark nvmet_ana_state staticChristoph Hellwig1-1/+1
2020-05-27nvmet: replace kstrndup() with kmemdup_nul()Chen Zhou1-2/+2
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2020-05-10nvmet: align addrfam list to specChaitanya Kulkarni1-6/+8
2020-05-10nvmet: centralize port enable access for configfsChaitanya Kulkarni1-28/+16
2020-05-10nvmet: use type-name map for address treqChaitanya Kulkarni1-22/+26
2020-05-10nvmet: use type-name map for ana statesChaitanya Kulkarni1-12/+8
2020-05-10nvmet: use type-name map for address familyChaitanya Kulkarni1-24/+27
2020-05-10nvmet: add generic type-name mappingChaitanya Kulkarni1-9/+10
2020-05-10nvmet: add ns revalidation supportAnthony Iliopoulos4-4/+25
2020-05-10nvmet-fc: slight cleanup for kbuild test warningsJames Smart1-3/+4
2020-05-10nvmet-rdma: use SRQ per completion vectorMax Gurtovoy1-42/+136
2020-05-10nvme-fcloop: add target to host LS request supportJames Smart1-12/+118
2020-05-10nvme-fcloop: refactor to enable target to host LSJames Smart1-6/+13
2020-05-10nvmet-fc: Add Disconnect Association Xmt supportJames Smart1-10/+286
2020-05-10nvmet-fc: rename ls_list to ls_rcv_listJames Smart1-11/+11
2020-05-10nvmet-fc: track hostport handle for associationsJames Smart1-7/+170
2020-05-10nvmet-fc: perform small cleanups on unneeded checksJames Smart1-8/+5
2020-05-10nvmet-fc: add LS failure messagesJames Smart1-3/+19
2020-05-10nvmet-fc: Update target for common definitions for LS handlingJames Smart1-26/+2
2020-05-10nvme-fc: Ensure private pointers are NULL if no dataJames Smart1-1/+4
2020-05-10nvmet-fc: Better size LS buffersJames Smart1-30/+23
2020-05-10nvme-fc nvmet-fc: refactor for common LS definitionsJames Smart1-106/+9