aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/fc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-21nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im1-1/+1
2019-06-21nvmet-fc: add transport discovery change event callback supportJames Smart1-0/+11
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy1-1/+1
2019-04-05nvmet-fc: use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva1-5/+2
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-02-20nvmet-fc: convert to SPDX identifiersChristoph Hellwig1-13/+1
2018-12-07nvmet-fc: remove the IN_ISR deferred scheduling optionsJames Smart1-64/+2
2018-10-17nvmet-fc: fix kernel-doc headersBart Van Assche1-3/+3
2018-10-01nvmet_fc: support target port removal with nvmet layerJames Smart1-8/+120
2018-10-01nvme-fc: fix for a minor typosMilan P. Gandhi1-1/+1
2018-07-24nvmet-fc: fix target sgl list on large transfersJames Smart1-9/+35
2018-05-25nvmet-fc: increase LS buffer count per fc portJames Smart1-1/+1
2018-03-26nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig1-2/+2
2018-03-26nvmet_fc: prevent new io rqsts in possible isr completionsJames Smart1-3/+16
2018-01-08nvmet-fc: cleanup nvmet add_port/remove_portJames Smart1-21/+3
2018-01-06nvmet/fc: Use sgl_alloc() and sgl_free()Bart Van Assche1-34/+2
2017-11-20nvmet-fc: correct ref counting error when deferred rcv usedJames Smart1-3/+6
2017-11-16nvmet_fc: fix better length checkingJames Smart1-2/+4
2017-11-10nvmet: better data length validationChristoph Hellwig1-20/+12
2017-11-01nvmet: fix fatal_err_work deadlockJames Smart1-2/+14
2017-09-25nvmet-fc: ensure target queue id within range.James Smart1-0/+3
2017-09-25nvmet-fc: on port remove call put outside lockJames Smart1-1/+5
2017-09-25nvmet-fc: fix failing max io queue connectionsJames Smart1-3/+3
2017-09-25nvmet-fc: remove use of FC-specific error codesJames Smart1-6/+3
2017-08-28nvmet-fc: simplify sg list handlingJames Smart1-38/+10
2017-08-17nvmet-fc: eliminate incorrect static markers on local variablesJames Smart1-2/+2
2017-08-16nvmet-fc: correct use after free on list teardownJames Smart1-2/+3
2017-08-10nvmet_fc: add defer_req callback for deferment of cmd buffer returnJames Smart1-28/+184
2017-07-25nvme-fc: revise TRADDR parsingJames Smart1-48/+53
2017-07-20nvmet-fc: fix byte swapping in nvmet_fc_ls_create_associationChristoph Hellwig1-4/+4
2017-07-10nvmet_fc: Accept variable pad lengths on Create Association LSJames Smart1-7/+13
2017-06-28nvmet_fc: fix crashes on bad opcodesJames Smart1-4/+6
2017-05-20nvmet-fc: remove target cpu scheduling flagJames Smart1-3/+1
2017-04-24nvmet-fc: properly endian swap sq_headChristoph Hellwig1-1/+1
2017-04-24nvmet-fc: mark the sqhd field as __le16Christoph Hellwig1-1/+1
2017-04-24nvmet-fc: fix endianess annoations for nvmet_fc_format_rsp_hdrChristoph Hellwig1-1/+1
2017-04-24nvmet-fc: mark nvmet_fc_handle_fcp_rqst staticChristoph Hellwig1-1/+1
2017-04-21nvmet_fc: Change traddr field separator to a colonJames Smart1-1/+1
2017-04-21nvmet_fc: add missing reference in add_portJames Smart1-0/+1
2017-04-21nvmet_fc: Rework target side abort handlingJames Smart1-54/+151
2017-04-21nvmet_fc: add req_release to lldd apiJames Smart1-2/+6
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsJames Smart1-3/+34
2017-04-04nvmet_fc: Clear SG list to avoid double freesJames Smart1-0/+2
2017-04-04nvmet_fc: Sync NVME LS reject reasons with specJames Smart1-7/+12
2017-02-22nvmet_fc: cleanup of abort flag processing in fcp_op_doneJames Smart1-5/+3
2017-01-26nvmet_fc: correct logic in disconnect queue LS handlingJames Smart1-14/+22
2016-12-06nvme-fabrics: Add target support for FC transportJames Smart1-0/+2288