summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-11-01md: move suspend_hi/lo handling into core md codeNeilBrown3-37/+28
2017-11-01md: don't call bitmap_create() while array is quiesced.NeilBrown1-6/+10
2017-11-01md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown3-7/+24
2017-11-01md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown3-1/+14
2017-10-18raid5: Set R5_Expanded on parity devices as well as data.NeilBrown1-1/+4
2017-10-16md: raid10: remove a couple of redundant variables and initializationsColin Ian King1-5/+1
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer15-11/+14
2017-10-16md: raid10: remove VLAISMatthias Kaehlcke1-5/+10
2017-10-16md-cluster: make function cluster_check_sync_size staticColin Ian King1-1/+1
2017-10-16raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz1-1/+2
2017-10-16raid5-ppl: don't resync after rebuildArtur Paszkiewicz1-2/+1
2017-10-16md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang1-5/+5
2017-10-16md/bitmap: revert a patchShaohua Li1-2/+2
2017-10-08md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang1-2/+2
2017-10-05md: fix deadlock error in recent patch.NeilBrown1-1/+2
2017-10-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-10-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+8
2017-09-30Merge tag 'mtd/fixes-for-4.14-rc3' of git://git.infradead.org/linux-mtdLinus Torvalds2-1/+9
2017-09-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-27/+32
2017-09-29Merge tag 'platform-drivers-x86-v4.14-2' of git://git.infradead.org/linux-pla...Linus Torvalds1-4/+6
2017-09-29Merge tag 'led_fixes-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+26
2017-09-29Merge tag 'md/4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds4-32/+50
2017-09-29Merge tag 'pci-v4.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+9
2017-09-29Merge tag 'drm-fixes-for-v4.14-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds12-30/+245
2017-09-29Merge tag 'iommu-fixes-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+7
2017-09-29Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+10
2017-09-29Merge tag 'drm-misc-fixes-2017-09-28-1' of git://anongit.freedesktop.org/git/...Dave Airlie4-21/+26
2017-09-28Merge tag 'acpi-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-7/+9
2017-09-28Merge tag 'pm-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-0/+11
2017-09-28Merge branch 'acpi-apei'Rafael J. Wysocki1-7/+9
2017-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds16-159/+226
2017-09-28Merge branches 'pm-opp' and 'pm-cpufreq'Rafael J. Wysocki1-0/+4
2017-09-28xen-pciback: relax BAR sizing write value checkJan Beulich1-1/+10
2017-09-27md/raid5: cap worker countShaohua Li1-2/+5
2017-09-27dm-raid: fix a race condition in request handlingShaohua Li1-1/+1
2017-09-27md: fix a race condition for flush request handlingShaohua Li1-4/+10
2017-09-27md: separate request handlingShaohua Li2-25/+34
2017-09-27scsi: ILLEGAL REQUEST + ASC==27 => target failureMartin Wilck1-1/+2
2017-09-27scsi: aacraid: Add a small delay after IOP resetGuilherme G. Piccoli1-0/+2
2017-09-27ACPI / APEI: clear error status before acknowledging the errorTyler Baicar1-7/+9
2017-09-28Merge branch 'drm-fixes-4.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2-2/+189
2017-09-28Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Dave Airlie2-2/+7
2017-09-28Merge tag 'drm-amdkfd-fixes-2017-09-24' of git://people.freedesktop.org/~gabb...Dave Airlie4-5/+23
2017-09-27mtd: nand: atmel: fix buffer overflow in atmel_pmecc_userRichard Genoud1-1/+1
2017-09-27IB/hfi1: Unsuccessful PCIe caps tuning should not fail driver loadHarish Chegondi1-29/+21
2017-09-27IB/hfi1: On error, fix use after free during user context setupMichael J. Ruhl1-19/+22
2017-09-27Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"Alex Estrin1-13/+0
2017-09-27IB/hfi1: Return correct value in general interrupt handlerKamenee Arumugam1-1/+3
2017-09-27IB/hfi1: Check eeprom config partition validityJan Sokolowski1-5/+15
2017-09-27IB/hfi1: Only reset QSFP after link up and turn off AOC TXSebastian Sanchez3-3/+15