summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-0513-21/+18
|\
| * blk-mq: Allow PCI vector offset for mapping queuesKeith Busch2018-03-282-2/+2
| * block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-171-3/+0
| * bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig2018-03-133-5/+3
| * cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-03-091-0/+2
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-087-11/+11
| * iscsi: Use blk_queue_flag_set()Bart Van Assche2018-03-081-1/+1
| * block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-281-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-054-5/+5
|\ \
| * | treewide: Fix typos in printkMasanari Iida2018-03-272-3/+3
| * | treewide: Align function definition open/close bracesJoe Perches2018-03-262-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-0210-147/+125
|\ \ \
| * \ \ Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-2810-147/+125
| |\ \ \ | | |/ / | |/| |
| | * | scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabledJianchao Wang2018-03-201-0/+8
| | * | scsi: sd: Remember that READ CAPACITY(16) succeededMartin K. Petersen2018-03-201-0/+2
| | * | scsi: ibmvfc: Avoid unnecessary port reloginBrian King2018-03-151-4/+2
| | * | scsi: virtio_scsi: unify scsi_host_templateMing Lei2018-03-151-59/+15
| | * | scsi: virtio_scsi: fix IO hang caused by automatic irq vector affinityMing Lei2018-03-151-56/+3
| | * | scsi: core: introduce force_blk_mqMing Lei2018-03-151-0/+1
| | * | scsi: megaraid_sas: fix selection of reply queueMing Lei2018-03-153-11/+41
| | * | scsi: hpsa: fix selection of reply queueMing Lei2018-03-152-19/+55
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-2317-139/+180
|\| | |
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-212-21/+13
| |\| |
| | * | scsi: qla2xxx: Remove FC_NO_LOOP_ID for FCP and FC-NVMe DiscoveryHimanshu Madhani2018-03-131-1/+0
| | * | scsi: libsas: defer ata device eh commands to libataJason Yan2018-03-131-20/+13
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-154-44/+55
| |\| |
| | * | scsi: sd: Keep disk read-only when re-reading partitionJeremy Cline2018-03-071-1/+2
| | * | scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failureBill Kuzeja2018-03-071-22/+37
| | * | scsi: sd_zbc: Fix potential memory leakDamien Le Moal2018-03-071-20/+15
| | * | scsi: mpt3sas: Do not mark fw_event workqueue as WQ_MEM_RECLAIMHannes Reinecke2018-03-071-1/+1
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-0714-74/+112
| |\| |
| | * | scsi: qedi: Fix kernel crash during port toggleManish Rangankar2018-03-021-0/+5
| | * | scsi: qla2xxx: Fix FC-NVMe LUN discoveryDarren Trapp2018-03-024-3/+16
| | * | scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_byte()Hannes Reinecke2018-03-021-0/+2
| | * | scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche2018-03-023-5/+5
| | * | scsi: qla2xxx: ensure async flags are reset correctlyHannes Reinecke2018-03-022-3/+12
| | * | scsi: qla2xxx: do not check login_state if no loop id is assignedHannes Reinecke2018-03-021-2/+3
| | * | scsi: qla2xxx: Fixup locking for session deletionHannes Reinecke2018-03-024-23/+29
| | * | scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTShimanshu.madhani@cavium.com2018-03-021-0/+1
| | * | scsi: mpt3sas: wait for and flush running commands on shutdown/unloadSreekanth Reddy2018-02-223-5/+16
| | * | scsi: mpt3sas: fix oops in error handlers after shutdown/unloadMauricio Faria de Oliveira2018-02-221-4/+7
| | * | scsi: storvsc: Spread interrupts when picking a channel for I/O requestsMichael Kelley (EOSG)2018-02-221-1/+2
| | * | scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura c...Shivasharan S2018-02-161-28/+14
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-2419-98/+105
|\| | |
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-02-2319-98/+105
| |\| | | | |/ | |/|
| | * scsi: qla4xxx: skip error recovery in case of register disconnect.Manish Rangankar2018-02-142-0/+48
| | * scsi: aacraid: fix shutdown crash when init failsMeelis Roos2018-02-141-1/+3
| | * scsi: qedi: Cleanup local str variableNilesh Javali2018-02-141-23/+20
| | * scsi: qedi: Fix truncation of CHAP name and secretAndrew Vasquez2018-02-141-12/+12
| | * scsi: qla2xxx: Fix incorrect handle for abort IOCBHimanshu Madhani2018-02-141-4/+3