summaryrefslogtreecommitdiffstats
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-122-0/+2
* 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
* Linux 4.16-rc1v4.16-rc1Linus Torvalds2018-02-111-2/+2
* unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro2018-02-118-142/+47
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11297-913/+913
* Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-02-118-40/+47
|\
| * annotate ep_scan_ready_list()Al Viro2018-02-011-11/+13
| * ep_send_events_proc(): return result via esed->resAl Viro2018-02-011-7/+10
| * preparation to switching ->poll() to returning EPOLL...Al Viro2018-02-011-1/+2
| * add EPOLLNVAL, annotate EPOLL... and event_poll->eventAl Viro2018-02-011-16/+17
| * use linux/poll.h instead of asm/poll.hAl Viro2018-02-013-3/+3
| * xen: fix poll misannotationAl Viro2018-02-011-1/+1
| * smc: missing poll annotationsAl Viro2018-02-011-1/+1