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