summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2016-11-07md/bitmap: Don't write bitmap while earlier writes might be in-flightNeilBrown
2016-11-07md/raid10: abort delayed writes when device fails.NeilBrown
2016-11-07md/raid1: abort delayed writes when device fails.NeilBrown
2016-11-07md: perform async updates for metadata where possible.NeilBrown
2016-11-07raid5-cache: restrict the use area of the log_offset variableJackieLiu
2016-11-07md/raid5: change printk() to pr_*()NeilBrown
2016-11-07md/raid10: change printk() to pr_*()NeilBrown
2016-11-07md/raid1: change printk() to pr_*()NeilBrown
2016-11-07md/raid0: replace printk() with pr_*()NeilBrown
2016-11-07md/multipath: replace printk() with pr_*()NeilBrown
2016-11-07md/linear: replace printk() with pr_*()NeilBrown
2016-11-07md/bitmap: change all printk() to pr_*()NeilBrown
2016-11-07md: change all printk() to pr_err() or pr_warn() etc.NeilBrown
2016-11-07md: fix some issues with alloc_disk_sb()NeilBrown
2016-11-07md/bitmap: call bitmap_file_unmap once bitmap_storage_alloc returns -ENOMEMGuoqing Jiang
2016-11-07raid5: revert commit 11367799f3d1Tomasz Majchrzak
2016-11-07md: wake up personality thread after array state updateTomasz Majchrzak
2016-11-07md: don't fail an array if there are unacknowledged bad blocksTomasz Majchrzak
2016-11-07md: add bad block support for external metadataTomasz Majchrzak
2016-11-05Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2016-11-02dm: Fix a race condition related to stopping and starting queuesBart Van Assche
2016-11-02dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-11-01bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig
2016-10-28md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown
2016-10-28raid1: handle read error also in readonly modeTomasz Majchrzak
2016-10-28raid5-cache: correct condition for empty metadata writeShaohua Li
2016-10-28Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-10-24md: report 'write_pending' state when array in syncTomasz Majchrzak
2016-10-24md/raid5: write an empty meta-block when creating log super-blockZhengyuan Liu
2016-10-24md/raid5: initialize next_checkpoint field before useZhengyuan Liu
2016-10-24RAID10: ignore discard errorShaohua Li
2016-10-24RAID1: ignore discard errorShaohua Li
2016-10-24dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui
2016-10-18dm rq: clear kworker_task if kthread_run() returned an errorMike Snitzer
2016-10-18dm: free io_barrier after blk_cleanup_queue callTahsin Erdogan
2016-10-17dm raid: fix activation of existing raid4/10 devicesHeinz Mauelshagen
2016-10-14dm mirror: use all available legs on multiple failuresHeinz Mauelshagen
2016-10-14dm mirror: fix read error on recovery after default leg failureHeinz Mauelshagen
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-10-11dm raid: fix compat_features validationAndy Whitcroft
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-09Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-07Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds