aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
AgeCommit message (Expand)Author
2018-09-19scsi: target: fix __transport_register_session lockingMike Christie
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-28scsi: target: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King
2018-05-18scsi: target: transport should handle st FM/EOM/ILI readsLee Duncan
2018-04-20scsi: target: target_core_transport.c: enable+fix kernel-docRandy Dunlap
2018-04-20scsi: target: target_core_transport.c: fix kernel-doc warningsRandy Dunlap
2018-02-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2018-01-19lib/scatterlist: Fix chaining support in sgl_alloc_order()Bart Van Assche
2018-01-12target: add SAM_STAT_BUSY sense reasonMike Christie
2018-01-06target: Use sgl_alloc_order() and sgl_free()Bart Van Assche
2017-11-07target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger
2017-11-07target: Fix quiese during transport_write_pending_qf endless loopNicholas Bellinger
2017-11-07target: Fix caw_sem leak in transport_generic_request_failureNicholas Bellinger
2017-11-07target: Fix QUEUE_FULL + SCSI task attribute handlingNicholas Bellinger
2017-11-04target: Inline transport_put_cmd()Bart Van Assche
2017-11-04target: Suppress gcc 7 fallthrough warningsBart Van Assche
2017-11-04target: return SAM_STAT_TASK_SET_FULL for TCM_OUT_OF_RESOURCESMike Christie
2017-11-04target: add sense code INSUFFICIENT REGISTRATION RESOURCEStangwenji
2017-08-09target: Fix node_acl demo-mode + uncached dynamic shutdown regressionNicholas Bellinger
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-06target: fix SAM_STAT_BUSY/TASK_SET_FULL handlingMike Christie
2017-07-06target: remove transport_completeMike Christie
2017-07-06target: add helper to copy sense to se_cmd bufferMike Christie
2017-07-06target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSEMike Christie
2017-07-06target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesceJiang Yi
2017-07-06target: Introduce a function that shows the command stateBart Van Assche
2017-07-06target: Fix transport_init_se_cmd()Bart Van Assche
2017-07-06target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASKNicholas Bellinger
2017-07-06target: Add support for TMR percpu reference countingNicholas Bellinger
2017-06-08target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger
2017-05-15target: Re-add check to reject control WRITEs with overflow dataNicholas Bellinger
2017-05-01target: Use kmalloc_array() in transport_kmap_data_sg()Markus Elfring
2017-03-30target: Fix unknown fabric callback queue-full errorsNicholas Bellinger
2017-03-18target: Drop pointless tfo->check_stop_free checkNicholas Bellinger
2017-02-26target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger
2017-02-20target: Fix handling of aborted failed commandsBart Van Assche
2017-02-09target: Remove command flag CMD_T_DEV_ACTIVEBart Van Assche
2017-02-09target: Remove command flag CMD_T_BUSYBart Van Assche
2017-02-09target: Move session check from target_put_sess_cmd() into target_release_cmd...Bart Van Assche
2017-02-09target: Inline transport_cmd_check_stop()Bart Van Assche
2017-02-09target: Remove an overly chatty debug messageBart Van Assche
2017-02-09target: Stop execution if CMD_T_STOP has been setBart Van Assche
2017-02-09target: Correct transport_wait_for_tasks() documentationBart Van Assche
2017-02-08target: Fix multi-session dynamic se_node_acl double free OOPsNicholas Bellinger
2017-02-08target: Fix early transport_generic_handle_tmr abort scenarioNicholas Bellinger
2017-01-10target: add XCOPY target/segment desc sense codesDavid Disseldorp
2016-10-21target: fix potential race window in target_sess_cmd_list_waiting()Hannes Reinecke
2016-10-19Revert "target: Fix residual overflow handling in target_complete_cmd_with_le...Nicholas Bellinger