aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)Author
2020-07-13scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd()Dan Carpenter
2020-07-13scsi: target: tcmu: Userspace must not complete queued commandsBodo Stroesser
2020-07-13scsi: target: loopback: Fix READ with data and sensebytesBodo Stroesser
2020-06-08scsi: target: Put lun_ref at end of tmr processingBodo Stroesser
2020-06-04scsi: target/iblock: fix WRITE SAME zeroingDavid Disseldorp
2020-06-04scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKENBodo Stroesser
2020-06-04scsi: target: fix PR IN / READ FULL STATUS for FCBodo Stroesser
2020-06-01scsi: target: fix hang when multiple threads try to destroy the same iscsi se...Maurizio Lombardi
2020-06-01scsi: target: remove boilerplate codeMaurizio Lombardi
2020-05-15scsi: Revert "target/core: Inline transport_lun_remove_cmd()"Bart Van Assche
2020-04-12scsi: target: core: Fix a pr_debug() argumentBart Van Assche
2020-03-30scsi: target/iblock: Fix protection error with blocks greater than 512BIsrael Rukshin
2020-03-07scsi: target: core: Release SPC-2 reservations when closing a sessionBart Van Assche
2020-03-07scsi: target: compare full CHAP_A Algorithm stringsDavid Disseldorp
2019-12-16scsi: target: core: Do not overwrite CDB byte 1Bodo Stroesser
2019-12-10scsi: target: cxgbit: Fix cxgbit_fw4_ack()Bart Van Assche
2019-09-10scsi: target: tcmu: avoid use-after-free after command timeoutDmitry Fomichev
2019-07-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-07-02scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supportedMaurizio Lombardi
2019-07-02scsi: target/iblock: Fix overrun in WRITE SAME emulationRoman Bolshakov
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-12scsi: target/iscsi: Make sure PDU processing continues if parsing a command f...Bart Van Assche
2019-04-12scsi: target/iscsi: Make iscsit_map_iovec() more robustBart Van Assche
2019-04-12scsi: target/iscsi: Handle too large immediate data buffers correctlyBart Van Assche
2019-04-12scsi: target/iscsi: Only send R2T if neededBart Van Assche
2019-04-12scsi: target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche
2019-04-12scsi: target/core: Make the XCOPY setup code easier to read by inlining two f...Bart Van Assche
2019-04-12scsi: target/core: Simplify LUN initialization in XCOPY implementationBart Van Assche
2019-04-12scsi: target/core: Remove a set-but-not-used member variable from the XCOPY i...Bart Van Assche
2019-04-12scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche
2019-04-12scsi: target/core: Fix a race condition in the LUN lookup codeBart Van Assche
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-27scsi: target: alua: fix the tg_pt_gps_counttangwenji
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-20scsi: target: iscsi: Free conn_ops when zalloc_cpumask_var failedtangwenji
2019-03-20scsi: target: iscsi: Fix np_ip_proto and np_sock_type in iscsit_setup_nptangwenji
2019-03-20scsi: target: fix unsigned comparision with less than zeroColin Ian King
2019-03-18scsi: target: Add device product id and revision configfs attributesAlan Adamson
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-06scsi: target: tcmu: Switch to bitmap_zalloc()Andy Shevchenko