summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
2017-06-08iscsi-target: Reject immediate data underflow larger than SCSI transfer lengthNicholas Bellinger-0/+12
2017-06-08iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMPNicholas Bellinger-2/+8
2017-06-08target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger-12/+15
2017-05-31iscsi-target: Always wait for kthread_should_stop() before kthread exitJiang Yi-8/+34
2017-05-31iscsi-target: Fix initial login PDU asynchronous socket close OOPsNicholas Bellinger-62/+132
2017-05-23tcmu: fix crash during device removalMike Christie-13/+33
2017-05-15target: Re-add check to reject control WRITEs with overflow dataNicholas Bellinger-5/+18
2017-05-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-238/+682
2017-05-11Revert "target: Fix VERIFY and WRITE VERIFY command parsing"Nicholas Bellinger-64/+10
2017-05-07target/fileio: Fix zero-length READ and WRITE handlingBart Van Assche-2/+1
2017-05-04tcmu: fix module removal due to stuck threadMike Christie-0/+3
2017-05-04target: Don't force session reset if queue_depth does not changeNicholas Bellinger-0/+7
2017-05-04iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatementNicholas Bellinger-0/+3
2017-05-04target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger-1/+4
2017-05-02tcmu: Recalculate the tcmu_cmd size to save cmd area memoriesXiubo Li-11/+41
2017-05-01tcmu: Add global data block pool supportXiubo Li-128/+336
2017-05-01tcmu: Add dynamic growing data area feature supportXiubo Li-101/+237
2017-05-01target: fixup error message in target_tg_pt_gp_tg_pt_gp_id_store()Hannes Reinecke-4/+4
2017-05-01target: fixup error message in target_tg_pt_gp_alua_access_type_store()Hannes Reinecke-1/+1
2017-05-01target/user: PGR SupportBryant G. Ly-7/+46
2017-05-01target: Add WRITE_VERIFY_16Bryant G. Ly-0/+2
2017-05-01target: Use kmalloc_array() in transport_kmap_data_sg()Markus Elfring-1/+1
2017-05-01target: Use kmalloc_array() in compare_and_write_callback()Markus Elfring-2/+2
2017-05-01target: Improve size determinations in two functionsMarkus Elfring-2/+2
2017-05-01target: Delete error messages for failed memory allocationsMarkus Elfring-18/+5
2017-05-01target: Use kcalloc() in two functionsMarkus Elfring-4/+2
2017-05-01iscsi-target: Improve size determinations in four functionsMarkus Elfring-6/+4
2017-05-01iscsi-target: Delete error messages for failed memory allocationsMarkus Elfring-27/+10
2017-05-01iscsi-target: Use kcalloc() in iscsit_allocate_iovecs()Markus Elfring-2/+1
2017-05-01tcm: make pi data verification configurableDmitry Monakhov-10/+47
2017-05-01tcm_fileio: Prevent information leak for short readsDmitry Monakhov-6/+17
2017-05-01target: Fix VERIFY and WRITE VERIFY command parsingBart Van Assche-9/+62
2017-05-01target/pr: update PR out action code tableZhu Lingshan-4/+5
2017-05-01target/iblock: convert iblock_req.pending from atomic_t to refcount_tElena Reshetova-7/+8
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds-37/+15
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig-1/+1
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig-1/+1
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig-1/+1
2017-04-04iscsi-target: use generic inet_pton_with_scopeSagi Grimberg-34/+12
2017-04-02tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI caseXiubo Li-15/+33
2017-04-02iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger-16/+0
2017-03-30target: Fix ALUA transition state race between multiple initiatorsMike Christie-89/+49
2017-03-30iscsi-target: Propigate queue_data_in + queue_status errorsNicholas Bellinger-13/+10
2017-03-30target: Fix unknown fabric callback queue-full errorsNicholas Bellinger-34/+68
2017-03-30tcmu: Fix wrongly calculating of the base_command_sizeXiubo Li-2/+8
2017-03-30tcmu: Fix possible overwrite of t_data_sg's last iov[]Xiubo Li-11/+23
2017-03-30target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger-0/+9
2017-03-30iscsi-target: Fix TMR reference leak during session shutdownNicholas Bellinger-5/+7
2017-03-30tcmu: Allow cmd_time_out to be set to zero (disabled)Nicholas Bellinger-5/+0
2017-03-18tcmu: Convert cmd_time_out into backend device attributeNicholas Bellinger-26/+68