summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2017-05-20iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatementNicholas Bellinger3-0/+3
2017-05-20target/fileio: Fix zero-length READ and WRITE handlingBart Van Assche1-2/+1
2017-05-20target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger1-1/+4
2017-04-21target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger2-0/+9
2017-04-21iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger1-16/+0
2017-04-21iscsi-target: Fix TMR reference leak during session shutdownNicholas Bellinger1-5/+7
2017-04-21tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI caseXiubo Li1-15/+33
2017-04-21tcmu: Fix wrongly calculating of the base_command_sizeXiubo Li1-2/+8
2017-04-21tcmu: Fix possible overwrite of t_data_sg's last iov[]Xiubo Li1-11/+23
2017-03-26target: Fix VERIFY_16 handling in sbc_parse_cdbMax Lohrmann1-2/+8
2017-03-26target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER exportNicholas Bellinger1-35/+12
2017-03-15target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger3-4/+40
2017-02-08target: Fix COMPARE_AND_WRITE ref leak for non GOOD statusNicholas Bellinger1-2/+6
2017-02-08target: Fix multi-session dynamic se_node_acl double free OOPsNicholas Bellinger1-26/+43
2017-02-08target: Fix early transport_generic_handle_tmr abort scenarioNicholas Bellinger1-2/+15
2017-02-08target: Use correct SCSI status during EXTENDED_COPY exceptionNicholas Bellinger1-1/+1
2017-02-08target: Don't BUG_ON during NodeACL dynamic -> explicit conversionNicholas Bellinger1-1/+9
2017-01-10target: support XCOPY requests without parametersDavid Disseldorp1-0/+4
2017-01-10target: check for XCOPY parameter truncationDavid Disseldorp2-0/+15
2017-01-10target: use XCOPY segment descriptor CSCD IDsDavid Disseldorp1-31/+48
2017-01-10target: check XCOPY segment descriptor CSCD IDsDavid Disseldorp2-0/+14
2017-01-10target: simplify XCOPY wwn->se_dev lookup helperDavid Disseldorp1-19/+9
2017-01-10target: return UNSUPPORTED TARGET/SEGMENT DESC TYPE CODE senseDavid Disseldorp1-0/+4
2017-01-10target: bounds check XCOPY total descriptor list lengthDavid Disseldorp1-0/+6
2017-01-10target: bounds check XCOPY segment descriptor listDavid Disseldorp1-2/+12
2017-01-10target: use XCOPY TOO MANY TARGET DESCRIPTORS senseDavid Disseldorp1-1/+3
2017-01-10target: add XCOPY target/segment desc sense codesDavid Disseldorp1-0/+24
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds49-18/+169
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-12-16iscsi-target: Return error if unable to add network portalVarun Prakash1-1/+3
2016-12-16target: Fix spelling mistake and unwrap multi-line textColin Ian King1-2/+1
2016-12-16target/iscsi: Fix double free in lio_target_tiqn_addtpg()Dan Carpenter1-1/+0
2016-12-15target/user: Fix use-after-free of tcmu_cmds if they are expiredAndy Grover1-2/+0
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-12/+12
2016-12-14Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-4/+3
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-10/+6
2016-12-09target: Minimize #include directivesBart Van Assche45-8/+158
2016-12-09target/user: Add an #include directiveBart Van Assche1-0/+1
2016-12-09cxgbit: Add an #include directiveBart Van Assche1-0/+1
2016-12-09sbp-target: Add an #include directiveBart Van Assche1-0/+1
2016-12-09sbp-target: Fix second argument of percpu_ida_alloc()Bart Van Assche1-1/+1
2016-12-09target/user: Fix a data type in tcmu_queue_cmd()Bart Van Assche1-1/+1
2016-12-09target: Use NULL instead of 0 to represent a pointerBart Van Assche1-2/+2
2016-12-05don't open-code file_inode()Al Viro1-1/+1
2016-12-01fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz1-4/+3
2016-11-22target: avoid accessing .bi_vcnt directlyMing Lei1-6/+2
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai1-0/+1
2016-11-09scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke1-1/+1
2016-11-09scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke1-1/+1
2016-11-09scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke1-1/+1