summaryrefslogtreecommitdiffstats
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-01-18scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddressMike Christie1-0/+2
2022-12-30Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen1-0/+9
2022-12-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-1/+2
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-26/+64
2022-12-14scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspaceWenchao Hao1-0/+9
2022-12-01scsi: sd: Convert SCSI errors to PR errorsMike Christie1-0/+1
2022-12-01scsi: core: Rename status_byte to sg_status_byteMike Christie1-1/+1
2022-11-26scsi: libsas: Do not export sas_ata_wait_after_reset()Jie Zhan1-7/+0
2022-11-26scsi: libsas: Add smp_ata_check_ready_type()Jie Zhan1-0/+6
2022-11-26scsi: sd: Use 16-byte SYNCHRONIZE CACHE on ZBC devicesShin'ichiro Kawasaki1-0/+1
2022-10-27scsi: target: core: Add list of opcodes for RSOCDmitry Bogdanov1-0/+3
2022-10-27scsi: target: core: Add support for RSOC commandDmitry Bogdanov1-0/+7
2022-10-22scsi: core: Support failing requests while recoveringBart Van Assche1-1/+2
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche4-4/+16
2022-10-22scsi: libsas: Add sas_task_find_rq()John Garry1-0/+18
2022-10-18scsi: libsas: Introduce sas_find_attached_phy_id() helperJason Yan1-0/+2
2022-10-18scsi: core: Release SCSI devices synchronouslyBart Van Assche1-1/+0
2022-10-18scsi: core: Introduce a new list for SCSI proc directory entriesBart Van Assche1-12/+0
2022-10-18scsi: esas2r: Introduce scsi_template_proc_dir()Bart Van Assche1-0/+6
2022-10-18scsi: libsas: Make sas_{alloc, alloc_slow, free}_task() privateJohn Garry1-4/+0
2022-10-18scsi: libsas: Add sas_ata_device_link_abort()John Garry1-0/+6
2022-10-17scsi: Define the COMPLETED sense keyDamien Le Moal1-2/+2
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-7/+8
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2022-09-25scsi: stex: Properly zero out the passthrough command structureLinus Torvalds1-1/+1
2022-09-25scsi: core: Add I/O timeout count for SCSI deviceWu Bo1-0/+1
2022-09-06scsi: core: Remove useless host error codesMike Christie1-6/+6
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche1-0/+2
2022-09-01scsi: core: Revert "Make sure that targets outlive devices"Bart Van Assche1-2/+0
2022-09-01scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche1-3/+0
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-1/+1
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-0/+5
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-0/+1
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-29/+31
2022-08-01scsi: core: Make sure that hosts outlive targetsMing Lei1-0/+3
2022-08-01scsi: core: Make sure that targets outlive devicesBart Van Assche1-0/+2
2022-07-19scsi: sd: allow max_sectors be capped at DMA optimal size limitJohn Garry1-0/+1
2022-07-14scsi/core: Use the new blk_opf_t typeBart Van Assche1-1/+1
2022-07-14scsi/core: Improve static type checkingBart Van Assche1-2/+2
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-1/+1
2022-06-21scsi: libiscsi: Improve conn_send_pdu APIMike Christie1-3/+0
2022-06-21scsi: iscsi: Remove iscsi_get_task back_lock requirementMike Christie1-1/+1
2022-06-21scsi: iscsi: Add recv workqueue helpersMike Christie1-0/+4
2022-06-21scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie1-1/+1
2022-06-21scsi: iscsi: Fix session removal on shutdownMike Christie1-1/+1
2022-06-21scsi: iscsi: Add helper to remove a session from the kernelMike Christie1-0/+1
2022-06-16scsi: iscsi: Make iscsi_unregister_transport() return voidMax Gurtovoy1-1/+1
2022-06-10scsi: libsas: Introduce struct smp_rps_respDamien Le Moal2-7/+3
2022-06-10scsi: libsas: Introduce struct smp_rg_respDamien Le Moal1-0/+8
2022-06-10scsi: libsas: Introduce struct smp_disc_respDamien Le Moal1-16/+12