aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_transport.c
AgeCommit message (Expand)Author
2015-03-19target: Fix reference leak in target_get_sess_cmd() error pathBart Van Assche
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
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2013-11-20target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke
2013-11-13target: Fix delayed Task Aborted Status (TAS) handling bugNicholas Bellinger
2013-11-12target: Core does not need blkdev.hAndy Grover
2013-11-07target: Drop left-over se_lun->lun_cmd_list shutdown codeNicholas Bellinger
2013-11-07target: Add percpu refcounting for se_lun accessNicholas Bellinger
2013-10-01target: Fall back to vzalloc upon ->sess_cmd_map kzalloc failureNicholas Bellinger
2013-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger
2013-09-10target: Make helpers non static for EXTENDED_COPY command setupNicholas Bellinger
2013-09-10target: Release COMPARE_AND_WRITE mutex in generic failure pathNicholas Bellinger
2013-09-10target: Add compare_and_write_post() completion callback fall throughNicholas Bellinger
2013-09-09target: Make __target_execute_cmd() available as externNicholas Bellinger
2013-09-09target: Add transport_reset_sgl_orig() for COMPARE_AND_WRITENicholas Bellinger
2013-09-09target: Do memory allocation for bidi commands using target_alloc_sglNicholas Bellinger
2013-09-09target: Refactor transport_generic_get_mem to target_alloc_sglNicholas Bellinger
2013-09-09target: Convert se_cmd->t_bidi_data_sg checks to use SCF_BIDINicholas Bellinger
2013-09-09target: Add TCM_MISCOMPARE_VERIFY sense handlingNicholas Bellinger