summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-156-22/+14
* md: remove unnecessary check on mddevMing Lei2017-02-151-3/+0
* md/raid1: use bio_clone_bioset_partial() in case of write behindMing Lei2017-02-151-5/+15
* md: fail if mddev->bio_set can't be createdMing Lei2017-02-151-1/+4
* md: disable WRITE SAME if it fails in underlayer disksShaohua Li2017-02-134-0/+10
* md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li2017-02-133-2/+16
* md/raid5-cache: stripe reclaim only counts valid stripesShaohua Li2017-02-131-2/+2
* md: ensure md devices are freed before module is unloaded.NeilBrown2017-02-131-0/+7
* md/r5cache: improve journal device efficiencySong Liu2017-02-132-20/+58
* md/r5cache: enable chunk_aligned_read with write back cacheSong Liu2017-02-133-24/+168
* raid5: only dispatch IO from raid5d for harddisk raidShaohua Li2017-02-132-2/+57
* md linear: fix a race between linear_add() and linear_congested()colyli@suse.de2017-02-132-5/+35
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-112-9/+23
|\
| * Merge tag 'irqchip-fixes-4.10' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2017-02-102-9/+23
| |\
| | * irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPENDStefan Wahren2016-12-311-0/+4
| | * irqchip/keystone: Fix "scheduling while atomic" on rtStrashko, Grygorii2016-12-311-9/+19
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-02-115-8/+31
|\ \ \
| * \ \ Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-02-093-6/+13
| |\ \ \
| | * | | scsi: zfcp: fix use-after-free by not tracing WKA port open/close on failed sendSteffen Maier2017-02-091-4/+4
| | * | | scsi: aacraid: Fix INTx/MSI-x issue with older controllersDave Carroll2017-02-091-2/+6
| | * | | scsi: mpt3sas: disable ASPM for MPI2 controllersojab2017-02-091-0/+3
| * | | | Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-02-033-2/+18
| |\| | |
| | * | | scsi: mpt3sas: Force request partial completion alignmentRam Pai2017-01-311-0/+15
| | * | | scsi: qla2xxx: Avoid that issuing a LIP triggers a kernel crashMauricio Faria de Oliveira2017-01-311-1/+1
| | * | | scsi: qla2xxx: Fix a recently introduced memory leakBart Van Assche2017-01-241-1/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-109-89/+222
|\ \ \ \ \
| * | | | | xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()Boris Ostrovsky2017-02-101-1/+2
| * | | | | NET: mkiss: Fix panicRalf Baechle2017-02-101-2/+2
| * | | | | net: hns: Fix the device being used for dma mapping during TXKejian Yan2017-02-101-1/+1
| * | | | | net: phy: Initialize mdio clock at probe functionYendapally Reddy Dhananjaya Reddy2017-02-091-4/+2
| * | | | | xen-netfront: Improve error handling during initializationRoss Lagerwall2017-02-091-18/+11
| * | | | | sierra_net: Skip validating irrelevant fields for IDLE LSIsStefan Brüns2017-02-091-7/+7
| * | | | | sierra_net: Add support for IPv6 and Dual-Stack Link Sense IndicationsStefan Brüns2017-02-091-35/+66
| * | | | | xen-netfront: Rework the fix for Rx stall during OOM and network stressVineeth Remanan Pillai2017-02-091-3/+11
| * | | | | net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()Florian Fainelli2017-02-091-8/+20
| * | | | | net: thunderx: Fix PHY autoneg for SGMII QLM modeThanneeru Srinivasulu2017-02-082-12/+101
| * | | | | net: introduce device min_header_lenWillem de Bruijn2017-02-081-0/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-102-4/+6
|\ \ \ \ \ \
| * | | | | | IB/rxe: Fix mem_check_range integer overflowEyal Itkin2017-02-081-3/+5
| * | | | | | IB/rxe: Fix resid updateEyal Itkin2017-02-081-1/+1
* | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-101-6/+8
|\ \ \ \ \ \ \
| * | | | | | | i2c: piix4: Request the SMBUS semaphore inside the mutexRicardo Ribalda2017-02-091-5/+7
| * | | | | | | i2c: piix4: Fix request_region sizeRicardo Ribalda2017-02-091-1/+1
* | | | | | | | Merge tag 'mmc-v4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2017-02-101-7/+25
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | mmc: mmci: avoid clearing ST Micro busy end interrupt mistakenlyJean-Nicolas Graux2017-02-081-7/+25
| |/ / / / / /
* | | | | | | Merge tag 'drm-fixes-for-v4.10-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-02-098-18/+36
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'drm-intel-fixes-2017-02-09' of git://anongit.freedesktop.org/git/d...Dave Airlie2017-02-106-15/+34
| |\ \ \ \ \ \ \
| | * | | | | | | drm/i915: Always convert incoming exec offsets to non-canonicalMichał Winiarski2017-02-081-6/+6
| | * | | | | | | drm/i915: Remove overzealous fence warn on runtime suspendChris Wilson2017-02-082-2/+11
| | * | | | | | | drm/i915/bxt: Add MST support when do DPLL calculationLee, Shawn C2017-02-081-1/+2