aboutsummaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-02-21scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Gravatar Muneendra 1-1/+3
2023-01-18scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddressGravatar Mike Christie 1-0/+2
2023-01-18Merge patch series "scsi: Add struct for args to execution functions"Gravatar Martin K. Petersen 1-23/+15
2023-01-18scsi: core: Remove scsi_execute_req()/scsi_execute() functionsGravatar Mike Christie 1-31/+0
2023-01-13scsi: core: Add struct for args to execution functionsGravatar Mike Christie 1-14/+37
2022-12-30Merge patch series "scsi: libsas: Some coding style fixes and cleanups"Gravatar Martin K. Petersen 2-1/+20
2022-12-30scsi: libsas: Factor out sas_ata_add_dev()Gravatar Jason Yan 1-0/+9
2022-12-30scsi: libsas: Change the coding style of sas_discover_sata()Gravatar Jason Yan 2-1/+11
2022-12-30Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesGravatar Martin K. Petersen 1-0/+9
2022-12-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-1/+2
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 9-26/+64
2022-12-14scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspaceGravatar Wenchao Hao 1-0/+9
2022-12-01scsi: sd: Convert SCSI errors to PR errorsGravatar Mike Christie 1-0/+1
2022-12-01scsi: core: Rename status_byte to sg_status_byteGravatar Mike Christie 1-1/+1
2022-11-26scsi: libsas: Do not export sas_ata_wait_after_reset()Gravatar Jie Zhan 1-7/+0
2022-11-26scsi: libsas: Add smp_ata_check_ready_type()Gravatar Jie Zhan 1-0/+6
2022-11-26scsi: sd: Use 16-byte SYNCHRONIZE CACHE on ZBC devicesGravatar Shin'ichiro Kawasaki 1-0/+1
2022-10-27scsi: target: core: Add list of opcodes for RSOCGravatar Dmitry Bogdanov 1-0/+3
2022-10-27scsi: target: core: Add support for RSOC commandGravatar Dmitry Bogdanov 1-0/+7
2022-10-22scsi: core: Support failing requests while recoveringGravatar Bart Van Assche 1-1/+2
2022-10-22scsi: core: Change the return type of .eh_timed_out()Gravatar Bart Van Assche 4-4/+16
2022-10-22scsi: libsas: Add sas_task_find_rq()Gravatar John Garry 1-0/+18
2022-10-18scsi: libsas: Introduce sas_find_attached_phy_id() helperGravatar Jason Yan 1-0/+2
2022-10-18scsi: core: Release SCSI devices synchronouslyGravatar Bart Van Assche 1-1/+0
2022-10-18scsi: core: Introduce a new list for SCSI proc directory entriesGravatar Bart Van Assche 1-12/+0
2022-10-18scsi: esas2r: Introduce scsi_template_proc_dir()Gravatar Bart Van Assche 1-0/+6
2022-10-18scsi: libsas: Make sas_{alloc, alloc_slow, free}_task() privateGravatar John Garry 1-4/+0
2022-10-18scsi: libsas: Add sas_ata_device_link_abort()Gravatar John Garry 1-0/+6
2022-10-17scsi: Define the COMPLETED sense keyGravatar Damien Le Moal 1-2/+2
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-7/+8
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2022-09-25scsi: stex: Properly zero out the passthrough command structureGravatar Linus Torvalds 1-1/+1
2022-09-25scsi: core: Add I/O timeout count for SCSI deviceGravatar Wu Bo 1-0/+1
2022-09-06scsi: core: Remove useless host error codesGravatar Mike Christie 1-6/+6
2022-09-01scsi: core: Fix a use-after-freeGravatar Bart Van Assche 1-0/+2
2022-09-01scsi: core: Revert "Make sure that targets outlive devices"Gravatar Bart Van Assche 1-2/+0
2022-09-01scsi: core: Revert "Make sure that hosts outlive targets"Gravatar Bart Van Assche 1-3/+0
2022-08-22block: Change the return type of blk_mq_map_queues() into voidGravatar Bart Van Assche 1-1/+1
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-0/+5
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 1-0/+1
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 4-29/+31
2022-08-01scsi: core: Make sure that hosts outlive targetsGravatar Ming Lei 1-0/+3
2022-08-01scsi: core: Make sure that targets outlive devicesGravatar Bart Van Assche 1-0/+2
2022-07-19scsi: sd: allow max_sectors be capped at DMA optimal size limitGravatar John Garry 1-0/+1
2022-07-14scsi/core: Use the new blk_opf_t typeGravatar Bart Van Assche 1-1/+1
2022-07-14scsi/core: Improve static type checkingGravatar Bart Van Assche 1-2/+2
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnGravatar John Garry 1-1/+1
2022-06-21scsi: libiscsi: Improve conn_send_pdu APIGravatar Mike Christie 1-3/+0
2022-06-21scsi: iscsi: Remove iscsi_get_task back_lock requirementGravatar Mike Christie 1-1/+1
2022-06-21scsi: iscsi: Add recv workqueue helpersGravatar Mike Christie 1-0/+4