summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | scsi: libsas: remove the exporting of sas_wait_ehDenis Efremov2019-07-121-1/+0
| * | scsi: megaraid_sas: Make some symbols staticYueHaibing2019-07-121-3/+3
| * | scsi: core: use scmd_printk() to print which command timed outMaurizio Lombardi2019-07-121-1/+1
| * | Merge branch '5.3/scsi-sg' into scsi-nextMartin K. Petersen2019-06-2715-97/+118
| |\ \
* | \ \ Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-201-1/+1
|\ \ \ \
| * | | | scsi: remove pointless $(MODVERDIR)/$(obj)/53c700.verMasahiro Yamada2019-07-171-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-19/+4
|\ \ \ \
| * | | | vfs: Convert ocxlflash to use the new mount APIDavid Howells2019-05-261-14/+4
| * | | | mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-2/+1
| * | | | cxlflash: don't bother with dentry_operationsAl Viro2019-05-201-5/+1
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-07-171-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | scsi: virtio_scsi: Use struct_size() helperGustavo A. R. Silva2019-07-111-1/+1
* | | | | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-162-34/+77
|\ \ \ \ \
| * | | | | sd_zbc: Fix report zones buffer allocationDamien Le Moal2019-07-121-29/+75
| * | | | | block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-122-6/+3
* | | | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\ \ \ \ \ \
| * | | | | | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley2019-07-121-1/+1
* | | | | | | | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-1215-97/+118
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | scsi: core: don't preallocate small SGL in case of NO_SG_CHAINMing Lei2019-06-201-1/+5
| * | | | | | | scsi: core: avoid preallocating big SGL for dataMing Lei2019-06-201-6/+9
| * | | | | | | scsi: core: avoid preallocating big SGL for protection informationMing Lei2019-06-201-3/+11
| * | | | | | | scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei2019-06-201-4/+6
| * | | | | | | scsi: esp: use sg helper to iterate over scatterlistMing Lei2019-06-202-7/+15
| * | | | | | | scsi: NCR5380: use sg helper to iterate over scatterlistFinn Thain2019-06-201-23/+18
| * | | | | | | scsi: wd33c93: use sg helper to iterate over scatterlistMing Lei2019-06-201-1/+1
| * | | | | | | scsi: ppa: use sg helper to iterate over scatterlistMing Lei2019-06-201-1/+1
| * | | | | | | scsi: pcmcia: nsp_cs: use sg helper to iterate over scatterlistMing Lei2019-06-201-2/+2
| * | | | | | | scsi: imm: use sg helper to iterate over scatterlistMing Lei2019-06-201-1/+1
| * | | | | | | scsi: aha152x: use sg helper to iterate over scatterlistFinn Thain2019-06-201-23/+23
| * | | | | | | scsi: pmcraid: use sg helper to iterate over scatterlistMing Lei2019-06-201-7/+7
| * | | | | | | scsi: ipr: use sg helper to iterate over scatterlistMing Lei2019-06-201-13/+16
| * | | | | | | scsi: mvumi: use sg helper to iterate over scatterlistMing Lei2019-06-201-6/+5
| * | | | | | | scsi: lpfc: use sg helper to iterate over scatterlistMing Lei2019-06-201-2/+1
| * | | | | | | scsi: advansys: use sg helper to iterate over scatterlistMing Lei2019-06-201-1/+1
| * | | | | | | scsi: vmw_pscsi: use sg helper to iterate over scatterlistMing Lei2019-06-201-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-12109-8474/+5144
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | scsi: qla2xxx: move IO flush to the front of NVME rport unregistrationQuinn Tran2019-06-274-21/+12
| * | | | | scsi: qla2xxx: Fix NVME cmd and LS cmd timeout race conditionQuinn Tran2019-06-273-50/+117
| * | | | | scsi: qla2xxx: on session delete, return nvme cmdQuinn Tran2019-06-271-9/+19
| * | | | | scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devicesArun Easi2019-06-274-30/+10
| * | | | | scsi: megaraid_sas: Update driver version to 07.710.06.00-rc1Chandrakanth Patil2019-06-271-2/+2
| * | | | | scsi: megaraid_sas: Introduce various Aero performance modesChandrakanth Patil2019-06-273-15/+81
| * | | | | scsi: megaraid_sas: Use high IOPS queues based on IO workloadChandrakanth Patil2019-06-274-2/+19
| * | | | | scsi: megaraid_sas: Set affinity for high IOPS reply queuesChandrakanth Patil2019-06-271-0/+22
| * | | | | scsi: megaraid_sas: Enable coalescing for high IOPS queuesChandrakanth Patil2019-06-272-1/+9
| * | | | | scsi: megaraid_sas: Add support for High IOPS queuesChandrakanth Patil2019-06-273-17/+135
| * | | | | scsi: megaraid_sas: Add support for MPI toolbox commandsChandrakanth Patil2019-06-273-2/+72
| * | | | | scsi: megaraid_sas: Offload Aero RAID5/6 division calculations to driverChandrakanth Patil2019-06-274-10/+108