aboutsummaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-21scsi: iscsi: Rename iscsi_conn_queue_work()Gravatar Mike Christie 1-1/+1
2022-06-21scsi: iscsi: Fix session removal on shutdownGravatar Mike Christie 1-1/+1
2022-06-21scsi: iscsi: Add helper to remove a session from the kernelGravatar Mike Christie 1-0/+1
2022-06-16scsi: iscsi: Make iscsi_unregister_transport() return voidGravatar Max Gurtovoy 1-1/+1
2022-06-10scsi: libsas: Introduce struct smp_rps_respGravatar Damien Le Moal 2-7/+3
2022-06-10scsi: libsas: Introduce struct smp_rg_respGravatar Damien Le Moal 1-0/+8
2022-06-10scsi: libsas: Introduce struct smp_disc_respGravatar Damien Le Moal 1-16/+12
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 5-5/+28
2022-05-25Merge tag 'Wstringop-overflow-fixes-5.19-rc1' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-1/+2
2022-05-19scsi: libsas: Refactor sas_ata_hard_reset()Gravatar John Garry 1-0/+7
2022-05-16scsi: fcoe: Add a local_lock to fcoe_percpuGravatar Davidlohr Bueso 1-0/+2
2022-05-02scsi: core: Cache VPD pages b0, b1, b2Gravatar Martin K. Petersen 1-0/+4
2022-05-02scsi: core: Query VPD size before getting full pageGravatar Martin K. Petersen 1-1/+4
2022-04-26scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gravatar Gustavo A. R. Silva 1-1/+2
2022-04-25scsi: sd: sd_zbc: Hide gap zonesGravatar Damien Le Moal 1-1/+8
2022-04-25scsi: iscsi: Fix harmless double shift bugGravatar Dan Carpenter 1-3/+3
2022-04-11scsi: iscsi: Fix NOP handling during conn recoveryGravatar Mike Christie 1-1/+1
2022-04-11scsi: iscsi: Merge suspend fieldsGravatar Mike Christie 1-4/+5
2022-04-11scsi: iscsi: Fix conn cleanup and stop race during iscsid restartGravatar Mike Christie 1-0/+2
2022-04-11scsi: iscsi: Release endpoint ID when its freedGravatar Mike Christie 1-1/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 13-80/+121
2022-03-15scsi: libiscsi: Teardown iscsi_cls_conn gracefullyGravatar Wenchao Hao 1-1/+0
2022-03-15scsi: libiscsi: Add iscsi_cls_conn to sysfs after initializationGravatar Wenchao Hao 1-2/+0
2022-03-15scsi: iscsi: Add helper functions to manage iscsi_cls_connGravatar Wenchao Hao 1-0/+4
2022-03-14scsi: hisi_sas: Use libsas internal abort supportGravatar John Garry 1-0/+2
2022-03-14scsi: libsas: Add sas_execute_internal_abort_dev()Gravatar John Garry 1-0/+8
2022-03-14scsi: libsas: Add sas_execute_internal_abort_single()Gravatar John Garry 2-0/+16
2022-03-08scsi: don't use disk->private_data to find the scsi_driverGravatar Christoph Hellwig 2-11/+7
2022-03-01scsi: core: sd: Add silence_suspend flag to suppress some PM messagesGravatar Adrian Hunter 1-0/+1