aboutsummaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2017-04-02tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI caseGravatar Xiubo Li 1-15/+33
2017-04-02iscsi-target: Drop work-around for legacy GlobalSAN initiatorGravatar Nicholas Bellinger 1-16/+0
2017-03-30target: Fix ALUA transition state race between multiple initiatorsGravatar Mike Christie 2-89/+49
2017-03-30iscsi-target: Propigate queue_data_in + queue_status errorsGravatar Nicholas Bellinger 4-13/+10
2017-03-30target: Fix unknown fabric callback queue-full errorsGravatar Nicholas Bellinger 1-34/+68
2017-03-30tcmu: Fix wrongly calculating of the base_command_sizeGravatar Xiubo Li 1-2/+8
2017-03-30tcmu: Fix possible overwrite of t_data_sg's last iov[]Gravatar Xiubo Li 1-11/+23
2017-03-30target: Avoid mappedlun symlink creation during lun shutdownGravatar Nicholas Bellinger 2-0/+9
2017-03-30iscsi-target: Fix TMR reference leak during session shutdownGravatar Nicholas Bellinger 1-5/+7
2017-03-30tcmu: Allow cmd_time_out to be set to zero (disabled)Gravatar Nicholas Bellinger 1-5/+0
2017-03-18tcmu: Convert cmd_time_out into backend device attributeGravatar Nicholas Bellinger 1-26/+68
2017-03-18tcmu: make cmd timeout configurableGravatar Mike Christie 1-6/+35
2017-03-18tcmu: add helper to check if dev was configuredGravatar Mike Christie 1-2/+6
2017-03-18target: fix race during implicit transition work flushesGravatar Mike Christie 1-9/+1
2017-03-18target: allow userspace to set state to transitioningGravatar Mike Christie 1-15/+22
2017-03-18target: fix ALUA transition timeout handlingGravatar Mike Christie 1-15/+8
2017-03-18target: Use system workqueue for ALUA transitionsGravatar Mike Christie 1-5/+3
2017-03-18target: fail ALUA transitions for pscsiGravatar Mike Christie 1-0/+3
2017-03-18target: allow ALUA setup for some passthrough backendsGravatar Mike Christie 3-6/+9
2017-03-18tcmu: return on first Opt parse failureGravatar Mike Christie 1-0/+3
2017-03-18tcmu: allow hw_max_sectors greater than 128Gravatar Mike Christie 1-19/+35
2017-03-18target: Drop pointless tfo->check_stop_free checkGravatar Nicholas Bellinger 2-2/+5
2017-03-07target: Fix VERIFY_16 handling in sbc_parse_cdbGravatar Max Lohrmann 1-2/+8
2017-03-07target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER exportGravatar Nicholas Bellinger 1-35/+12
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 5-0/+7
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-40/+24
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 19-289/+436
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 4-0/+5
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-3/+1
2017-02-26target: Add counters for ABORT_TASK success + failureGravatar Nicholas Bellinger 2-0/+20
2017-02-26iscsi-target: Fix early login failure statistics missesGravatar Nicholas Bellinger 1-36/+2
2017-02-26target: Fix NULL dereference during LUN lookup + active I/O shutdownGravatar Nicholas Bellinger 3-4/+40
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-3/+3
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 1-0/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-7/+8
2017-02-20target: Delete tmr from list before processingGravatar Bart Van Assche 1-6/+1
2017-02-20target: Fix handling of aborted failed commandsGravatar Bart Van Assche 1-0/+3
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-6/+6
2017-02-18target: export protocol identifierGravatar Mike Christie 1-0/+18
2017-02-18target/iscsi: Fix unsolicited data seq_end_offset calculationGravatar Varun Prakash 1-4/+2
2017-02-18target/cxgbit: add T6 iSCSI DDP completion featureGravatar Varun Prakash 4-43/+113
2017-02-18target/cxgbit: Enable DDP for T6 only if data sequence and pdu are in orderGravatar Varun Prakash 1-25/+61
2017-02-18target/cxgbit: Use T6 specific macros to get ETH/IP hdr lenGravatar Varun Prakash 1-2/+8
2017-02-18target/cxgbit: use cxgb4_tp_smt_idx() to get smt idxGravatar Varun Prakash 1-2/+4
2017-02-18target/iscsi: split iscsit_check_dataout_hdr()Gravatar Varun Prakash 2-25/+41
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 2-7/+8
2017-02-13idr: Return the deleted entry from idr_removeGravatar Matthew Wilcox 1-3/+1
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-32/+74