summaryrefslogtreecommitdiff
path: root/drivers/md/raid1.c
AgeCommit message (Expand)Author
2017-07-27md: don't use flush_signals in userspace processesMikulas Patocka
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
2015-08-03md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...NeilBrown
2015-07-29block: manipulate bio->bi_flags through helpersJens Axboe
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-24Fix read-balancing during node failureGoldwyn Rodrigues
2015-07-24md/raid1: fix test for 'was read error from last working device'.NeilBrown
2015-06-02writeback: move backing_dev_info->state into bdi_writebackTejun Heo
2015-04-22md: remove 'go_faster' option from ->sync_request()NeilBrown
2015-04-22Merge branch 'cluster' into for-nextNeilBrown
2015-02-25md/raid1: fix read balance when a drive is write-mostly.Tomáš Hodek