summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-44/+76
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-09scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()Sudhakar Panneerselvam3-5/+5
2020-06-09scsi: target: Fix NULL pointer dereferenceSudhakar Panneerselvam3-13/+39
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam5-26/+24
2020-06-09scsi: target: Factor out a new helper, target_cmd_init_cdb()Sudhakar Panneerselvam1-4/+12
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-167/+198
2020-06-02scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_rangeBodo Stroesser1-2/+2
2020-05-28ipv4: add ip_sock_set_freebindChristoph Hellwig1-10/+3
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-12/+3
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig2-9/+2
2020-05-26scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd()Dan Carpenter1-3/+3
2020-05-19scsi: target: tcmu: Userspace must not complete queued commandsBodo Stroesser1-83/+71
2020-05-19scsi: target: core: Add initiatorname to NON_EXISTENT_LUN errorLance Digby1-4/+6
2020-05-14scsi: target: Put lun_ref at end of tmr processingBodo Stroesser1-0/+1
2020-05-11scsi: target: loopback: Fix READ with data and sensebytesBodo Stroesser1-21/+15
2020-05-07scsi: target: tcmu: Make pgr_support and alua_support attributes writableBodo Stroesser2-2/+56
2020-05-07scsi: target: Make transport_flags per deviceBodo Stroesser8-23/+23
2020-05-07scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptplBodo Stroesser2-10/+20
2020-05-07scsi: target: Add missing emulate_pr attribute to passthrough backendsBodo Stroesser1-0/+1
2020-04-24scsi: target: iscsi: Remove the iscsi_data_count structureMaurizio Lombardi1-24/+6
2020-04-22scsi: target/iblock: fix WRITE SAME zeroingDavid Disseldorp1-1/+1
2020-04-13scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKENBodo Stroesser1-0/+1
2020-04-13scsi: target: fix PR IN / READ FULL STATUS for FCBodo Stroesser1-1/+1
2020-04-13scsi: target: Write NULL to *port_nexus_ptr if no ISIDBodo Stroesser1-1/+2
2020-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-132/+64
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-74/+57
2020-03-29scsi: target: use the stack for XCOPY passthrough cmdsDavid Disseldorp2-58/+31
2020-03-29scsi: target: increase XCOPY I/O sizeDavid Disseldorp1-1/+1
2020-03-29scsi: target: avoid per-loop XCOPY buffer allocationsDavid Disseldorp2-66/+31
2020-03-29scsi: target: drop xcopy DISK BLOCK LENGTH debugDavid Disseldorp2-6/+0
2020-03-29scsi: target: use #define for xcopy descriptor lenDavid Disseldorp1-1/+1
2020-03-26scsi: target: iscsi: calling iscsit_stop_session() inside iscsit_close_sessio...Maurizio Lombardi1-2/+1
2020-03-26scsi: target: fix hang when multiple threads try to destroy the same iscsi se...Maurizio Lombardi3-16/+29
2020-03-26scsi: target: remove boilerplate codeMaurizio Lombardi2-45/+2
2020-02-21scsi: target: use an enum to track emulate_ua_intlck_ctrlDavid Disseldorp5-8/+22
2020-02-21scsi: target: convert boolean se_dev_attrib types to boolDavid Disseldorp1-3/+3
2020-02-21scsi: target: fix unmap_zeroes_data boolean initialisationDavid Disseldorp1-1/+1
2020-02-14scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a...Bart Van Assche1-8/+2
2020-02-14scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche1-3/+3
2020-02-12scsi: Revert "target/core: Inline transport_lun_remove_cmd()"Bart Van Assche1-3/+28
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2020-01-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+3
2020-01-21scsi: RDMA/isert: Fix a recently introduced regression related to logoutBart Van Assche1-3/+3
2020-01-10Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen1-1/+3
2019-12-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+3
2019-12-19scsi: libfc: remove unnecessary assertion on ep variableAditya Pakki1-1/+0
2019-12-19scsi: target/iblock: Fix protection error with blocks greater than 512BIsrael Rukshin1-1/+3
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1