summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* target/tcm_fc: Limit to 1 TPG per wwnAndy Grover2014-04-112-11/+12
* target/tcm_fc: Don't export ft_lport_listAndy Grover2014-04-112-2/+1
* target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover2014-04-111-0/+1
* target: Add check to prevent Abort Task from aborting itselfAlex Leung2014-04-111-0/+5
* target: Enable READ_STRIP emulation in target_complete_ok_workNicholas Bellinger2014-04-071-0/+31
* target/sbc: Add sbc_dif_read_strip software emulationNicholas Bellinger2014-04-071-4/+27
* target: Enable WRITE_INSERT emulation in target_execute_cmdNicholas Bellinger2014-04-071-0/+9
* target/sbc: Add sbc_dif_generate software emulationNicholas Bellinger2014-04-071-0/+44
* target/sbc: Only expose PI read_cap16 bits when supported by fabricNicholas Bellinger2014-04-071-2/+5
* target/spc: Only expose PI mode page bits when supported by fabricNicholas Bellinger2014-04-071-11/+17
* target/spc: Only expose PI inquiry bits when supported by fabricNicholas Bellinger2014-04-071-7/+14
* target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-0711-11/+36
* target/iblock: Fix double bioset_integrity_free bugNicholas Bellinger2014-04-071-3/+2
* Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlistMartin Svec2014-04-071-1/+2
* target/rd: T10-Dif: RAM disk is allocating more space than required.Quinn Tran2014-04-071-4/+10
* iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bugNicholas Bellinger2014-04-071-1/+3
* Target/iser: Use Fastreg only if device supports signatureSagi Grimberg2014-04-071-1/+2
* iser-target: Add missing se_cmd put for WRITE_PENDING in tx_comp_errNicholas Bellinger2014-04-071-11/+26
* target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-0716-2/+109
* target: Fix Task Aborted Status (TAS) handlingAlex Leung2014-04-072-15/+17
* iser-target: Match FRMR descriptors to available session tagsNicholas Bellinger2014-04-071-15/+23
* Target/iser: Fail SCSI WRITE command if device detected integrity errorSagi Grimberg2014-04-071-2/+6
* Target/iser: Move check signature status to a functionSagi Grimberg2014-04-071-65/+50
* Target/iser: Consider DIF and RDMA_READ completions when calculating post_sen...Sagi Grimberg2014-04-071-6/+41
* Target/iser: Fix signature work requests accountingSagi Grimberg2014-04-071-0/+2
* iscsi-target: Add missing NopOUT->flag (LMB) sanity checkArshad Hussain2014-04-071-0/+10
* IB/isert: Support T10-PI protected transactionsSagi Grimberg2014-04-072-29/+311
* IB/isert: Accept RDMA_WRITE completionsSagi Grimberg2014-04-071-2/+17
* IB/isert: Initialize T10-PI resourcesSagi Grimberg2014-04-072-17/+110
* IB/isert: Introduce isert_map/unmap_data_bufSagi Grimberg2014-04-072-125/+127
* Target/sbc: add debug printSagi Grimberg2014-04-071-0/+3
* Target/configfs: Expose iSCSI network portal group T10-PI supportSagi Grimberg2014-04-073-0/+26
* Target/iscsi: Add T10-PI indication for iscsi_portal_groupSagi Grimberg2014-04-072-1/+6
* Target/core: Remove prot_handover use for nowSagi Grimberg2014-04-071-1/+0
* Target/dif: Introduce protection-passthough-only modeSagi Grimberg2014-04-073-6/+12
* Target/file: place escape values for protection information formatSagi Grimberg2014-04-071-39/+1
* Target/sbc: Set protection operation and relevant checksSagi Grimberg2014-03-132-15/+74
* Target/transport: Allocate protection sg if neededSagi Grimberg2014-03-131-0/+12
* target: silence GCC warning in target_alua_state_checkPaul Bolle2014-03-131-51/+44
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rola...Nicholas Bellinger2014-03-1323-585/+1322
|\
| * IB/mlx5: Expose support for signature MR featureSagi Grimberg2014-03-071-0/+9
| * IB/mlx5: Collect signature error completionSagi Grimberg2014-03-075-2/+122
| * IB/mlx5: Support IB_WR_REG_SIG_MRSagi Grimberg2014-03-071-0/+422
| * IB/mlx5: Keep mlx5 MRs in a radix tree under deviceSagi Grimberg2014-03-072-0/+25
| * IB/mlx5: Remove MTT access mode from umr flags helper functionSagi Grimberg2014-03-071-2/+3
| * IB/mlx5: Break up wqe handling into begin & finish routinesSagi Grimberg2014-03-071-36/+61
| * IB/mlx5: Initialize mlx5_ib_qp signature-related membersSagi Grimberg2014-03-072-3/+12
| * mlx5: Implement create_mr and destroy_mrSagi Grimberg2014-03-074-0/+178
| * IB/core: Introduce signature verbs APISagi Grimberg2014-03-071-0/+8
| * IB/core: Introduce protected memory regionsSagi Grimberg2014-03-071-0/+39