summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-5/+5
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-5/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-222-3/+36
|\ \
| * | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
| * | scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni2022-01-221-1/+34
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-2217-91/+155
|\ \ \ | |/ / |/| |
| * | scsi: nsp_cs: Check of ioremap return valueJiasheng Jiang2022-01-101-0/+3
| * | scsi: ufs: ufs-mediatek: Fix error checking in ufs_mtk_init_va09_pwr_ctrl()Miaoqian Lin2022-01-101-1/+1
| * | scsi: ufs: Modify Tactive time setting conditionsSEO HOYOUNG2022-01-101-1/+1
| * | scsi: efct: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-7/+4
| * | scsi: megaraid: Avoid mismatched storage type sizesKees Cook2022-01-071-50/+34
| * | scsi: hisi_sas: Remove unused variable and check in hisi_sas_send_ata_reset_e...Xiang Chen2022-01-071-5/+0
| * | scsi: aic79xx: Remove redundant error variableMinghao Chi2022-01-051-5/+1
| * | scsi: pm80xx: Port reset timeout error handling correctionAjish Koshy2022-01-053-3/+14
| * | scsi: mpi3mr: Fix formatting problems in some kernel-doc commentsYang Li2022-01-051-3/+2
| * | scsi: mpi3mr: Fix some spelling mistakesColin Ian King2022-01-051-3/+3
| * | scsi: mpt3sas: Update persistent trigger pages from sysfs interfaceSuganath Prabu S2022-01-052-6/+85
| * | scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal2022-01-052-6/+4
| * | scsi: aacraid: Fix spelling of "its"Randy Dunlap2022-01-051-1/+1
| * | scsi: qedf: Fix potential dereference of NULL pointerJiasheng Jiang2022-01-051-0/+2
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\ \ \
| * | | virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
| | |/ | |/|
* | | Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-161-22/+32
|\ \ \
| * | | scsi: storvsc: Fix storvsc_queuecommand() memory leakJuan Vazquez2022-01-101-5/+12
| * | | scsi: storvsc: Fix unsigned comparison to zeroYueHaibing2022-01-051-4/+2
| * | | scsi: storvsc: Add Isolation VM support for storvsc driverTianyu Lan2021-12-201-16/+21
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-1486-1589/+3691
|\ \ \ \ | | |_|/ | |/| |
| * | | scsi: mpi3mr: Bump driver version to 8.0.0.61.0Sreekanth Reddy2021-12-231-2/+2
| * | | scsi: mpi3mr: Fixes around reply request queuesSreekanth Reddy2021-12-232-2/+5
| * | | scsi: mpi3mr: Enhanced Task Management Support Reply handlingSreekanth Reddy2021-12-232-38/+185
| * | | scsi: mpi3mr: Use TM response codes from MPI3 headersSreekanth Reddy2021-12-232-34/+27
| * | | scsi: mpi3mr: Add io_uring interface support in I/O-polled modeSreekanth Reddy2021-12-233-38/+210
| * | | scsi: mpi3mr: Print cable mngnt and temp threshold eventsSreekanth Reddy2021-12-232-3/+73
| * | | scsi: mpi3mr: Support Prepare for Reset eventSreekanth Reddy2021-12-233-33/+96
| * | | scsi: mpi3mr: Add Event acknowledgment logicSreekanth Reddy2021-12-233-12/+224
| * | | scsi: mpi3mr: Gracefully handle online FW update operationSreekanth Reddy2021-12-232-18/+92
| * | | scsi: mpi3mr: Detect async reset that occurred in firmwareSreekanth Reddy2021-12-233-163/+120
| * | | scsi: mpi3mr: Add IOC reinit functionSreekanth Reddy2021-12-231-1/+115
| * | | scsi: mpi3mr: Handle offline FW activation in graceful mannerSreekanth Reddy2021-12-233-128/+120
| * | | scsi: mpi3mr: Code refactor of IOC init - part2Sreekanth Reddy2021-12-231-78/+89
| * | | scsi: mpi3mr: Code refactor of IOC init - part1Sreekanth Reddy2021-12-231-34/+73
| * | | scsi: mpi3mr: Fault IOC when internal command gets timeoutSreekanth Reddy2021-12-232-48/+67
| * | | scsi: mpi3mr: Display IOC firmware package versionSreekanth Reddy2021-12-231-0/+89
| * | | scsi: mpi3mr: Handle unaligned PLL in unmap cmndsSreekanth Reddy2021-12-231-10/+26
| * | | scsi: mpi3mr: Increase internal cmnds timeout to 60sSreekanth Reddy2021-12-232-6/+9
| * | | scsi: mpi3mr: Do access status validation before adding devicesSreekanth Reddy2021-12-231-0/+11
| * | | scsi: mpi3mr: Add support for PCIe Managed Switch SES deviceSreekanth Reddy2021-12-232-11/+32
| * | | scsi: mpi3mr: Update MPI3 headers - part2Sreekanth Reddy2021-12-238-61/+261
| * | | scsi: mpi3mr: Update MPI3 headers - part1Sreekanth Reddy2021-12-232-106/+499
| * | | scsi: mpi3mr: Don't reset IOC if cmnds flush with reset statusSreekanth Reddy2021-12-232-6/+9