summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-242-4/+4
* md/raid10: refactor some codes from raid10_write_requestGuoqing Jiang2017-03-241-100/+75
* raid5-ppl: silence a misleading warning messageDan Carpenter2017-03-241-1/+1
* MD: use per-cpu counter for writes_pendingNeilBrown2017-03-232-24/+49
* md: close a race with setting mddev->in_syncNeilBrown2017-03-231-0/+7
* md: factor out set_in_sync()NeilBrown2017-03-231-34/+20
* md/raid5: don't test ->writes_pending in raid5_remove_diskNeilBrown2017-03-231-1/+4
* md/raid1: stop using bi_phys_segmentNeilBrown2017-03-231-66/+23
* md/raid10: stop using bi_phys_segmentsNeilBrown2017-03-231-51/+25
* md/raid1, raid10: move rXbio accounting closer to allocation.NeilBrown2017-03-232-26/+20
* Revert "md/raid5: limit request size according to implementation limits"NeilBrown2017-03-231-9/+0
* md/raid5: remove over-loading of ->bi_phys_segments.NeilBrown2017-03-232-41/+13
* md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as ...NeilBrown2017-03-233-62/+15
* md/raid5: call bio_endio() directly rather than queueing for later.NeilBrown2017-03-234-38/+16
* md/raid5: simplfy delaying of writes while metadata is updated.NeilBrown2017-03-232-26/+8
* md/raid5: use md_write_start to count stripes, not biosNeilBrown2017-03-234-15/+32
* md: move bitmap_destroy to the beginning of __md_stopGuoqing Jiang2017-03-173-11/+19
* md/r5cache: generate R5LOG_PAYLOAD_FLUSHSong Liu2017-03-171-3/+42
* md/r5cache: handle R5LOG_PAYLOAD_FLUSH in recoverySong Liu2017-03-171-6/+41
* raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz2017-03-174-3/+68
* raid5-ppl: support disk hot add/remove with PPLArtur Paszkiewicz2017-03-173-2/+64
* raid5-ppl: load and recover the logArtur Paszkiewicz2017-03-172-1/+493
* md: add sysfs entries for PPLArtur Paszkiewicz2017-03-171-0/+115
* raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz2017-03-175-5/+798
* raid5: separate header for log functionsArtur Paszkiewicz2017-03-174-69/+107
* md: superblock changes for PPLArtur Paszkiewicz2017-03-174-2/+31
* md/r5cache: improve recovery with read ahead page poolSong Liu2017-03-171-46/+175
* md/raid5: sort biosShaohua Li2017-03-172-26/+126
* md/raid5-cache: bump flush stripe batch sizeShaohua Li2017-03-171-3/+3
* md/raid5: prioritize stripes for writebackShaohua Li2017-03-172-9/+41
* md-cluster: add the support for resizeGuoqing Jiang2017-03-173-5/+93
* md-cluster: introduce cluster_check_sync_sizeGuoqing Jiang2017-03-173-10/+93
* md-cluster: add CHANGE_CAPACITY message typeGuoqing Jiang2017-03-171-0/+5
* md-cluster: use sync way to handle METADATA_UPDATED msgGuoqing Jiang2017-03-173-23/+66
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2017-03-166-38/+72
|\
| * md/raid1: fix a trivial typo in commentsZhilong Liu2017-03-141-1/+1
| * md/r5cache: fix set_syndrome_sources() for data in cacheSong Liu2017-03-141-1/+2