aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-05md: initialise ->writes_pending in personality modules.NeilBrown1-0/+3
2017-05-24md: report sector of stripes with check mismatchesNix1-4/+14
2017-05-11md/r5cache: handle sync with data in write back cacheSong Liu1-6/+15
2017-05-11md/r5cache: gracefully handle journal device errors for writeback modeSong Liu1-6/+23
2017-05-08md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz1-9/+3
2017-05-04md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lockJulia Cartwright1-10/+7
2017-05-01Merge branch 'md-next' into md-linusShaohua Li1-234/+409
2017-04-25md: clear WantReplacement once disk is removedGuoqing Jiang1-6/+3
2017-04-11md/raid5: make chunk_aligned_read() split bios more cleanly.NeilBrown1-16/+17
2017-04-10raid5-ppl: partial parity calculation optimizationArtur Paszkiewicz1-3/+3
2017-04-10raid5-ppl: use resize_stripes() when enabling or disabling pplArtur Paszkiewicz1-50/+38
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-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-34/+16
2017-04-08md: support REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+1
2017-04-07block: trace completion of all bios.NeilBrown1-2/+0
2017-03-27md/raid5: use consistency_policy to remove journal featureSong Liu1-10/+36
2017-03-23md: fix several trivial typos in commentsZhilong Liu1-3/+3
2017-03-22md/raid5: don't test ->writes_pending in raid5_remove_diskNeilBrown1-1/+4
2017-03-22Revert "md/raid5: limit request size according to implementation limits"NeilBrown1-9/+0
2017-03-22md/raid5: remove over-loading of ->bi_phys_segments.NeilBrown1-12/+12
2017-03-22md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as a counterNeilBrown1-44/+13
2017-03-22md/raid5: call bio_endio() directly rather than queueing for later.NeilBrown1-28/+10
2017-03-22md/raid5: simplfy delaying of writes while metadata is updated.NeilBrown1-23/+8
2017-03-22md/raid5: use md_write_start to count stripes, not biosNeilBrown1-14/+13
2017-03-16raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz1-0/+53
2017-03-16raid5-ppl: support disk hot add/remove with PPLArtur Paszkiewicz1-1/+11
2017-03-16raid5-ppl: load and recover the logArtur Paszkiewicz1-1/+4
2017-03-16raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz1-3/+61
2017-03-16raid5: separate header for log functionsArtur Paszkiewicz1-35/+13
2017-03-16md/raid5: sort biosShaohua Li1-25/+113
2017-03-16md/raid5: prioritize stripes for writebackShaohua Li1-9/+39
2017-03-14md/r5cache: fix set_syndrome_sources() for data in cacheSong Liu1-1/+2
2017-03-09md: move funcs from pers->resize to update_sizeGuoqing Jiang1-2/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-24/+105
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-6/+6
2017-02-16md/raid5: Don't reinvent the wheel but use existing llist APIByungchul Park1-4/+2
2017-02-15md: fast clone bio in bio_clone_mddev()Ming Lei1-2/+2
2017-02-13md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li1-0/+2
2017-02-13md/r5cache: improve journal device efficiencySong Liu1-9/+33
2017-02-13md/r5cache: enable chunk_aligned_read with write back cacheSong Liu1-7/+13
2017-02-13raid5: only dispatch IO from raid5d for harddisk raidShaohua Li1-2/+53
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-6/+6
2017-01-24md/r5cache: disable write back for degraded arraySong Liu1-7/+8
2017-01-24md/r5cache: shift complex rmw from read path to write pathSong Liu1-4/+45
2017-01-24md/raid5: move comment of fetch_block to right locationSong Liu1-7/+6
2017-01-24md/r5cache: read data into orig_page for prexor of cached dataSong Liu1-9/+35
2017-01-09md/raid5: Use correct IS_ERR() variation on pointer checkJes Sorensen1-1/+1
2017-01-05md: cleanup mddev flag clear for takeoverShaohua Li1-1/+4