aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-13scsi: scsi_debug: implement IMMED bitDouglas Gilbert1-11/+65
2018-02-13scsi: scsi_debug: Fix pointer styling issuesJohn Pittman1-36/+36
2018-02-13scsi: core: Reduce number of scsi_test_unit_ready() retriesBart Van Assche1-1/+1
2018-02-13scsi: core: Move the eh_deadline module parameter definitionBart Van Assche1-6/+6
2018-02-13scsi: core: scmd_eh_abort_handler(): Add a commentBart Van Assche1-0/+6
2018-02-13scsi: pmcraid: Use sgl_alloc_order() and sgl_free_order()Bart Van Assche3-40/+6
2018-02-13scsi: pmcraid: Remove an unused structure memberBart Van Assche1-1/+0
2018-02-13scsi: ipr: Use sgl_alloc_order() and sgl_free_order()Bart Van Assche3-42/+10
2018-02-13scsi: pmcraid: remove redundant initializations of pointer 'ioadl'Colin Ian King1-4/+4
2018-02-13scsi: isci: remove redundant initialization to 'bit'Colin Ian King1-1/+1
2018-02-13scsi: sym53c416: avoid section mismatch with LTOArnd Bergmann1-1/+1
2018-02-13scsi: NCR53c406a: avoid section mismatch with LTOArnd Bergmann1-1/+1
2018-02-13scsi: aacraid: Auto detect INTx or MSIx mode during sync cmd processingRaghava Aditya Renukunta2-6/+17
2018-02-13scsi: aacraid: Preserve MSIX mode in the OMR registerRaghava Aditya Renukunta1-0/+22
2018-02-13scsi: aacraid: Implement DropIO sync commandRaghava Aditya Renukunta2-6/+159
2018-02-13scsi: qedf: use correct strncpy() sizeArnd Bergmann1-1/+1
2018-02-13scsi: qedf: fix LTO-enabled buildArnd Bergmann3-15/+16
2018-02-13scsi: libfc: remove redundant initialization of 'disc'Colin Ian King1-1/+1
2018-02-13scsi: qedf: remove redundant initialization of 'fcport'Colin Ian King1-1/+1
2018-02-13scsi: qedi: fix building with LTOArnd Bergmann4-7/+7
2018-02-13scsi: scsi_debug: Add two new parameters to scsi_debug driverLaurence Oberman1-2/+8
2018-02-13scsi: scsi_debug: Simplify request tag decodingBart Van Assche1-26/+11
2018-02-12scsi: raid_class: Add 'JBOD' RAID levelHannes Reinecke1-0/+1
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche12-104/+125
2018-02-12scsi: qla4xxx: Move an array from a .h into a .c fileBart Van Assche2-2/+2
2018-02-12scsi: qla4xxx: Remove unused symbolsBart Van Assche1-5/+0
2018-02-12scsi: qla2xxx: Remove unused symbolsBart Van Assche1-4/+0
2018-02-12scsi: qla2xxx: Use %p for printing pointersBart Van Assche1-2/+2
2018-02-12scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart17-21/+20
2018-02-12scsi: lpfc: update driver version to 11.4.0.7James Smart1-1/+1
2018-02-12scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.James Smart1-11/+13
2018-02-12scsi: lpfc: Treat SCSI Write operation Underruns as an errorJames Smart1-5/+3
2018-02-12scsi: lpfc: Fix header inclusion in lpfc_nvmetJames Smart1-1/+1
2018-02-12scsi: lpfc: Validate adapter support for SRIU optionJames Smart3-4/+19
2018-02-12scsi: lpfc: Fix SCSI io host reset causing kernel crashJames Smart2-1/+16
2018-02-12scsi: lpfc: Indicate CONF support in NVMe PRLIJames Smart3-7/+5
2018-02-12scsi: lpfc: Fix issue_lip if link is disabledJames Smart1-0/+5
2018-02-12scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testingJames Smart1-2/+3
2018-02-12scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a targetJames Smart2-13/+30
2018-02-12scsi: lpfc: Fix RQ empty firmware trapJames Smart5-15/+51
2018-02-12scsi: lpfc: Fix IO failure during hba reset testing with nvme io.James Smart1-2/+2
2018-02-12scsi: lpfc: Fix PRLI handling when topology type changesJames Smart1-3/+1
2018-02-12scsi: lpfc: Add WQ Full Logic for NVME TargetJames Smart5-1/+125
2018-02-12scsi: lpfc: correct debug counters for abortJames Smart1-2/+2
2018-02-12scsi: lpfc: move placement of target destroy on driver detachJames Smart1-7/+7
2018-02-12scsi: lpfc: Increase CQ and WQ sizes for SCSIJames Smart5-12/+36
2018-02-12scsi: lpfc: Fix frequency of Release WQE CQEsJames Smart1-0/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds187-510/+510
2018-02-11Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-02-10Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-blockLinus Torvalds9-36/+111