summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/fc.c
Commit message (Expand)AuthorAgeFilesLines
* nvmet-fc: fix kernel-doc headersBart Van Assche2018-10-171-3/+3
* nvmet_fc: support target port removal with nvmet layerJames Smart2018-10-011-8/+120
* nvme-fc: fix for a minor typosMilan P. Gandhi2018-10-011-1/+1
* nvmet-fc: fix target sgl list on large transfersJames Smart2018-07-241-9/+35
* nvmet-fc: increase LS buffer count per fc portJames Smart2018-05-251-1/+1
* nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig2018-03-261-2/+2
* nvmet_fc: prevent new io rqsts in possible isr completionsJames Smart2018-03-261-3/+16
* nvmet-fc: cleanup nvmet add_port/remove_portJames Smart2018-01-081-21/+3
* nvmet/fc: Use sgl_alloc() and sgl_free()Bart Van Assche2018-01-061-34/+2
* nvmet-fc: correct ref counting error when deferred rcv usedJames Smart2017-11-201-3/+6
* nvmet_fc: fix better length checkingJames Smart2017-11-161-2/+4
* nvmet: better data length validationChristoph Hellwig2017-11-101-20/+12
* nvmet: fix fatal_err_work deadlockJames Smart2017-11-011-2/+14
* nvmet-fc: ensure target queue id within range.James Smart2017-09-251-0/+3
* nvmet-fc: on port remove call put outside lockJames Smart2017-09-251-1/+5
* nvmet-fc: fix failing max io queue connectionsJames Smart2017-09-251-3/+3
* nvmet-fc: remove use of FC-specific error codesJames Smart2017-09-251-6/+3
* nvmet-fc: simplify sg list handlingJames Smart2017-08-281-38/+10
* nvmet-fc: eliminate incorrect static markers on local variablesJames Smart2017-08-171-2/+2
* nvmet-fc: correct use after free on list teardownJames Smart2017-08-161-2/+3
* nvmet_fc: add defer_req callback for deferment of cmd buffer returnJames Smart2017-08-101-28/+184
* nvme-fc: revise TRADDR parsingJames Smart2017-07-251-48/+53
* nvmet-fc: fix byte swapping in nvmet_fc_ls_create_associationChristoph Hellwig2017-07-201-4/+4
* nvmet_fc: Accept variable pad lengths on Create Association LSJames Smart2017-07-101-7/+13
* nvmet_fc: fix crashes on bad opcodesJames Smart2017-06-281-4/+6
* nvmet-fc: remove target cpu scheduling flagJames Smart2017-05-201-3/+1
* nvmet-fc: properly endian swap sq_headChristoph Hellwig2017-04-241-1/+1
* nvmet-fc: mark the sqhd field as __le16Christoph Hellwig2017-04-241-1/+1
* nvmet-fc: fix endianess annoations for nvmet_fc_format_rsp_hdrChristoph Hellwig2017-04-241-1/+1
* nvmet-fc: mark nvmet_fc_handle_fcp_rqst staticChristoph Hellwig2017-04-241-1/+1
* nvmet_fc: Change traddr field separator to a colonJames Smart2017-04-211-1/+1
* nvmet_fc: add missing reference in add_portJames Smart2017-04-211-0/+1
* nvmet_fc: Rework target side abort handlingJames Smart2017-04-211-54/+151
* nvmet_fc: add req_release to lldd apiJames Smart2017-04-211-2/+6
* nvmet_fc: add target feature flags for upcall isr contextsJames Smart2017-04-211-3/+34
* nvmet_fc: Clear SG list to avoid double freesJames Smart2017-04-041-0/+2
* nvmet_fc: Sync NVME LS reject reasons with specJames Smart2017-04-041-7/+12
* nvmet_fc: cleanup of abort flag processing in fcp_op_doneJames Smart2017-02-221-5/+3
* nvmet_fc: correct logic in disconnect queue LS handlingJames Smart2017-01-261-14/+22
* nvme-fabrics: Add target support for FC transportJames Smart2016-12-061-0/+2288
OpenPOWER on IntegriCloud