summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAgeFilesLines
...
| * raid5-ppl: partial parity calculation optimizationArtur Paszkiewicz2017-04-101-3/+3
| * raid5-ppl: use resize_stripes() when enabling or disabling pplArtur Paszkiewicz2017-04-101-50/+38
| * 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/raid5: use consistency_policy to remove journal featureSong Liu2017-03-271-10/+36
| * md: fix several trivial typos in commentsZhilong Liu2017-03-231-3/+3
| * md/raid5: don't test ->writes_pending in raid5_remove_diskNeilBrown2017-03-221-1/+4
| * Revert "md/raid5: limit request size according to implementation limits"NeilBrown2017-03-221-9/+0
| * md/raid5: remove over-loading of ->bi_phys_segments.NeilBrown2017-03-221-12/+12
| * md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as ...NeilBrown2017-03-221-44/+13
| * md/raid5: call bio_endio() directly rather than queueing for later.NeilBrown2017-03-221-28/+10
| * md/raid5: simplfy delaying of writes while metadata is updated.NeilBrown2017-03-221-23/+8
| * md/raid5: use md_write_start to count stripes, not biosNeilBrown2017-03-221-14/+13
| * raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz2017-03-161-0/+53
| * raid5-ppl: support disk hot add/remove with PPLArtur Paszkiewicz2017-03-161-1/+11
| * raid5-ppl: load and recover the logArtur Paszkiewicz2017-03-161-1/+4
| * raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz2017-03-161-3/+61
| * raid5: separate header for log functionsArtur Paszkiewicz2017-03-161-35/+13
| * md/raid5: sort biosShaohua Li2017-03-161-25/+113
| * md/raid5: prioritize stripes for writebackShaohua Li2017-03-161-9/+39
* | block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-34/+16
* | md: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-0/+1
* | block: trace completion of all bios.NeilBrown2017-04-071-2/+0
|/
* md/r5cache: fix set_syndrome_sources() for data in cacheSong Liu2017-03-141-1/+2
* md: move funcs from pers->resize to update_sizeGuoqing Jiang2017-03-091-2/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-241-24/+105
|\
| * md/raid5: Don't reinvent the wheel but use existing llist APIByungchul Park2017-02-161-4/+2
| * md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-151-2/+2
| * md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li2017-02-131-0/+2
| * md/r5cache: improve journal device efficiencySong Liu2017-02-131-9/+33
| * md/r5cache: enable chunk_aligned_read with write back cacheSong Liu2017-02-131-7/+13
| * raid5: only dispatch IO from raid5d for harddisk raidShaohua Li2017-02-131-2/+53
* | Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-6/+6
|\ \ | |/ |/|
| * block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-6/+6
* | md/r5cache: disable write back for degraded arraySong Liu2017-01-241-7/+8
* | md/r5cache: shift complex rmw from read path to write pathSong Liu2017-01-241-4/+45
* | md/raid5: move comment of fetch_block to right locationSong Liu2017-01-241-7/+6
* | md/r5cache: read data into orig_page for prexor of cached dataSong Liu2017-01-241-9/+35
|/
* md/raid5: Use correct IS_ERR() variation on pointer checkJes Sorensen2017-01-091-1/+1
* md: cleanup mddev flag clear for takeoverShaohua Li2017-01-051-1/+4
* Merge branch 'md-next' into md-linusShaohua Li2016-12-131-242/+381
|\
| * md: separate flags for superblock changesShaohua Li2016-12-081-13/+13
| * md: takeover should clear unrelated bitsShaohua Li2016-12-081-1/+5
| * md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov2016-11-291-0/+9
| * md/r5cache: handle alloc_page failureSong Liu2016-11-271-12/+66
| * md/r5cache: handle FLUSH and FUASong Liu2016-11-181-0/+12
| * md/r5cache: r5cache recovery: part 2Song Liu2016-11-181-1/+2
| * md/r5cache: sysfs entry journal_modeSong Liu2016-11-181-0/+1
| * md/r5cache: write-out phase and reclaim supportSong Liu2016-11-181-0/+21