summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_transport.c
AgeCommit message (Expand)Author
2013-01-21target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger
2013-01-21target: Release se_cmd when LUN lookup fails for TMRRoland Dreier
2013-01-21target: Fix use-after-free in LUN RESET handlingRoland Dreier
2013-01-21target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEsRoland Dreier
2013-01-21target: use correct sense code for LUN communication failureHannes Reinecke
2012-11-17target: Fix handling of aborted commandsRoland Dreier
2012-10-26target: Fix double-free of se_cmd in target_complete_tmr_failureNicholas Bellinger
2012-10-02target: Add control CDB READ payload zero work-aroundNicholas Bellinger
2012-10-02target: Add target_submit_cmd_map_sgls for SGL fabric memory passthroughNicholas Bellinger
2012-09-17target: go through normal processing for all zero-length commandsPaolo Bonzini
2012-09-17target: Fix minor spelling typos in drivers/targetMasanari Iida
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier
2012-09-17target: Cleanup transport_subsystem_check_initAndy Grover
2012-09-17target: Remove request_module for target_core_stgtAndy Grover
2012-09-07target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini
2012-09-07target: support zero-size allocation lengths in transport_kmap_data_sgPaolo Bonzini
2012-09-07target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini
2012-09-05target: fix use-after-free with PSCSI sense dataPaolo Bonzini
2012-09-05target: simplify code around transport_get_sense_dataPaolo Bonzini
2012-09-05target: move transport_get_sense_dataPaolo Bonzini
2012-08-23target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger
2012-08-21target: Remove unused se_cmd.cmd_spdtlRoland Dreier
2012-08-17target: Fix regression bug with handling of zero-length data CDBsNicholas Bellinger
2012-08-16target: fix NULL pointer dereference bug alloc_page() fails to get memoryYi Zou
2012-07-20target: NULL dereference on error pathDan Carpenter
2012-07-17target: Allow for target_submit_cmd() returning errorsRoland Dreier
2012-07-16target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier
2012-07-16target: Remove se_session.sess_wait_listRoland Dreier
2012-07-16target: Check sess_tearing_down in target_get_sess_cmd()Roland Dreier
2012-07-16target: Un-export target_get_sess_cmd()Roland Dreier
2012-07-16target: replace the processing thread with a TMR work queueChristoph Hellwig
2012-07-16target: remove transport_generic_handle_cdb_mapChristoph Hellwig
2012-07-16target: simply fabric driver queue full processingChristoph Hellwig
2012-07-16target: remove transport_generic_handle_dataChristoph Hellwig
2012-07-16target: merge transport_generic_write_pending into transport_generic_new_cmdChristoph Hellwig
2012-07-16target: call transport_check_aborted_status from target_execute_cmdChristoph Hellwig
2012-07-16target: remove transport_generic_process_writeChristoph Hellwig
2012-07-16target: split transport_cmd_check_stopChristoph Hellwig
2012-07-16target: add struct spc_ops + initial ->execute_rw pointer usageChristoph Hellwig
2012-07-16target: remove dead SCF_ flagsChristoph Hellwig
2012-07-16target: remove the execute listChristoph Hellwig
2012-07-16target: move transport_generic_prepare_cdb into pscsiChristoph Hellwig
2012-07-16target: move code for CDB emulationChristoph Hellwig
2012-07-16target: add a parse_cdb method to the backend driversChristoph Hellwig
2012-07-16target: split parsing of SPC commands into a separate helperChristoph Hellwig
2012-07-16target: split overflow and underflow checks into a helperChristoph Hellwig
2012-07-16target: remove control CDB flagsChristoph Hellwig
2012-07-16target: move unrelated code out of transport_generic_cmd_sequencerChristoph Hellwig
2012-06-12target: Add TFO->put_session() caller for HW fabric session shutdownJoern Engel
2012-05-17target: Handle ATA_16 passthrough for pSCSI backend devicesmengcong