aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-28target: Invoke release_cmd() callback without holding a spinlockBart Van Assche1-6/+6
2015-11-28target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger1-6/+8
2015-09-11target: Remove no-op conditionalAndy Grover1-2/+1
2015-09-11target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger1-1/+50
2015-07-31target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier1-26/+13
2015-07-30target: improve unsupported opcode messageJoern Engel1-0/+5
2015-07-30target: allow underflow/overflow for PR OUT etc. commandsRoland Dreier1-3/+3
2015-07-23target: Return descriptor format sense data in case the LU spans 64bit sectorsSagi Grimberg1-1/+2
2015-07-23scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg1-3/+11
2015-07-23target: Return ABORTED_COMMAND sense key for PI errorsSagi Grimberg1-3/+3
2015-07-23target: Use scsi helpers to build the sense data correctlySagi Grimberg1-17/+4
2015-07-23target: Split transport_send_check_condition_and_sense()Bart Van Assche1-235/+148
2015-07-23target: Inline transport_get_sense_codes()Bart Van Assche1-14/+2
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-141/+108
2015-06-30target: use kvfree() in session alloc and freePekka Enberg1-8/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+1
2015-06-23target: Send UA upon LUN RESET tmr completionHannes Reinecke1-0/+5
2015-06-16target: use 'se_dev_entry' when allocating UAsHannes Reinecke1-6/+6
2015-06-15target: use 64-bit LUNsHannes Reinecke1-3/+3
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-3/+1
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+6
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger1-13/+7
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig1-29/+5
2015-06-01target: Simplify LUN shutdown codeBart Van Assche1-22/+1
2015-06-01target: Convert se_tpg->acl_node_lock to ->acl_node_mutexNicholas Bellinger1-10/+10
2015-05-30target: remove ->put_session methodChristoph Hellwig1-6/+0
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-21/+20
2015-05-30target: ensure se_cmd->t_prot_sg is allocated when requiredAkinobu Mita1-12/+15
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig1-1/+1
2015-05-30target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche1-10/+10
2015-05-30target/transport: Always initialize bidi fields in se_cmdIlias Tsitsimpis1-4/+2
2015-05-30target: fix DPO and FUA bit checksChristoph Hellwig1-0/+19
2015-05-30target: Merge sbc_verify_dif_read|writeSagi Grimberg1-8/+9
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover1-3/+3
2015-05-28treewide: Add missing vmalloc.h inclusion.David S. Miller1-0/+1
2015-05-14target: Add missing parenthesesBart Van Assche1-2/+2
2015-05-14target: Fix bidi command handlingBart Van Assche1-2/+1
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-26/+136
2015-04-15target: Ensure sess_prot_type is saved across session restartNicholas Bellinger1-7/+15
2015-04-14target: Remove the unused flag SCF_ACK_KREFBart Van Assche1-3/+1
2015-04-14target: Fix two sparse warningsBart Van Assche1-0/+2
2015-04-14target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger1-4/+33
2015-04-14target: simplify the target template registration APIChristoph Hellwig1-3/+3
2015-04-07target: Add internal READ_INSERT supportNicholas Bellinger1-0/+6
2015-04-07target: Move cmd->prot_op check into target_read_prot_actionNicholas Bellinger1-8/+13
2015-04-07target: Add internal WRITE_STRIP supportNicholas Bellinger1-0/+16
2015-04-07target: Move cmd->prot_op check into target_write_prot_actionNicholas Bellinger1-9/+22
2015-04-07target: Add protected fabric + unprotected device supportNicholas Bellinger1-0/+8