summaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-24md/raid1/10: remove unused queueLidong Zhong2-5/+0
2017-04-20md: handle read-only member devices better.NeilBrown1-15/+26
2017-04-20md/raid10: wait up frozen array in handle_write_completedGuoqing Jiang1-0/+5
2017-04-20uapi: fix linux/raid/md_p.h userspace compilation errorArtur Paszkiewicz1-1/+1
2017-04-14md-cluster: Fix a memleak in an error handling pathChristophe JAILLET1-1/+1
2017-04-12md: support disabling of create-on-open semantics.NeilBrown1-1/+13
2017-04-12md: allow creation of mdNNN arrays via md_mod/parameters/new_arrayNeilBrown1-6/+30
2017-04-11raid5-ppl: use a single mempool for ppl_io_unit and header_pageArtur Paszkiewicz1-16/+37
2017-04-11md/raid0: fix up bio splitting.NeilBrown1-36/+37
2017-04-11md/linear: improve bio splitting.NeilBrown1-39/+34
2017-04-11md/raid5: make chunk_aligned_read() split bios more cleanly.NeilBrown2-16/+18
2017-04-11md/raid10: simplify handle_read_error()NeilBrown1-75/+47
2017-04-11md/raid10: simplify the splitting of requests.NeilBrown2-114/+51
2017-04-11md/raid1: factor out flush_bio_list()NeilBrown1-40/+26
2017-04-11md/raid1: simplify handle_read_error().NeilBrown1-80/+60
2017-04-11Revert "block: introduce bio_copy_data_partial"NeilBrown2-49/+13
2017-04-11md/raid1: simplify alloc_behind_master_bio()NeilBrown1-7/+4
2017-04-11md/raid1: simplify the splitting of requests.NeilBrown2-91/+52
2017-04-10raid5-ppl: partial parity calculation optimizationArtur Paszkiewicz2-13/+13
2017-04-10raid5-ppl: use resize_stripes() when enabling or disabling pplArtur Paszkiewicz3-53/+43
2017-04-10raid5-ppl: move no_mem_stripes to struct ppl_confArtur Paszkiewicz1-13/+23
2017-04-10md/raid1: avoid reusing a resync bio after error handling.NeilBrown1-0/+2
2017-04-10md.c:didn't unlock the mddev before return EINVAL in array_size_storeZhilong Liu1-1/+3
2017-04-10md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stopNeilBrown1-0/+5
2017-04-10md/raid10: reset the 'first' at the end of loopGuoqing Jiang1-0/+2
2017-04-10md/raid6: Fix anomily when recovering a single device in RAID6.NeilBrown1-1/+12
2017-04-10md: update slab_cache before releasing new stripes when stripes resizingDennis Yang1-2/+4
2017-03-28md: raid1: kill warning on powerpc_pseriesMing Lei1-1/+1
2017-03-27md/raid5: use consistency_policy to remove journal featureSong Liu1-10/+36
2017-03-25md/raid5-cache: fix payload endianness problem in raid5-cacheJason Yan1-9/+9
2017-03-25md/raid1: skip data copy for behind io for discard requestShaohua Li1-1/+5
2017-03-25block: remove bio_clone_bioset_partial()Shaohua Li2-57/+15
2017-03-24md: raid10: avoid direct access to bvec table in handle_reshape_read_errorMing Lei1-2/+5
2017-03-24md: raid10: retrieve page from preallocated resync page arrayMing Lei1-4/+9
2017-03-24md: raid10: don't use bio's vec table to manage resync pagesMing Lei1-52/+82
2017-03-24md: raid10: refactor code of read reshape's .bi_end_ioMing Lei1-10/+18
2017-03-24md: raid1: improve write behindMing Lei2-67/+61
2017-03-24md: raid1: move 'offset' out of loopMing Lei1-2/+3
2017-03-24block: introduce bio_copy_data_partialMing Lei2-13/+49
2017-03-24md: raid1: use bio helper in process_checks()Ming Lei1-4/+8
2017-03-24md: raid1: retrieve page from pre-allocated resync page arrayMing Lei1-8/+8
2017-03-24md: raid1: don't use bio's vec table to manage resync pagesMing Lei1-29/+64
2017-03-24md: raid1: simplify r1buf_pool_free()Ming Lei1-9/+8
2017-03-24md: prepare for managing resync I/O pages in clean wayMing Lei1-0/+50
2017-03-24md: move two macros into md.hMing Lei3-5/+5
2017-03-24md: raid1/raid10: don't handle failure of bio_add_page()Ming Lei2-47/+16
2017-03-24md: fix several trivial typos in commentsZhilong Liu2-4/+4
2017-03-24md/raid10: refactor some codes from raid10_write_requestGuoqing Jiang1-100/+75
2017-03-24raid5-ppl: silence a misleading warning messageDan Carpenter1-1/+1
2017-03-23MD: use per-cpu counter for writes_pendingNeilBrown2-24/+49