summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-22/+22
2024-03-10scsi: target: iscsi: Remove unused variable xfer_lenColin Ian King-2/+1
2024-02-25target: port block device access to fileChristian Brauner-22/+22
2024-02-15scsi: target: pscsi: Fix bio_put() for error caseNaohiro Aota-3/+6
2024-02-12scsi: target: Fix unmap setup during configurationMike Christie-16/+32
2024-02-05scsi: target: tcm_loop: Make tcm_loop_lld_bus constRicardo B. Marliere-1/+1
2024-01-20Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-5/+4
2024-01-11scsi: target: core: Add TMF to tmr_list handlingDmitry Bogdanov-5/+4
2024-01-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+1
2023-12-20pid: Split out pid_types.hKent Overstreet-0/+1
2023-12-05scsi: target: Enable READ CAPACITY for PR EAROBenjamin Coddington-0/+1
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-72/+128
2023-10-28scsi: target: Convert to bdev_open_by_path()Jan Kara-22/+26
2023-10-24scsi: target: core: Fix kernel-doc commentYang Li-1/+1
2023-10-13Merge patch series "scsi: target: Allow userspace to config cmd submission"Martin K. Petersen-68/+121
2023-10-13scsi: target: Export fabric driver direct submit settingsMike Christie-0/+24
2023-10-13scsi: target: core: Unexport target_queue_submission()Mike Christie-2/+1
2023-10-13scsi: target: Allow userspace to request direct submissionsMike Christie-11/+55
2023-10-13scsi: target: core: Kill transport_handle_cdb_direct()Mike Christie-21/+10
2023-10-13scsi: target: core: Move buffer clearing hackMike Christie-28/+21
2023-10-13scsi: target: core: Move core_alua_check_nonop_delay() callMike Christie-13/+6
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie-0/+11
2023-10-13scsi: target: iscs: Make write_pending_must_be_called a bit fieldMike Christie-1/+1
2023-09-27scsi: target: tcmu: Annotate struct tcmu_tmr with __counted_byKees Cook-1/+1
2023-09-27scsi: target: Remove the references to http://www.linux-iscsi.org/Bart Van Assche-3/+6
2023-09-27scsi: target: core: Fix deadlock due to recursive lockingJunxiao Bi-7/+4
2023-09-13scsi: target: core: Fix target_cmd_counter leakDavid Disseldorp-0/+1
2023-09-13Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesMartin K. Petersen-12/+12
2023-09-05scsi: target: Replace strlcpy() with strscpy()Azeem Shaikh-12/+12
2023-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-66/+42
2023-08-21scsi: target: Fix write perf due to unneeded throttlingMike Christie-1/+6
2023-08-09bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi-2/+1
2023-07-31Merge patch series "scsi: target: iscsi: Get rid of sprintf in iscsi_target_c...Martin K. Petersen-36/+36
2023-07-31scsi: target: iscsi: Stop using sprintf() in iscsi_target_configfs.cKonstantin Shelekhin-9/+9
2023-07-31scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()Konstantin Shelekhin-27/+27
2023-07-11scsi: target: iscsi: Remove the unused netif_timeout attributeMaurizio Lombardi-29/+0
2023-07-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3/+3
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-64/+448
2023-06-28scsi: target: iblock: Quiet bool conversion warning with pr_preempt useMike Christie-1/+1
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-6/+9
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-11/+9
2023-06-24scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells-6/+9
2023-06-21scsi: target: tcmu: Replace strlcpy() with strscpy()Azeem Shaikh-2/+2
2023-06-14scsi: target: core: Fix error path in target_setup_session()Bob Pearson-0/+2
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig-5/+4
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig-8/+6
2023-06-05block: introduce holder opsChristoph Hellwig-2/+3
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen-52/+436
2023-05-22scsi: target: iscsi: Prevent login threads from racing between each otherMaurizio Lombardi-1/+3
2023-05-22scsi: target: iscsi: Fix hang in the iSCSI login codeMaurizio Lombardi-91/+99