summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
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
2017-03-18tcmu: make cmd timeout configurableMike Christie-6/+35
2017-03-18tcmu: add helper to check if dev was configuredMike Christie-2/+6
2017-03-18target: fix race during implicit transition work flushesMike Christie-9/+1
2017-03-18target: allow userspace to set state to transitioningMike Christie-15/+22
2017-03-18target: fix ALUA transition timeout handlingMike Christie-15/+8
2017-03-18target: Use system workqueue for ALUA transitionsMike Christie-5/+3
2017-03-18target: fail ALUA transitions for pscsiMike Christie-0/+3
2017-03-18target: allow ALUA setup for some passthrough backendsMike Christie-6/+9
2017-03-18tcmu: return on first Opt parse failureMike Christie-0/+3
2017-03-18tcmu: allow hw_max_sectors greater than 128Mike Christie-19/+35
2017-03-18target: Drop pointless tfo->check_stop_free checkNicholas Bellinger-2/+5
2017-03-07target: Fix VERIFY_16 handling in sbc_parse_cdbMax Lohrmann-2/+8
2017-03-07target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER exportNicholas Bellinger-35/+12
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+7
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-40/+24
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-289/+436
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+5
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-3/+1
2017-02-26target: Add counters for ABORT_TASK success + failureNicholas Bellinger-0/+20
2017-02-26iscsi-target: Fix early login failure statistics missesNicholas Bellinger-36/+2
2017-02-26target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger-4/+40