summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* scsi: pmcraid: remove redundant initializations of pointer 'ioadl'Colin Ian King2018-02-131-4/+4
* scsi: isci: remove redundant initialization to 'bit'Colin Ian King2018-02-131-1/+1
* scsi: sym53c416: avoid section mismatch with LTOArnd Bergmann2018-02-131-1/+1
* scsi: NCR53c406a: avoid section mismatch with LTOArnd Bergmann2018-02-131-1/+1
* scsi: aacraid: Auto detect INTx or MSIx mode during sync cmd processingRaghava Aditya Renukunta2018-02-132-6/+17
* scsi: aacraid: Preserve MSIX mode in the OMR registerRaghava Aditya Renukunta2018-02-131-0/+22
* scsi: aacraid: Implement DropIO sync commandRaghava Aditya Renukunta2018-02-132-6/+159
* scsi: qedf: use correct strncpy() sizeArnd Bergmann2018-02-131-1/+1
* scsi: qedf: fix LTO-enabled buildArnd Bergmann2018-02-133-15/+16
* scsi: libfc: remove redundant initialization of 'disc'Colin Ian King2018-02-131-1/+1
* scsi: qedf: remove redundant initialization of 'fcport'Colin Ian King2018-02-131-1/+1
* scsi: qedi: fix building with LTOArnd Bergmann2018-02-134-7/+7
* scsi: scsi_debug: Add two new parameters to scsi_debug driverLaurence Oberman2018-02-131-2/+8
* scsi: scsi_debug: Simplify request tag decodingBart Van Assche2018-02-131-26/+11
* scsi: raid_class: Add 'JBOD' RAID levelHannes Reinecke2018-02-121-0/+1
* scsi: qla2xxx: Fix function argument descriptionsBart Van Assche2018-02-1212-104/+125
* scsi: qla4xxx: Move an array from a .h into a .c fileBart Van Assche2018-02-122-2/+2
* scsi: qla4xxx: Remove unused symbolsBart Van Assche2018-02-121-5/+0
* scsi: qla2xxx: Remove unused symbolsBart Van Assche2018-02-121-4/+0
* scsi: qla2xxx: Use %p for printing pointersBart Van Assche2018-02-121-2/+2
* scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart2018-02-1217-21/+20
* scsi: lpfc: update driver version to 11.4.0.7James Smart2018-02-121-1/+1
* scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.James Smart2018-02-121-11/+13
* scsi: lpfc: Treat SCSI Write operation Underruns as an errorJames Smart2018-02-121-5/+3
* scsi: lpfc: Fix header inclusion in lpfc_nvmetJames Smart2018-02-121-1/+1
* scsi: lpfc: Validate adapter support for SRIU optionJames Smart2018-02-123-4/+19
* scsi: lpfc: Fix SCSI io host reset causing kernel crashJames Smart2018-02-122-1/+16
* scsi: lpfc: Indicate CONF support in NVMe PRLIJames Smart2018-02-123-7/+5
* scsi: lpfc: Fix issue_lip if link is disabledJames Smart2018-02-121-0/+5
* scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testingJames Smart2018-02-121-2/+3
* scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a targetJames Smart2018-02-122-13/+30
* scsi: lpfc: Fix RQ empty firmware trapJames Smart2018-02-125-15/+51
* scsi: lpfc: Fix IO failure during hba reset testing with nvme io.James Smart2018-02-121-2/+2
* scsi: lpfc: Fix PRLI handling when topology type changesJames Smart2018-02-121-3/+1
* scsi: lpfc: Add WQ Full Logic for NVME TargetJames Smart2018-02-125-1/+125
* scsi: lpfc: correct debug counters for abortJames Smart2018-02-121-2/+2
* scsi: lpfc: move placement of target destroy on driver detachJames Smart2018-02-121-7/+7
* scsi: lpfc: Increase CQ and WQ sizes for SCSIJames Smart2018-02-125-12/+36
* scsi: lpfc: Fix frequency of Release WQE CQEsJames Smart2018-02-121-0/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11187-510/+510
* Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-02-111-1/+1
|\
| * xen: fix poll misannotationAl Viro2018-02-011-1/+1
* | Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-109-36/+111
|\ \
| * \ Merge branch 'for-linus' into testJens Axboe2018-02-079-36/+111
| |\ \
| | * | bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-02-073-7/+11
| | * | bcache: return attach error when no cache set existTang Junhui2018-02-071-2/+3
| | * | bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li2018-02-073-2/+7
| | * | bcache: fix for allocator and register thread raceTang Junhui2018-02-072-4/+18
| | * | bcache: set error_limit correctlyColy Li2018-02-073-3/+4
| | * | bcache: properly set task state in bch_writeback_thread()Coly Li2018-02-072-3/+8