aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds37-936/+321
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+1
2018-12-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+19
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3
2018-12-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+3
2018-12-12scsi: sd: use mempool for discard special pageJens Axboe1-4/+19
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-37/+39
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe5-37/+39
2018-12-07scsi: bnx2fc: Fix NULL dereference in error handlingDan Carpenter1-1/+1
2018-12-07Revert "scsi: qla2xxx: Fix NVMe Target discovery"Himanshu Madhani1-2/+2
2018-12-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-37/+39
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe4-2/+25
2018-11-28scsi: storvsc: Fix a race in sub-channel creation that can cause panicDexuan Cui1-31/+30
2018-11-28scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during unloadCathy Avery1-2/+2
2018-11-28scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_resetFred Herard1-2/+2
2018-11-28scsi: lpfc: fix block guard enablement on SLI3 adaptersMartin Wilck2-2/+5
2018-11-26scsi: Do not rely on blk-mq for double completionsKeith Busch2-12/+23
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-2/+25
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur1-2/+1
2018-11-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-2/+25
2018-11-19nvme-fc: remove ->poll implementationJens Axboe1-12/+0
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe12-15/+23
2018-11-16Merge tag 'for-linus-20181115' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+8
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig2-13/+2
2018-11-14SCSI: fix queue cleanup race before queue initialization is doneMing Lei1-0/+8
2018-11-10fnic: fix fnic_scsi_host_{start,end}_tagChristoph Hellwig1-2/+2
2018-11-09scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig5-37/+24
2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig5-83/+75
2018-11-09scsi: clean up error handling in scsi_init_ioChristoph Hellwig1-8/+7
2018-11-09scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmndChristoph Hellwig1-21/+24
2018-11-09scsi: simplify scsi_prep_state_checkChristoph Hellwig1-54/+48
2018-11-08scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoCWei Li3-0/+17
2018-11-08scsi: qla2xxx: Timeouts occur on surprise removal of QLogic adapterBill Kuzeja1-2/+8
2018-11-07blk-mq: abstract out queue mapJens Axboe4-5/+8
2018-11-07block: kill request ->cpu memberJens Axboe3-15/+3
2018-11-07block: remove __blk_put_request()Jens Axboe5-6/+6
2018-11-07bsg: convert to use blk-mqJens Axboe1-24/+35
2018-11-07bsg: provide bsg_remove_queue() helperJens Axboe4-14/+4
2018-11-07bsg: pass in desired timeout handlerJens Axboe4-8/+7
2018-11-07scsi: kill off the legacy IO pathJens Axboe14-650/+70
2018-11-07scsi: provide mq_ops->busy() hookJens Axboe1-0/+6
2018-11-06scsi: qla2xxx: Initialize port speed to avoid setting lower speedQuinn Tran1-0/+1
2018-11-06Revert "scsi: ufs: Disable blk-mq for now"Martin K. Petersen1-7/+0
2018-11-05scsi: NCR5380: Return false instead of NULLFinn Thain1-1/+1
2018-11-05scsi: qla2xxx: Fix a typo in MODULE_PARM_DESCMasanari Iida1-1/+1
2018-11-05scsi: hisi_sas: Remove set but not used variable 'dq_list'YueHaibing3-6/+0
2018-11-05scsi: myrs: only build on little-endian platformsArnd Bergmann1-0/+1
2018-11-05scsi: myrs: avoid stack overflow warningArnd Bergmann1-5/+8
2018-11-05scsi: lpfc: fix remoteport accessArnd Bergmann1-0/+2
2018-11-05scsi: myrb: fix sprintf buffer overflow warningArnd Bergmann1-1/+2