summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* target: Remove no-op conditionalAndy Grover2015-09-111-2/+1Star
* target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger2015-09-111-1/+50
* target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier2015-07-311-26/+13Star
* target: improve unsupported opcode messageJoern Engel2015-07-311-0/+5
* target: allow underflow/overflow for PR OUT etc. commandsRoland Dreier2015-07-311-3/+3
* target: Return descriptor format sense data in case the LU spans 64bit sectorsSagi Grimberg2015-07-241-1/+2
* scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg2015-07-241-3/+11
* target: Return ABORTED_COMMAND sense key for PI errorsSagi Grimberg2015-07-241-3/+3
* target: Use scsi helpers to build the sense data correctlySagi Grimberg2015-07-241-17/+4Star
* target: Split transport_send_check_condition_and_sense()Bart Van Assche2015-07-241-235/+148Star
* target: Inline transport_get_sense_codes()Bart Van Assche2015-07-241-14/+2Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-141/+108Star
|\
| * target: Send UA upon LUN RESET tmr completionHannes Reinecke2015-06-231-0/+5
| * target: use 'se_dev_entry' when allocating UAsHannes Reinecke2015-06-171-6/+6
| * target: use 64-bit LUNsHannes Reinecke2015-06-161-3/+3
| * target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger2015-06-011-13/+7Star
| * target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig2015-06-011-29/+5Star
| * target: Simplify LUN shutdown codeBart Van Assche2015-06-011-22/+1Star
| * target: Convert se_tpg->acl_node_lock to ->acl_node_mutexNicholas Bellinger2015-06-011-10/+10
| * target: remove ->put_session methodChristoph Hellwig2015-05-311-6/+0Star
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-311-1/+0Star
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-311-21/+20Star
| * target: ensure se_cmd->t_prot_sg is allocated when requiredAkinobu Mita2015-05-311-12/+15
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-311-1/+1
| * target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-311-10/+10
| * target/transport: Always initialize bidi fields in se_cmdIlias Tsitsimpis2015-05-311-4/+2Star
| * target: fix DPO and FUA bit checksChristoph Hellwig2015-05-311-0/+19
| * target: Merge sbc_verify_dif_read|writeSagi Grimberg2015-05-311-8/+9
* | target: use kvfree() in session alloc and freePekka Enberg2015-07-011-8/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-251-0/+1
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-7/+6Star
| |\|
| * | treewide: Add missing vmalloc.h inclusion.David S. Miller2015-05-281-0/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-241-3/+1Star
|\ \ \ | |_|/ |/| |
| * | target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-3/+1Star
| |/
* | target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-311-3/+3
* | target: Add missing parenthesesBart Van Assche2015-05-151-2/+2
* | target: Fix bidi command handlingBart Van Assche2015-05-151-2/+1Star
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-241-26/+136
|\
| * target: Ensure sess_prot_type is saved across session restartNicholas Bellinger2015-04-161-7/+15
| * target: Remove the unused flag SCF_ACK_KREFBart Van Assche2015-04-141-3/+1Star
| * target: Fix two sparse warningsBart Van Assche2015-04-141-0/+2
| * target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger2015-04-141-4/+33
| * target: simplify the target template registration APIChristoph Hellwig2015-04-141-3/+3
| * target: Add internal READ_INSERT supportNicholas Bellinger2015-04-081-0/+6
| * target: Move cmd->prot_op check into target_read_prot_actionNicholas Bellinger2015-04-081-8/+13
| * target: Add internal WRITE_STRIP supportNicholas Bellinger2015-04-081-0/+16
| * target: Move cmd->prot_op check into target_write_prot_actionNicholas Bellinger2015-04-081-9/+22
| * target: Add protected fabric + unprotected device supportNicholas Bellinger2015-04-081-0/+8
| * target: add __releases annotation to target_release_cmd_krefChristoph Hellwig2015-03-261-0/+1
| * target: Add target_show_dynamic_sessions attribute helperNicholas Bellinger2015-03-071-0/+24