aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-18target: allow ALUA setup for some passthrough backendsMike Christie3-6/+9
2017-03-18tcmu: return on first Opt parse failureMike Christie1-0/+3
2017-03-18tcmu: allow hw_max_sectors greater than 128Mike Christie1-19/+35
2017-03-18target: Drop pointless tfo->check_stop_free checkNicholas Bellinger2-2/+5
2017-03-07target: Fix VERIFY_16 handling in sbc_parse_cdbMax Lohrmann1-2/+8
2017-03-07target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER exportNicholas Bellinger1-35/+12
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-0/+7
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-40/+24
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds19-289/+436
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar4-0/+5
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+1
2017-02-26target: Add counters for ABORT_TASK success + failureNicholas Bellinger2-0/+20
2017-02-26iscsi-target: Fix early login failure statistics missesNicholas Bellinger1-36/+2
2017-02-26target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger3-4/+40
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+3
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds2-7/+8
2017-02-20target: Delete tmr from list before processingBart Van Assche1-6/+1
2017-02-20target: Fix handling of aborted failed commandsBart Van Assche1-0/+3
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+6
2017-02-18target: export protocol identifierMike Christie1-0/+18
2017-02-18target/iscsi: Fix unsolicited data seq_end_offset calculationVarun Prakash1-4/+2
2017-02-18target/cxgbit: add T6 iSCSI DDP completion featureVarun Prakash4-43/+113
2017-02-18target/cxgbit: Enable DDP for T6 only if data sequence and pdu are in orderVarun Prakash1-25/+61
2017-02-18target/cxgbit: Use T6 specific macros to get ETH/IP hdr lenVarun Prakash1-2/+8
2017-02-18target/cxgbit: use cxgb4_tp_smt_idx() to get smt idxVarun Prakash1-2/+4
2017-02-18target/iscsi: split iscsit_check_dataout_hdr()Varun Prakash2-25/+41
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2-7/+8
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-3/+1
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-32/+74