summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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-232-4/+4
| | * | | | md/raid10: refactor some codes from raid10_write_requestGuoqing Jiang2017-03-231-100/+75
| | * | | | raid5-ppl: silence a misleading warning messageDan Carpenter2017-03-231-1/+1
| | * | | | MD: use per-cpu counter for writes_pendingNeilBrown2017-03-222-24/+49
| | * | | | md: close a race with setting mddev->in_syncNeilBrown2017-03-221-0/+7
| | * | | | md: factor out set_in_sync()NeilBrown2017-03-221-34/+20
| | * | | | md/raid5: don't test ->writes_pending in raid5_remove_diskNeilBrown2017-03-221-1/+4
| | * | | | md/raid1: stop using bi_phys_segmentNeilBrown2017-03-221-66/+23
| | * | | | md/raid10: stop using bi_phys_segmentsNeilBrown2017-03-221-51/+25
| | * | | | md/raid1, raid10: move rXbio accounting closer to allocation.NeilBrown2017-03-222-26/+20
| | * | | | 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-222-41/+13
| | * | | | md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as ...NeilBrown2017-03-223-62/+15
| | * | | | md/raid5: call bio_endio() directly rather than queueing for later.NeilBrown2017-03-224-38/+16
| | * | | | md/raid5: simplfy delaying of writes while metadata is updated.NeilBrown2017-03-222-26/+8
| | * | | | md/raid5: use md_write_start to count stripes, not biosNeilBrown2017-03-224-15/+32
| | * | | | md: move bitmap_destroy to the beginning of __md_stopGuoqing Jiang2017-03-163-11/+19
| | * | | | md/r5cache: generate R5LOG_PAYLOAD_FLUSHSong Liu2017-03-161-3/+42
| | * | | | md/r5cache: handle R5LOG_PAYLOAD_FLUSH in recoverySong Liu2017-03-161-6/+41
| | * | | | raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz2017-03-164-3/+68
| | * | | | raid5-ppl: support disk hot add/remove with PPLArtur Paszkiewicz2017-03-163-2/+64
| | * | | | raid5-ppl: load and recover the logArtur Paszkiewicz2017-03-162-1/+493
| | * | | | md: add sysfs entries for PPLArtur Paszkiewicz2017-03-161-0/+115
| | * | | | raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz2017-03-165-5/+798
| | * | | | raid5: separate header for log functionsArtur Paszkiewicz2017-03-164-69/+107
| | * | | | md: superblock changes for PPLArtur Paszkiewicz2017-03-164-2/+31
| | * | | | md/r5cache: improve recovery with read ahead page poolSong Liu2017-03-161-46/+175
| | * | | | md/raid5: sort biosShaohua Li2017-03-162-26/+126
| | * | | | md/raid5-cache: bump flush stripe batch sizeShaohua Li2017-03-161-3/+3
| | * | | | md/raid5: prioritize stripes for writebackShaohua Li2017-03-162-9/+41
| | * | | | md-cluster: add the support for resizeGuoqing Jiang2017-03-163-5/+93
| | * | | | md-cluster: introduce cluster_check_sync_sizeGuoqing Jiang2017-03-163-10/+93
| | * | | | md-cluster: add CHANGE_CAPACITY message typeGuoqing Jiang2017-03-161-0/+5
| | * | | | md-cluster: use sync way to handle METADATA_UPDATED msgGuoqing Jiang2017-03-163-23/+66
| | | |_|/ | | |/| |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix dead URLs to ftp.kernel.orgSeongJae Park2017-03-281-1/+1
| |/ / /
* | | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-0121-81/+126
|\ \ \ \ | | |_|/ | |/| |
| * | | blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
| * | | dm mpath: don't check for req->errorsChristoph Hellwig2017-04-201-1/+1
| * | | dm rq: don't pass irrelevant error code to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
| * | | block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-087-61/+19
| * | | dm kcopyd: switch to use REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-3/+3
| * | | dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-088-8/+77
| * | | dm io: discards don't take a payloadChristoph Hellwig2017-04-081-2/+8
| * | | md: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-087-1/+16
| * | | Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-0/+1
| |\ \ \
| * | | | block: trace completion of all bios.NeilBrown2017-04-072-3/+0
| * | | | blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-1/+1
| | |/ / | |/| |