summaryrefslogtreecommitdiff
path: root/drivers/md/raid1.c
AgeCommit message (Expand)Author
2016-12-08md: separate flags for superblock changesShaohua Li
2016-12-08md: takeover should clear unrelated bitsShaohua Li
2016-11-22md/raid1: add failfast handling for writes.NeilBrown
2016-11-22md/raid1: add failfast handling for reads.NeilBrown
2016-11-22md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown
2016-11-18md/raid1, raid10: add blktrace records when IO is delayedNeilBrown
2016-11-18md: add block tracing for bio_remappingNeilBrown
2016-11-09md/raid1: fix: IO can block resync indefinitelyNeilBrown
2016-11-07md/raid1: abort delayed writes when device fails.NeilBrown
2016-11-07md/raid1: change printk() to pr_*()NeilBrown
2016-10-28raid1: handle read error also in readonly modeTomasz Majchrzak
2016-10-24RAID1: ignore discard errorShaohua Li
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown
2016-06-13md/raid1: add rcu protection to rdev in fix_read_errorNeilBrown
2016-06-13md/raid1: small code cleanup in end_sync_writeNeilBrown
2016-06-13md/raid1: small cleanup in raid1_end_read/write_requestNeilBrown
2016-06-13md/raid1, raid10: don't recheck "Faulty" flag in read-balance.NeilBrown
2016-06-13raid1/raid10: slow down resync if there is non-resync activity pendingTomasz Majchrzak
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07md: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-09md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang
2016-03-31md:raid1: fix a dead loop when read from a WriteMostly diskWei Fang
2016-03-17raid1: include bio_end_io_list in nr_queued to prevent freeze_array hangNate Dailey
2016-03-14md/raid1: remove unnecessary BUG_ONGuoqing Jiang
2016-01-20MD: rename some functionsShaohua Li
2016-01-14md/raid: only permit hot-add of compatible integrity profilesDan Williams
2015-11-04Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-10-24md-cluster: Call update_raid_disks() if another node --grow's raid_disksGoldwyn Rodrigues
2015-10-24md/raid1: don't clear bitmap bit when bad-block-list write fails.NeilBrown
2015-10-21md: suspend i/o during runtime blk_integrity_unregisterDan Williams
2015-10-21md/raid1: submit_bio_wait() returns 0 on successJes Sorensen
2015-10-14Merge branch 'md-next' of git://github.com/goldwynr/linux into for-nextNeilBrown
2015-10-12md-cluster: Perform resync/recovery under a DLM lockGoldwyn Rodrigues
2015-10-12md-cluster: Improve md_reload_sb to be less error proneGoldwyn Rodrigues
2015-10-12md-cluster: Use a small window for resyncGoldwyn Rodrigues
2015-10-09crash in md-raid1 and md-raid10 due to incorrect list manipulationMikulas Patocka
2015-10-02md/raid1: Avoid raid1 resync getting stuckJes Sorensen
2015-10-02md: drop null test before destroy functionsJulia Lawall
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxNeilBrown
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-31md/raid1: ensure device failure recorded before write request returns.NeilBrown
2015-08-31md: close some races between setting and checking sync_action.NeilBrown
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet