summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2017-06-011-4/+23
|\
| * ibmvscsis: Fix the incorrect req_lim_deltaBryant G. Ly2017-05-161-4/+20
| * ibmvscsis: Clear left-over abort_cmd pointersBryant G. Ly2017-05-161-0/+3
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-05-2523-434/+902
|\ \
| * | scsi: zero per-cmd private driver data for each MQ I/OLong Li2017-05-191-1/+1
| * | scsi: csiostor: fix use after free in csio_hw_use_fwconfig()Varun Prakash2017-05-191-1/+4
| * | scsi: ufs: Clean up some rpm/spm level SysFS nodes upon removeMichaƂ Potomski2017-05-191-0/+7
| * | scsi: lpfc: fix build issue if NVME_FC_TARGET is not definedJames Smart2017-05-181-0/+2
| * | scsi: lpfc: Fix NULL pointer dereference during PCI error recoveryGuilherme G. Piccoli2017-05-181-0/+7
| * | scsi: lpfc: update version to 11.2.0.14James Smart2017-05-171-1/+1
| * | scsi: lpfc: Add MDS Diagnostic support.James Smart2017-05-176-10/+161
| * | scsi: lpfc: Fix NVMEI's handling of NVMET's PRLI response attributesJames Smart2017-05-172-0/+7
| * | scsi: lpfc: Cleanup entry_repost settings on SLI4 queuesJames Smart2017-05-172-13/+12
| * | scsi: lpfc: Fix debugfs root inode "lpfc" not getting deleted on driver unload.James Smart2017-05-171-2/+4
| * | scsi: lpfc: Fix NVME I+T not registering NVME as a supported FC4 typeJames Smart2017-05-171-0/+1
| * | scsi: lpfc: Added recovery logic for running out of NVMET IO context resourcesJames Smart2017-05-178-24/+144
| * | scsi: lpfc: Separate NVMET RQ buffer posting from IO resources SGL/iocbq/contextJames Smart2017-05-179-233/+291
| * | scsi: lpfc: Separate NVMET data buffer pool fir ELS/CT.James Smart2017-05-176-12/+50
| * | scsi: lpfc: Fix NMI watchdog assertions when running nvmet IOPS testsJames Smart2017-05-172-25/+21
| * | scsi: lpfc: Fix NVMEI driver not decrementing counter causing bad rport state.James Smart2017-05-171-3/+6
| * | scsi: lpfc: Fix nvmet RQ resource needs for large block writes.James Smart2017-05-176-52/+31
| * | scsi: lpfc: Adding additional stats counters for nvme.James Smart2017-05-176-43/+106
| * | scsi: lpfc: Fix system crash when port is reset.James Smart2017-05-172-5/+9
| * | scsi: lpfc: Fix used-RPI accounting problem.James Smart2017-05-174-20/+16
| * | scsi: libfc: fix incorrect variable assignmentGustavo A. R. Silva2017-05-171-1/+1
| * | scsi: sd: Ignore sync cache failures when not supportedDerek Basehore2017-05-171-12/+28
| * | scsi: sg: don't return bogus Sg_requestsJohannes Thumshirn2017-05-121-2/+3
| * | scsi: sd: Write lock zone for REQ_OP_WRITE_ZEROESDamien Le Moal2017-05-121-4/+15
| * | scsi: sd: Unlock zone in case of error in sd_setup_write_same_cmnd()Damien Le Moal2017-05-121-0/+4
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-211-1/+0
|\ \ \
| * | | nvmet-fc: remove target cpu scheduling flagJames Smart2017-05-201-1/+0
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-05-2012-21/+38
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | scsi: pmcraid: remove redundant check to see if request_size is less than zeroColin Ian King2017-05-091-3/+0
| * | scsi: lpfc: ensure els_wq is being checked before destroying itColin Ian King2017-05-091-1/+1
| * | scsi: cxlflash: Select IRQ_POLLGuenter Roeck2017-05-091-0/+1
| * | scsi: qedf: Avoid reading past end of bufferKees Cook2017-05-091-1/+1
| * | scsi: qedf: Cleanup the type of io_log->opDan Carpenter2017-05-091-1/+1
| * | scsi: lpfc: double lock typo in lpfc_ns_rsp()Dan Carpenter2017-05-091-1/+1
| * | scsi: qedf: properly update arguments position in function callGustavo A. R. Silva2017-05-091-1/+1
| * | scsi: scsi_lib: Add #include <scsi/scsi_transport.h>Bart Van Assche2017-05-091-0/+1
| * | scsi: Skip deleted devices in __scsi_device_lookupZhou Zhengping2017-05-091-0/+2
| * | scsi: lpfc: Fix panic on BFS configurationJames Smart2017-05-093-7/+20
| * | scsi: libfc: do not flood console with messages 'libfc: queue full ...'Hannes Reinecke2017-05-091-6/+9
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-05-122-25/+91
|\ \
| * | ibmvscsis: Do not send aborted task responseBryant G. Ly2017-05-062-25/+91
* | | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-115-10/+10
|\ \ \
| * | | Annotate hardware config module parameters in drivers/scsi/David Howells2017-04-205-10/+10
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-101-2/+1
|\ \ \ \
| * | | | virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-2/+1
* | | | | treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-091-3/+4