summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
2024-12-02Merge branch '6.13/scsi-queue' into 6.13/scsi-fixesMartin K. Petersen-2/+2
2024-11-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2024-11-20scsi: target: tcmu: Constify some structuresChristophe JAILLET-2/+2
2024-11-06scsi: target: Fix incorrect function name in pscsi_create_type_disk()Baolin Liu-1/+1
2024-10-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-1/+1
2024-10-15scsi: target: core: Fix null-ptr-deref in target_alloc_device()Wang Hai-1/+1
2024-10-15genetlink: hold RCU in genlmsg_mcast()Eric Dumazet-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-19/+19
2024-08-22scsi: target: Remove unused declarationsYue Haibing-15/+0
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig-23/+26
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-2/+2
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+0
2024-05-06scsi: target: Remove unused list 'device_list'Dr. David Alan Gilbert-1/+0
2024-04-15remove call_{read,write}_iter() functionsMiklos Szeredi-2/+2
2024-04-05scsi: target: Fix SELinux error when systemd-modules loads the target moduleMaurizio Lombardi-0/+12
2024-03-25Merge branch '6.9/scsi-queue' into 6.9/scsi-fixesMartin K. Petersen-2/+1
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
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