summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* md/r5cache: r5cache recovery: part 1Song Liu2016-11-181-0/+602
* md/r5cache: refactoring journal recovery codeSong Liu2016-11-181-9/+18
* md/r5cache: sysfs entry journal_modeSong Liu2016-11-183-0/+67
* md/r5cache: write-out phase and reclaim supportSong Liu2016-11-183-41/+430
* md/r5cache: caching phase of r5cacheSong Liu2016-11-183-32/+381
* md/r5cache: State machine for raid5-cache write back modeSong Liu2016-11-183-8/+211
* md/r5cache: move some code to raid5.hSong Liu2016-11-182-71/+77
* md/r5cache: Check array size in r5l_init_logSong Liu2016-11-181-10/+16
* md: add blktrace event for writes to superblockShaohua Li2016-11-181-0/+3
* md/raid1, raid10: add blktrace records when IO is delayedNeilBrown2016-11-182-0/+16
* md/bitmap: add blktrace event for writes to the bitmapNeilBrown2016-11-181-1/+10
* md: add block tracing for bio_remappingNeilBrown2016-11-184-13/+75
* raid5-cache: fix lockdep warningShaohua Li2016-11-171-2/+14
* md: remove md_super_wait() call after bitmap_flush()NeilBrown2016-11-101-1/+0
* md: define mddev flags, recovery flags and r1bio state bits using enumsNeilBrown2016-11-092-48/+46
* md/raid1: fix: IO can block resync indefinitelyNeilBrown2016-11-091-1/+1
* md/bitmap: Don't write bitmap while earlier writes might be in-flightNeilBrown2016-11-081-5/+22
* md/raid10: abort delayed writes when device fails.NeilBrown2016-11-081-6/+16
* md/raid1: abort delayed writes when device fails.NeilBrown2016-11-081-5/+15
* md: perform async updates for metadata where possible.NeilBrown2016-11-081-4/+12
* raid5-cache: restrict the use area of the log_offset variableJackieLiu2016-11-081-11/+8
* md/raid5: change printk() to pr_*()NeilBrown2016-11-081-121/+86
* md/raid10: change printk() to pr_*()NeilBrown2016-11-081-85/+56
* md/raid1: change printk() to pr_*()NeilBrown2016-11-081-58/+41
* md/raid0: replace printk() with pr_*()NeilBrown2016-11-081-45/+44
* md/multipath: replace printk() with pr_*()NeilBrown2016-11-081-57/+33
* md/linear: replace printk() with pr_*()NeilBrown2016-11-081-8/+5
* md/bitmap: change all printk() to pr_*()NeilBrown2016-11-081-57/+50
* md: change all printk() to pr_err() or pr_warn() etc.NeilBrown2016-11-081-219/+170
* md: fix some issues with alloc_disk_sb()NeilBrown2016-11-081-10/+10
* md/bitmap: call bitmap_file_unmap once bitmap_storage_alloc returns -ENOMEMGuoqing Jiang2016-11-081-1/+3
* raid5: revert commit 11367799f3d1Tomasz Majchrzak2016-11-081-3/+1
* md: wake up personality thread after array state updateTomasz Majchrzak2016-11-081-0/+1
* md: don't fail an array if there are unacknowledged bad blocksTomasz Majchrzak2016-11-081-1/+3
* md: add bad block support for external metadataTomasz Majchrzak2016-11-082-39/+42
* Merge tag 'hwmon-for-linus-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-11-071-2/+4
|\
| * hwmon: (core) fix resource leak on devm_kcalloc failureColin Ian King2016-10-241-2/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-11-076-36/+95
|\ \
| * | HID: sensor: fix attributes in HID sensor interfaceOoi, Joyce2016-11-051-3/+3
| * | HID: intel-ish-hid: request_irq failureSrinivas Pandruvada2016-11-051-1/+1
| * | HID: intel-ish-hid: Fix driver reinit failureEven Xu2016-11-051-0/+15
| * | HID: intel-ish-hid: Move DMA disable code to new functionEven Xu2016-11-051-10/+32
| * | HID: intel-ish-hid: consolidate ish wake up operationEven Xu2016-11-051-19/+26
| * | HID: usbhid: add ATEN CS962 to list of quirky devicesOliver Neukum2016-11-032-0/+2
| * | HID: intel-ish-hid: Fix !CONFIG_PM build warningBorislav Petkov2016-11-031-2/+2
| * | HID: sensor-hub: Fix packing of result buffer for feature reportSrinivas Pandruvada2016-11-031-1/+14
* | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-11-051-1/+1
|\ \ \
| * | | i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy2016-11-041-1/+1
* | | | Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-11-054-19/+30
|\ \ \ \
| * | | | md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown2016-10-291-2/+2