summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)Author
2017-03-22Revert "md/raid5: limit request size according to implementation limits"NeilBrown
2017-03-22md/raid5: remove over-loading of ->bi_phys_segments.NeilBrown
2017-03-22md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as ...NeilBrown
2017-03-22md/raid5: call bio_endio() directly rather than queueing for later.NeilBrown
2017-03-22md/raid5: simplfy delaying of writes while metadata is updated.NeilBrown
2017-03-22md/raid5: use md_write_start to count stripes, not biosNeilBrown
2017-03-16raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz
2017-03-16raid5-ppl: support disk hot add/remove with PPLArtur Paszkiewicz
2017-03-16raid5-ppl: load and recover the logArtur Paszkiewicz
2017-03-16raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz
2017-03-16raid5: separate header for log functionsArtur Paszkiewicz
2017-03-16md/raid5: sort biosShaohua Li
2017-03-16md/raid5: prioritize stripes for writebackShaohua Li
2017-03-14md/r5cache: fix set_syndrome_sources() for data in cacheSong Liu
2017-03-09md: move funcs from pers->resize to update_sizeGuoqing Jiang
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-16md/raid5: Don't reinvent the wheel but use existing llist APIByungchul Park
2017-02-15md: fast clone bio in bio_clone_mddev()Ming Lei
2017-02-13md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li
2017-02-13md/r5cache: improve journal device efficiencySong Liu
2017-02-13md/r5cache: enable chunk_aligned_read with write back cacheSong Liu
2017-02-13raid5: only dispatch IO from raid5d for harddisk raidShaohua Li
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-01-24md/r5cache: disable write back for degraded arraySong Liu
2017-01-24md/r5cache: shift complex rmw from read path to write pathSong Liu
2017-01-24md/raid5: move comment of fetch_block to right locationSong Liu
2017-01-24md/r5cache: read data into orig_page for prexor of cached dataSong Liu
2017-01-09md/raid5: Use correct IS_ERR() variation on pointer checkJes Sorensen
2017-01-05md: cleanup mddev flag clear for takeoverShaohua Li
2016-12-13Merge branch 'md-next' into md-linusShaohua Li
2016-12-08md: separate flags for superblock changesShaohua Li
2016-12-08md: takeover should clear unrelated bitsShaohua Li
2016-11-29md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov
2016-11-27md/r5cache: handle alloc_page failureSong Liu
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei
2016-11-18md/r5cache: handle FLUSH and FUASong Liu
2016-11-18md/r5cache: r5cache recovery: part 2Song Liu
2016-11-18md/r5cache: sysfs entry journal_modeSong Liu
2016-11-18md/r5cache: write-out phase and reclaim supportSong Liu
2016-11-18md/r5cache: caching phase of r5cacheSong Liu
2016-11-18md/r5cache: State machine for raid5-cache write back modeSong Liu
2016-11-18md/r5cache: move some code to raid5.hSong Liu
2016-11-07md/raid5: change printk() to pr_*()NeilBrown
2016-11-07raid5: revert commit 11367799f3d1Tomasz Majchrzak
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-10-07Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-09-21raid5: handle register_shrinker failureShaohua Li