summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2017-05-0318-1418/+3434
|\
| * Merge branch 'md-next' into md-linusShaohua Li2017-05-0118-1418/+3434
| |\
| | * md/raid10: skip spare disk as 'first' diskShaohua Li2017-05-011-1/+1
| | * md/raid1: Use a new variable to count flighting sync requestsXiao Ni2017-04-272-3/+5
| | * md: clear WantReplacement once disk is removedGuoqing Jiang2017-04-253-15/+8
| | * md/raid1/10: remove unused queueLidong Zhong2017-04-232-5/+0
| | * md: handle read-only member devices better.NeilBrown2017-04-201-15/+26
| | * md/raid10: wait up frozen array in handle_write_completedGuoqing Jiang2017-04-201-0/+5
| | * md-cluster: Fix a memleak in an error handling pathChristophe JAILLET2017-04-141-1/+1
| | * md: support disabling of create-on-open semantics.NeilBrown2017-04-121-1/+13
| | * md: allow creation of mdNNN arrays via md_mod/parameters/new_arrayNeilBrown2017-04-121-6/+30
| | * raid5-ppl: use a single mempool for ppl_io_unit and header_pageArtur Paszkiewicz2017-04-111-16/+37
| | * md/raid0: fix up bio splitting.NeilBrown2017-04-111-36/+37
| | * md/linear: improve bio splitting.NeilBrown2017-04-111-39/+34
| | * md/raid5: make chunk_aligned_read() split bios more cleanly.NeilBrown2017-04-112-16/+18
| | * md/raid10: simplify handle_read_error()NeilBrown2017-04-111-75/+47
| | * md/raid10: simplify the splitting of requests.NeilBrown2017-04-112-114/+51
| | * md/raid1: factor out flush_bio_list()NeilBrown2017-04-111-40/+26
| | * md/raid1: simplify handle_read_error().NeilBrown2017-04-111-80/+60
| | * md/raid1: simplify alloc_behind_master_bio()NeilBrown2017-04-111-7/+4
| | * md/raid1: simplify the splitting of requests.NeilBrown2017-04-112-91/+52
| | * raid5-ppl: partial parity calculation optimizationArtur Paszkiewicz2017-04-102-13/+13
| | * raid5-ppl: use resize_stripes() when enabling or disabling pplArtur Paszkiewicz2017-04-103-53/+43
| | * raid5-ppl: move no_mem_stripes to struct ppl_confArtur Paszkiewicz2017-04-101-13/+23
| | * md/raid1: avoid reusing a resync bio after error handling.NeilBrown2017-04-101-0/+2
| | * md.c:didn't unlock the mddev before return EINVAL in array_size_storeZhilong Liu2017-04-101-1/+3
| | * md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stopNeilBrown2017-04-101-0/+5
| | * md/raid10: reset the 'first' at the end of loopGuoqing Jiang2017-04-101-0/+2
| | * md/raid6: Fix anomily when recovering a single device in RAID6.NeilBrown2017-04-101-1/+12
| | * md: update slab_cache before releasing new stripes when stripes resizingDennis Yang2017-04-101-2/+4
| | * md: raid1: kill warning on powerpc_pseriesMing Lei2017-03-281-1/+1
| | * md/raid5: use consistency_policy to remove journal featureSong Liu2017-03-271-10/+36
| | * md/raid5-cache: fix payload endianness problem in raid5-cacheJason Yan2017-03-251-9/+9
| | * md/raid1: skip data copy for behind io for discard requestShaohua Li2017-03-251-1/+5
| | * md: raid10: avoid direct access to bvec table in handle_reshape_read_errorMing Lei2017-03-241-2/+5
| | * md: raid10: retrieve page from preallocated resync page arrayMing Lei2017-03-241-4/+9
| | * md: raid10: don't use bio's vec table to manage resync pagesMing Lei2017-03-241-52/+82
| | * md: raid10: refactor code of read reshape's .bi_end_ioMing Lei2017-03-241-10/+18
| | * md: raid1: improve write behindMing Lei2017-03-242-67/+61
| | * md: raid1: move 'offset' out of loopMing Lei2017-03-241-2/+3
| | * md: raid1: use bio helper in process_checks()Ming Lei2017-03-241-4/+8
| | * md: raid1: retrieve page from pre-allocated resync page arrayMing Lei2017-03-241-8/+8
| | * md: raid1: don't use bio's vec table to manage resync pagesMing Lei2017-03-241-29/+64
| | * md: raid1: simplify r1buf_pool_free()Ming Lei2017-03-241-9/+8
| | * md: prepare for managing resync I/O pages in clean wayMing Lei2017-03-241-0/+50
| | * md: move two macros into md.hMing Lei2017-03-243-5/+5
| | * md: raid1/raid10: don't handle failure of bio_add_page()Ming Lei2017-03-242-47/+16
| | * md: fix several trivial typos in commentsZhilong Liu2017-03-232-4/+4
| | * md/raid10: refactor some codes from raid10_write_requestGuoqing Jiang2017-03-231-100/+75
| | * raid5-ppl: silence a misleading warning messageDan Carpenter2017-03-231-1/+1