summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | md/raid1: abort delayed writes when device fails.NeilBrown2016-11-071-5/+15
| * | md: perform async updates for metadata where possible.NeilBrown2016-11-071-4/+12
| * | raid5-cache: restrict the use area of the log_offset variableJackieLiu2016-11-071-11/+8
| * | md/raid5: change printk() to pr_*()NeilBrown2016-11-071-121/+86
| * | md/raid10: change printk() to pr_*()NeilBrown2016-11-071-85/+56
| * | md/raid1: change printk() to pr_*()NeilBrown2016-11-071-58/+41
| * | md/raid0: replace printk() with pr_*()NeilBrown2016-11-071-45/+44
| * | md/multipath: replace printk() with pr_*()NeilBrown2016-11-071-57/+33
| * | md/linear: replace printk() with pr_*()NeilBrown2016-11-071-8/+5
| * | md/bitmap: change all printk() to pr_*()NeilBrown2016-11-071-57/+50
| * | md: change all printk() to pr_err() or pr_warn() etc.NeilBrown2016-11-071-219/+170
| * | md: fix some issues with alloc_disk_sb()NeilBrown2016-11-071-10/+10
| * | md/bitmap: call bitmap_file_unmap once bitmap_storage_alloc returns -ENOMEMGuoqing Jiang2016-11-071-1/+3
| * | raid5: revert commit 11367799f3d1Tomasz Majchrzak2016-11-071-3/+1
| * | md: wake up personality thread after array state updateTomasz Majchrzak2016-11-071-0/+1
| * | md: don't fail an array if there are unacknowledged bad blocksTomasz Majchrzak2016-11-071-1/+3
| * | md: add bad block support for external metadataTomasz Majchrzak2016-11-072-39/+42
| |/
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-1320-105/+57
|\ \ | |/ |/|
| * bcache: debug: avoid accessing .bi_io_vec directlyMing Lei2016-11-221-3/+8
| * block: bio: pass bvec table to bio_init()Ming Lei2016-11-2211-36/+16
| * dm: Fix a race condition related to stopping and starting queuesBart Van Assche2016-11-021-12/+1
| * dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche2016-11-021-15/+1
| * blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-021-1/+1
| * blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2016-11-021-2/+0
| * blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche2016-11-021-6/+1
| * block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-0112-19/+19
| * bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-012-4/+3
| * block: better op and flags encodingChristoph Hellwig2016-10-281-1/+1
| * block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-6/+6
* | 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-281-2/+2
| * | raid1: handle read error also in readonly modeTomasz Majchrzak2016-10-281-9/+10
| * | raid5-cache: correct condition for empty metadata writeShaohua Li2016-10-281-1/+1
| * | md: report 'write_pending' state when array in syncTomasz Majchrzak2016-10-241-3/+3
| * | md/raid5: write an empty meta-block when creating log super-blockZhengyuan Liu2016-10-241-0/+1
| * | md/raid5: initialize next_checkpoint field before useZhengyuan Liu2016-10-241-0/+3
| * | RAID10: ignore discard errorShaohua Li2016-10-241-2/+5
| * | RAID1: ignore discard errorShaohua Li2016-10-241-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-112-5/+5
|/
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-091-1/+0
|\
| * blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0
| * Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2016-09-158-64/+121
| |\