summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-1/+1
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-136-44/+76
|\ \ | |/ |/|
| * scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()Sudhakar Panneerselvam2020-06-093-5/+5
| * scsi: target: Fix NULL pointer dereferenceSudhakar Panneerselvam2020-06-093-13/+39
| * scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam2020-06-095-26/+24
| * scsi: target: Factor out a new helper, target_cmd_init_cdb()Sudhakar Panneerselvam2020-06-091-4/+12
| * scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_rangeBodo Stroesser2020-06-021-2/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-0510-167/+198
|\|
| * scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd()Dan Carpenter2020-05-261-3/+3
| * scsi: target: tcmu: Userspace must not complete queued commandsBodo Stroesser2020-05-191-83/+71
| * scsi: target: core: Add initiatorname to NON_EXISTENT_LUN errorLance Digby2020-05-191-4/+6
| * scsi: target: loopback: Fix READ with data and sensebytesBodo Stroesser2020-05-111-21/+15
| * scsi: target: tcmu: Make pgr_support and alua_support attributes writableBodo Stroesser2020-05-072-2/+56
| * scsi: target: Make transport_flags per deviceBodo Stroesser2020-05-078-23/+23
| * scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptplBodo Stroesser2020-05-072-10/+20
| * scsi: target: Add missing emulate_pr attribute to passthrough backendsBodo Stroesser2020-05-071-0/+1
| * scsi: target: iscsi: Remove the iscsi_data_count structureMaurizio Lombardi2020-04-241-24/+6
* | ipv4: add ip_sock_set_freebindChristoph Hellwig2020-05-281-10/+3
* | tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-12/+3
* | net: add sock_set_reuseaddrChristoph Hellwig2020-05-282-9/+2
* | scsi: target: Put lun_ref at end of tmr processingBodo Stroesser2020-05-141-0/+1
* | scsi: target/iblock: fix WRITE SAME zeroingDavid Disseldorp2020-04-221-1/+1
* | scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKENBodo Stroesser2020-04-131-0/+1
* | scsi: target: fix PR IN / READ FULL STATUS for FCBodo Stroesser2020-04-131-1/+1
* | scsi: target: Write NULL to *port_nexus_ptr if no ISIDBodo Stroesser2020-04-131-1/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-102-132/+64
|\
| * scsi: target: use the stack for XCOPY passthrough cmdsDavid Disseldorp2020-03-292-58/+31
| * scsi: target: increase XCOPY I/O sizeDavid Disseldorp2020-03-291-1/+1
| * scsi: target: avoid per-loop XCOPY buffer allocationsDavid Disseldorp2020-03-292-66/+31
| * scsi: target: drop xcopy DISK BLOCK LENGTH debugDavid Disseldorp2020-03-292-6/+0
| * scsi: target: use #define for xcopy descriptor lenDavid Disseldorp2020-03-291-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-0210-74/+57
|\|
| * scsi: target: iscsi: calling iscsit_stop_session() inside iscsit_close_sessio...Maurizio Lombardi2020-03-261-2/+1
| * scsi: target: fix hang when multiple threads try to destroy the same iscsi se...Maurizio Lombardi2020-03-263-16/+29
| * scsi: target: remove boilerplate codeMaurizio Lombardi2020-03-262-45/+2
| * scsi: target: use an enum to track emulate_ua_intlck_ctrlDavid Disseldorp2020-02-215-8/+22
| * scsi: target: convert boolean se_dev_attrib types to boolDavid Disseldorp2020-02-211-3/+3
| * scsi: target: fix unmap_zeroes_data boolean initialisationDavid Disseldorp2020-02-211-1/+1
* | scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a...Bart Van Assche2020-02-141-8/+2
* | scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche2020-02-141-3/+3
* | scsi: Revert "target/core: Inline transport_lun_remove_cmd()"Bart Van Assche2020-02-121-3/+28
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-1/+0
|\
| * Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen2020-01-101-1/+3
| |\
| * | scsi: libfc: remove unnecessary assertion on ep variableAditya Pakki2019-12-191-1/+0
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-01-261-3/+3
|\ \ \ | |_|/ |/| |
| * | scsi: RDMA/isert: Fix a recently introduced regression related to logoutBart Van Assche2020-01-211-3/+3
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-12-271-1/+3
|\| | | |/ |/|
| * scsi: target/iblock: Fix protection error with blocks greater than 512BIsrael Rukshin2019-12-191-1/+3
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/