summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
| * raid1: handle read error also in readonly modeTomasz Majchrzak2016-10-291-9/+10
| * raid5-cache: correct condition for empty metadata writeShaohua Li2016-10-291-1/+1
| * md: report 'write_pending' state when array in syncTomasz Majchrzak2016-10-251-3/+3
| * md/raid5: write an empty meta-block when creating log super-blockZhengyuan Liu2016-10-251-0/+1
| * md/raid5: initialize next_checkpoint field before useZhengyuan Liu2016-10-251-0/+3
| * RAID10: ignore discard errorShaohua Li2016-10-251-2/+5
| * RAID1: ignore discard errorShaohua Li2016-10-251-2/+5
* | Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2016-10-285-44/+28
|\ \ | |/ |/|
| * dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui2016-10-241-15/+9
| * dm rq: clear kworker_task if kthread_run() returned an errorMike Snitzer2016-10-181-2/+5
| * dm: free io_barrier after blk_cleanup_queue callTahsin Erdogan2016-10-181-2/+2
| * dm raid: fix activation of existing raid4/10 devicesHeinz Mauelshagen2016-10-171-5/+7
| * dm mirror: use all available legs on multiple failuresHeinz Mauelshagen2016-10-141-19/+2
| * dm mirror: fix read error on recovery after default leg failureHeinz Mauelshagen2016-10-141-0/+1
| * dm raid: fix compat_features validationAndy Whitcroft2016-10-111-1/+2
* | kthread: kthread worker API cleanupPetr Mladek2016-10-122-5/+5
|/
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-101-1/+0
|\
| * blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0