aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-08md: separate flags for superblock changesShaohua Li1-6/+6
2016-12-08md: takeover should clear unrelated bitsShaohua Li1-1/+4
2016-11-22md/raid1: add failfast handling for writes.NeilBrown1-1/+25
2016-11-22md/raid1: add failfast handling for reads.NeilBrown1-10/+42
2016-11-22md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown1-0/+1
2016-11-18md/raid1, raid10: add blktrace records when IO is delayedNeilBrown1-0/+8
2016-11-18md: add block tracing for bio_remappingNeilBrown1-2/+24
2016-11-09md/raid1: fix: IO can block resync indefinitelyNeilBrown1-1/+1
2016-11-07md/raid1: abort delayed writes when device fails.NeilBrown1-5/+15
2016-11-07md/raid1: change printk() to pr_*()NeilBrown1-58/+41
2016-10-28raid1: handle read error also in readonly modeTomasz Majchrzak1-9/+10
2016-10-24RAID1: ignore discard errorShaohua Li1-2/+5
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang1-6/+2
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-3/+3
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li1-63/+67
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-1/+1
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown1-7/+10
2016-06-13md/raid1: add rcu protection to rdev in fix_read_errorNeilBrown1-20/+32
2016-06-13md/raid1: small code cleanup in end_sync_writeNeilBrown1-10/+4
2016-06-13md/raid1: small cleanup in raid1_end_read/write_requestNeilBrown1-20/+15
2016-06-13md/raid1, raid10: don't recheck "Faulty" flag in read-balance.NeilBrown1-7/+0
2016-06-13raid1/raid10: slow down resync if there is non-resync activity pendingTomasz Majchrzak1-0/+7
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig1-2/+1
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+2
2016-06-07md: use bio op accessorsMike Christie1-17/+15
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2016-05-09md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang1-2/+2
2016-03-31md:raid1: fix a dead loop when read from a WriteMostly diskWei Fang1-1/+1
2016-03-17raid1: include bio_end_io_list in nr_queued to prevent freeze_array hangNate Dailey1-2/+5
2016-03-14md/raid1: remove unnecessary BUG_ONGuoqing Jiang1-1/+0
2016-01-20MD: rename some functionsShaohua Li1-10/+11
2016-01-14md/raid: only permit hot-add of compatible integrity profilesDan Williams1-3/+3
2015-11-04Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds1-4/+37
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2015-10-24md-cluster: Call update_raid_disks() if another node --grow's raid_disksGoldwyn Rodrigues1-3/+5
2015-10-24md/raid1: don't clear bitmap bit when bad-block-list write fails.NeilBrown1-3/+8
2015-10-21md: suspend i/o during runtime blk_integrity_unregisterDan Williams1-0/+2
2015-10-21md/raid1: submit_bio_wait() returns 0 on successJes Sorensen1-1/+1
2015-10-14Merge branch 'md-next' of git://github.com/goldwynr/linux into for-nextNeilBrown1-1/+32
2015-10-12md-cluster: Perform resync/recovery under a DLM lockGoldwyn Rodrigues1-2/+0
2015-10-12md-cluster: Improve md_reload_sb to be less error proneGoldwyn Rodrigues1-0/+9
2015-10-12md-cluster: Use a small window for resyncGoldwyn Rodrigues1-1/+25
2015-10-09crash in md-raid1 and md-raid10 due to incorrect list manipulationMikulas Patocka1-2/+2
2015-10-02md/raid1: Avoid raid1 resync getting stuckJes Sorensen1-3/+2
2015-10-02md: drop null test before destroy functionsJulia Lawall1-4/+2
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxNeilBrown1-86/+29
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-86/+29
2015-08-31md/raid1: ensure device failure recorded before write request returns.NeilBrown1-1/+28
2015-08-31md: close some races between setting and checking sync_action.NeilBrown1-0/+1
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-57/+1