summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
AgeCommit message (Expand)Author
2015-05-30target: Merge sbc_verify_dif_read|writeSagi Grimberg
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover
2015-05-28treewide: Add missing vmalloc.h inclusion.David S. Miller
2015-05-14target: Add missing parenthesesBart Van Assche
2015-05-14target: Fix bidi command handlingBart Van Assche
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-04-15target: Ensure sess_prot_type is saved across session restartNicholas Bellinger
2015-04-14target: Remove the unused flag SCF_ACK_KREFBart Van Assche
2015-04-14target: Fix two sparse warningsBart Van Assche
2015-04-14target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger
2015-04-14target: simplify the target template registration APIChristoph Hellwig
2015-04-07target: Add internal READ_INSERT supportNicholas Bellinger
2015-04-07target: Move cmd->prot_op check into target_read_prot_actionNicholas Bellinger
2015-04-07target: Add internal WRITE_STRIP supportNicholas Bellinger
2015-04-07target: Move cmd->prot_op check into target_write_prot_actionNicholas Bellinger
2015-04-07target: Add protected fabric + unprotected device supportNicholas Bellinger
2015-03-26target: add __releases annotation to target_release_cmd_krefChristoph Hellwig
2015-03-19target: Fix reference leak in target_get_sess_cmd() error pathBart Van Assche
2015-03-06target: Add target_show_dynamic_sessions attribute helperNicholas Bellinger
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig
2014-10-28target: Don't call TFO->write_pending if data_length == 0Roland Dreier
2014-10-03target: Add a user-passthrough backstoreAndy Grover
2014-10-01target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSEQuinn Tran
2014-10-01target: encapsulate smp_mb__after_atomic()Joern Engel
2014-10-01target: remove some smp_mb__after_atomic()sJoern Engel
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-06-12target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmdNicholas Bellinger
2014-06-11target: Report correct response length for some commandsRoland Dreier
2014-06-10target: Use complete_all for se_cmd->t_transport_stop_compNicholas Bellinger
2014-06-10target: Set CMD_T_ACTIVE bit for Task Management RequestsNicholas Bellinger
2014-06-06target: cleanup some boolean testsChristophe Vu-Brugier
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-17target: fix memory leak on XCOPYMikulas Patocka
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-07target: Enable READ_STRIP emulation in target_complete_ok_workNicholas Bellinger
2014-04-07target: Enable WRITE_INSERT emulation in target_execute_cmdNicholas Bellinger
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger
2014-04-07target: Fix Task Aborted Status (TAS) handlingAlex Leung
2014-04-07Target/dif: Introduce protection-passthough-only modeSagi Grimberg
2014-03-13Target/sbc: Set protection operation and relevant checksSagi Grimberg
2014-03-13Target/transport: Allocate protection sg if neededSagi Grimberg
2014-02-23target: Add DIF sense codes in transport_generic_request_failureNicholas Bellinger
2014-02-12target: Simplify command completion by removing CMD_T_FAILED flagRoland Dreier
2014-01-30target: Fix percpu_ref_put race in transport_lun_remove_cmdNicholas Bellinger
2014-01-25target: Report bad sector in sense data for DIF errorsSagi Grimberg
2014-01-18target: Add protection SGLs to target_submit_cmd_map_sglsNicholas Bellinger
2014-01-18target: Add DIF CHECK_CONDITION ASC/ASCQ exception casesNicholas Bellinger
2014-01-09target_core_alua: Referrals configfs integrationHannes Reinecke