summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2017-03-24md: raid1/raid10: don't handle failure of bio_add_page()Ming Lei
2017-03-23md: fix several trivial typos in commentsZhilong Liu
2017-03-23md/raid10: refactor some codes from raid10_write_requestGuoqing Jiang
2017-03-23raid5-ppl: silence a misleading warning messageDan Carpenter
2017-03-22MD: use per-cpu counter for writes_pendingNeilBrown
2017-03-22md: close a race with setting mddev->in_syncNeilBrown
2017-03-22md: factor out set_in_sync()NeilBrown
2017-03-22md/raid5: don't test ->writes_pending in raid5_remove_diskNeilBrown
2017-03-22md/raid1: stop using bi_phys_segmentNeilBrown
2017-03-22md/raid10: stop using bi_phys_segmentsNeilBrown
2017-03-22md/raid1, raid10: move rXbio accounting closer to allocation.NeilBrown
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-16md: move bitmap_destroy to the beginning of __md_stopGuoqing Jiang
2017-03-16md/r5cache: generate R5LOG_PAYLOAD_FLUSHSong Liu
2017-03-16md/r5cache: handle R5LOG_PAYLOAD_FLUSH in recoverySong Liu
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-16md: add sysfs entries for PPLArtur Paszkiewicz
2017-03-16raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz
2017-03-16raid5: separate header for log functionsArtur Paszkiewicz
2017-03-16md: superblock changes for PPLArtur Paszkiewicz
2017-03-16md/r5cache: improve recovery with read ahead page poolSong Liu
2017-03-16md/raid5: sort biosShaohua Li
2017-03-16md/raid5-cache: bump flush stripe batch sizeShaohua Li
2017-03-16md/raid5: prioritize stripes for writebackShaohua Li
2017-03-16md-cluster: add the support for resizeGuoqing Jiang
2017-03-16md-cluster: introduce cluster_check_sync_sizeGuoqing Jiang
2017-03-16md-cluster: add CHANGE_CAPACITY message typeGuoqing Jiang
2017-03-16md-cluster: use sync way to handle METADATA_UPDATED msgGuoqing Jiang
2017-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds
2017-03-14md/raid1: fix a trivial typo in commentsZhilong Liu
2017-03-14md/r5cache: fix set_syndrome_sources() for data in cacheSong Liu
2017-03-11blk: Ensure users for current->bio_list can see the full list.NeilBrown
2017-03-10md: fix incorrect use of lexx_to_cpu in does_sb_need_changingJason Yan
2017-03-10md: fix super_offset endianness in super_1_rdev_size_changeJason Yan
2017-03-09drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.hMasanari Iida
2017-03-09md/raid1/10: fix potential deadlockShaohua Li
2017-03-09md: don't impose the MD_SB_DISKS limit on arrays without metadata.NeilBrown
2017-03-09md: move funcs from pers->resize to update_sizeGuoqing Jiang
2017-03-09md-cluster: remove useless memset from gather_all_resync_infoGuoqing Jiang
2017-03-09md-cluster: free md_cluster_info if node leave clusterGuoqing Jiang
2017-03-09md: delete dead codeShaohua Li
2017-03-09md/raid10: submit bio directly to replacement diskShaohua Li
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds