| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2022-08-13 | 8 | -25/+51 |
|\ |
|
| * | scsi: pm8001: Fix typo 'the the' in comment | Slark Xiao | 2022-08-02 | 1 | -1/+1 |
| * | scsi: megaraid_sas: Remove redundant variable cmd_type | Colin Ian King | 2022-08-02 | 1 | -2/+1 |
| * | scsi: FlashPoint: Remove redundant variable bm_int_st | Colin Ian King | 2022-08-02 | 1 | -2/+2 |
| * | scsi: core: Call blk_mq_free_tag_set() earlier | Bart Van Assche | 2022-08-02 | 1 | -5/+5 |
| * | scsi: core: Simplify LLD module reference counting | Ming Lei | 2022-08-02 | 2 | -12/+6 |
| * | scsi: core: Make sure that hosts outlive targets | Ming Lei | 2022-08-02 | 2 | -0/+15 |
| * | scsi: core: Make sure that targets outlive devices | Bart Van Assche | 2022-08-02 | 2 | -3/+19 |
| * | scsi: lpfc: Check the return value of alloc_workqueue() | William Dean | 2022-08-02 | 1 | -0/+2 |
* | | Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2022-08-07 | 2 | -6/+2 |
|\ \ |
|
| * | | scsi: cxlflash: Include missing linux/irqdomain.h | Christophe Leroy | 2022-07-28 | 1 | -0/+1 |
| * | | powerpc/powermac: Remove empty function note_scsi_host() | Christophe Leroy | 2022-06-26 | 1 | -5/+0 |
| * | | powerpc: Don't include asm/setup.h in asm/machdep.h | Christophe Leroy | 2022-06-20 | 1 | -1/+1 |
* | | | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/... | Linus Torvalds | 2022-08-06 | 4 | -4/+18 |
|\ \ \ |
|
| * | | | scsi: sd: Add a comment about limiting max_sectors to shost optimal limit | John Garry | 2022-07-22 | 1 | -0/+5 |
| * | | | scsi: scsi_transport_sas: cap shost opt_sectors according to DMA optimal limit | John Garry | 2022-07-19 | 1 | -0/+6 |
| * | | | scsi: sd: allow max_sectors be capped at DMA optimal size limit | John Garry | 2022-07-19 | 1 | -0/+2 |
| * | | | scsi: core: cap shost max_sectors according to DMA limits only once | John Garry | 2022-07-19 | 2 | -4/+5 |
| |/ / |
|
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2022-08-05 | 99 | -7143/+2797 |
|\ \ \
| | |/
| |/| |
|
| * | | scsi: megaraid: Remove the static variable initialisation | Jason Wang | 2022-07-27 | 1 | -1/+1 |
| * | | scsi: ch: Do not initialise statics to 0 | Xin Gao | 2022-07-27 | 1 | -1/+1 |
| * | | scsi: libsas: Resume SAS host for phy reset or enable via sysfs | Xiang Chen | 2022-07-19 | 1 | -0/+4 |
| * | | scsi: hisi_sas: Modify v3 HW SATA completion error processing | Xingui Yang | 2022-07-19 | 1 | -1/+8 |
| * | | scsi: hisi_sas: Relocate DMA unmap of SMP task | Xiang Chen | 2022-07-19 | 4 | -7/+5 |
| * | | scsi: hisi_sas: Remove unnecessary variable to hold DMA map elements | Xiang Chen | 2022-07-19 | 1 | -25/+18 |
| * | | scsi: hisi_sas: Call hisi_sas_slave_configure() from slave_configure_v3_hw() | John Garry | 2022-07-19 | 1 | -4/+1 |
| * | | scsi: mpi3mr: Delete a stray tab | Dan Carpenter | 2022-07-19 | 1 | -1/+1 |
| * | | scsi: mpi3mr: Unlock on error path | Dan Carpenter | 2022-07-19 | 1 | -1/+2 |
| * | | scsi: mpi3mr: Reduce VD queue depth on detecting throttling | Sreekanth Reddy | 2022-07-19 | 3 | -0/+136 |
| * | | scsi: mpi3mr: Resource Based Metering | Sreekanth Reddy | 2022-07-19 | 3 | -10/+280 |
| * | | scsi: sg: Allow waiting for commands to complete on removed device | Tony Battersby | 2022-07-19 | 1 | -20/+33 |
| * | | scsi: qla2xxx: Update version to 10.02.07.800-k | Nilesh Javali | 2022-07-19 | 1 | -2/+2 |
| * | | scsi: qla2xxx: Update manufacturer details | Bikash Hazarika | 2022-07-19 | 2 | -2/+2 |
| * | | scsi: qla2xxx: Fix sparse warning for dport_data | Nilesh Javali | 2022-07-19 | 1 | -2/+2 |
| * | | scsi: qla2xxx: Fix discovery issues in FC-AL topology | Arun Easi | 2022-07-19 | 3 | -2/+35 |
| * | | scsi: qla2xxx: Fix imbalance vha->vref_count | Quinn Tran | 2022-07-19 | 1 | -0/+4 |
| * | | scsi: qla2xxx: edif: Fix dropped IKE message | Quinn Tran | 2022-07-19 | 1 | -30/+24 |
| * | | scsi: qla2xxx: Fix response queue handler reading stale packets | Arun Easi | 2022-07-19 | 3 | -1/+35 |
| * | | scsi: qla2xxx: Zero undefined mailbox IN registers | Bikash Hazarika | 2022-07-19 | 1 | -0/+2 |
| * | | scsi: qla2xxx: Fix incorrect display of max frame size | Bikash Hazarika | 2022-07-19 | 4 | -9/+7 |
| * | | scsi: Revert "scsi: qla2xxx: Fix disk failure to rediscover" | Nilesh Javali | 2022-07-19 | 2 | -8/+2 |
| * | | scsi: smartpqi: Update version to 2.1.18-045 | Don Brace | 2022-07-14 | 1 | -3/+3 |
| * | | scsi: smartpqi: Update copyright to current year | Don Brace | 2022-07-14 | 6 | -6/+6 |
| * | | scsi: smartpqi: Add ctrl ready timeout module parameter | Kevin Barnett | 2022-07-14 | 3 | -1/+33 |
| * | | scsi: smartpqi: Update deleting a LUN via sysfs | Kevin Barnett | 2022-07-14 | 1 | -18/+30 |
| * | | scsi: smartpqi: Add module param to disable managed ints | Mike McGowen | 2022-07-14 | 2 | -2/+13 |
| * | | scsi: smartpqi: Fix RAID map race condition | Kevin Barnett | 2022-07-14 | 1 | -39/+71 |
| * | | scsi: smartpqi: Fix DMA direction for RAID requests | Mahesh Rajashekhara | 2022-07-14 | 1 | -2/+2 |
| * | | scsi: smartpqi: Stop logging spurious PQI reset failures | Kevin Barnett | 2022-07-14 | 1 | -2/+1 |
| * | | scsi: smartpqi: Add PCI IDs for Lenovo controllers | Mike McGowen | 2022-07-14 | 1 | -0/+32 |