summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: Fix protect handling in WRITE SAME(32)Dmitry Bogdanov2021-07-281-18/+17
* scsi: target: core: Fix warning on realtime kernelsMaurizio Lombardi2021-06-301-3/+1
* scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not foundBodo Stroesser2021-05-221-2/+2
* scsi: target: pscsi: Fix warning in pscsi_complete_cmd()Chaitanya Kulkarni2021-05-221-1/+2
* scsi: target: pscsi: Clean up after failure in pscsi_map_sg()Martin Wilck2021-04-101-0/+8
* scsi: target: core: Prevent underflow for service actionsAleksandr Miloserdov2021-03-171-4/+11
* scsi: target: core: Add cmd length set before cmd completeAleksandr Miloserdov2021-03-171-4/+11
* cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal2021-03-041-2/+1
* scsi: target: Fix XCOPY NAA identifier lookupDavid Disseldorp2021-01-122-49/+71
* scsi: target: iscsi: Fix cmd abort fabric stop raceMike Christie2020-12-021-4/+13
* scsi: target: tcmu: Fix warning: 'page' may be used uninitializedJohn Donnelly2020-10-291-1/+1
* scsi: target: iscsi: Fix hang in iscsit_access_np() when getting tpg->np_logi...Hou Pu2020-09-173-7/+5
* scsi: target: iscsi: Fix data digest calculationVarun Prakash2020-09-171-2/+15
* scsi: target: tcmu: Optimize use of flush_dcache_pageBodo Stroesser2020-09-091-4/+7
* scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_rangeBodo Stroesser2020-09-091-2/+2
* scsi: target: tcmu: Fix crash on ARM during cmd completionBodo Stroesser2020-09-031-1/+8
* scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARMBodo Stroesser2020-08-261-1/+1
* scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd()Dan Carpenter2020-06-251-3/+3
* scsi: target: tcmu: Userspace must not complete queued commandsBodo Stroesser2020-06-251-83/+71
* scsi: target/iblock: fix WRITE SAME zeroingDavid Disseldorp2020-05-061-1/+1
* scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKENBodo Stroesser2020-05-021-0/+1
* scsi: target: fix PR IN / READ FULL STATUS for FCBodo Stroesser2020-05-021-1/+1
* scsi: target: fix hang when multiple threads try to destroy the same iscsi se...Maurizio Lombardi2020-04-213-16/+29
* scsi: target: remove boilerplate codeMaurizio Lombardi2020-04-212-45/+2
* scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a...Bart Van Assche2020-02-281-8/+2
* scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche2020-02-281-3/+3
* scsi: RDMA/isert: Fix a recently introduced regression related to logoutBart Van Assche2020-01-291-3/+3
* scsi: target/core: Fix a race condition in the LUN lookup codeBart Van Assche2020-01-271-2/+2
* scsi: target: core: Fix a pr_debug() argumentBart Van Assche2020-01-231-1/+1
* scsi: target: iscsi: Wait for all commands to finish before freeing a sessionBart Van Assche2020-01-041-2/+8
* scsi: target: compare full CHAP_A Algorithm stringsDavid Disseldorp2020-01-041-1/+1
* scsi: target/tcmu: Fix queue_cmd_ring() declarationBart Van Assche2019-12-051-1/+1
* scsi: target: core: Do not overwrite CDB byte 1Bodo Stroesser2019-11-101-21/+0
* scsi: target: cxgbit: Fix cxgbit_fw4_ack()Bart Van Assche2019-11-061-1/+2
* scsi: target/iblock: Fix overrun in WRITE SAME emulationRoman Bolshakov2019-09-161-1/+1
* scsi: target/core: Use the SECTOR_SHIFT constantBart Van Assche2019-09-162-3/+2
* scsi: target: tcmu: avoid use-after-free after command timeoutDmitry Fomichev2019-09-101-2/+7
* scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supportedMaurizio Lombardi2019-07-261-8/+8
* scsi: tcmu: fix use after freeXiubo Li2019-07-101-1/+2
* scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlockBart Van Assche2019-03-231-2/+2
* scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comesXiubo Li2019-02-271-27/+61
* scsi: target/core: Use kmem_cache_free() instead of kfree()Wei Yongjun2019-02-231-1/+1
* scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche2019-01-262-11/+30
* scsi: target: use consistent left-aligned ASCII INQUIRY dataDavid Disseldorp2019-01-261-5/+12
* scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash2019-01-221-1/+4
* scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash2019-01-221-3/+20
* Revert "scsi: target: iscsi: cxgbit: fix csk leak"Sasha Levin2019-01-221-4/+1
* scsi: target: iscsi: cxgbit: add missing spin_lock_init()Varun Prakash2019-01-131-0/+1
* scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash2019-01-131-1/+4
* scsi: target: Fix target_wait_for_sess_cmds breakage with active signalsNicholas Bellinger2018-11-131-2/+2