summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2017-05-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds16-238/+682
2017-05-11Revert "target: Fix VERIFY and WRITE VERIFY command parsing"Nicholas Bellinger1-64/+10
2017-05-07target/fileio: Fix zero-length READ and WRITE handlingBart Van Assche1-2/+1
2017-05-04tcmu: fix module removal due to stuck threadMike Christie1-0/+3
2017-05-04target: Don't force session reset if queue_depth does not changeNicholas Bellinger1-0/+7
2017-05-04iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatementNicholas Bellinger3-0/+3
2017-05-04target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger1-1/+4
2017-05-02tcmu: Recalculate the tcmu_cmd size to save cmd area memoriesXiubo Li1-11/+41
2017-05-01tcmu: Add global data block pool supportXiubo Li1-128/+336
2017-05-01tcmu: Add dynamic growing data area feature supportXiubo Li1-101/+237
2017-05-01target: fixup error message in target_tg_pt_gp_tg_pt_gp_id_store()Hannes Reinecke1-4/+4
2017-05-01target: fixup error message in target_tg_pt_gp_alua_access_type_store()Hannes Reinecke1-1/+1
2017-05-01target/user: PGR SupportBryant G. Ly4-7/+46
2017-05-01target: Add WRITE_VERIFY_16Bryant G. Ly1-0/+2
2017-05-01target: Use kmalloc_array() in transport_kmap_data_sg()Markus Elfring1-1/+1
2017-05-01target: Use kmalloc_array() in compare_and_write_callback()Markus Elfring1-2/+2
2017-05-01target: Improve size determinations in two functionsMarkus Elfring1-2/+2
2017-05-01target: Delete error messages for failed memory allocationsMarkus Elfring1-18/+5
2017-05-01target: Use kcalloc() in two functionsMarkus Elfring1-4/+2
2017-05-01iscsi-target: Improve size determinations in four functionsMarkus Elfring1-6/+4
2017-05-01iscsi-target: Delete error messages for failed memory allocationsMarkus Elfring1-27/+10
2017-05-01iscsi-target: Use kcalloc() in iscsit_allocate_iovecs()Markus Elfring1-2/+1
2017-05-01tcm: make pi data verification configurableDmitry Monakhov3-10/+47
2017-05-01tcm_fileio: Prevent information leak for short readsDmitry Monakhov1-6/+17
2017-05-01target: Fix VERIFY and WRITE VERIFY command parsingBart Van Assche1-9/+62
2017-05-01target/pr: update PR out action code tableZhu Lingshan1-4/+5
2017-05-01target/iblock: convert iblock_req.pending from atomic_t to refcount_tElena Reshetova2-7/+8
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-37/+15
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-1/+1
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-1/+1
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig1-1/+1
2017-04-04iscsi-target: use generic inet_pton_with_scopeSagi Grimberg1-34/+12
2017-04-02tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI caseXiubo Li1-15/+33
2017-04-02iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger1-16/+0
2017-03-30target: Fix ALUA transition state race between multiple initiatorsMike Christie2-89/+49
2017-03-30iscsi-target: Propigate queue_data_in + queue_status errorsNicholas Bellinger4-13/+10
2017-03-30target: Fix unknown fabric callback queue-full errorsNicholas Bellinger1-34/+68
2017-03-30tcmu: Fix wrongly calculating of the base_command_sizeXiubo Li1-2/+8
2017-03-30tcmu: Fix possible overwrite of t_data_sg's last iov[]Xiubo Li1-11/+23
2017-03-30target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger2-0/+9
2017-03-30iscsi-target: Fix TMR reference leak during session shutdownNicholas Bellinger1-5/+7
2017-03-30tcmu: Allow cmd_time_out to be set to zero (disabled)Nicholas Bellinger1-5/+0
2017-03-18tcmu: Convert cmd_time_out into backend device attributeNicholas Bellinger1-26/+68
2017-03-18tcmu: make cmd timeout configurableMike Christie1-6/+35
2017-03-18tcmu: add helper to check if dev was configuredMike Christie1-2/+6
2017-03-18target: fix race during implicit transition work flushesMike Christie1-9/+1
2017-03-18target: allow userspace to set state to transitioningMike Christie1-15/+22
2017-03-18target: fix ALUA transition timeout handlingMike Christie1-15/+8
2017-03-18target: Use system workqueue for ALUA transitionsMike Christie1-5/+3
2017-03-18target: fail ALUA transitions for pscsiMike Christie1-0/+3