aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-22md/raid10: add failfast handling for reads.NeilBrown2-5/+46
2016-11-22md/raid1: add failfast handling for writes.NeilBrown1-1/+25
2016-11-22md/raid1: add failfast handling for reads.NeilBrown2-10/+43
2016-11-22md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown5-14/+68
2016-11-22md/failfast: add failfast flag for md to be used by some personalities.NeilBrown2-0/+33
2016-11-22bcache: debug: avoid accessing .bi_io_vec directlyMing Lei1-3/+8
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei11-36/+16
2016-11-21dm mpath: do not modify *__clone if blk_mq_alloc_request() failsBart Van Assche1-7/+8
2016-11-21dm mpath: change return type of pg_init_all_paths() from int to voidBart Van Assche1-5/+2
2016-11-21dm mpath: add checks for priority group count to avoid invalid memory accesstang.junhui1-2/+2
2016-11-21dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler()tang.junhui1-0/+2
2016-11-21dm flakey: return -EINVAL on interval bounds error in flakey_ctr()Wei Yongjun1-0/+2
2016-11-21dm crypt: constify crypt_iv_operations structuresJulia Lawall1-8/+8
2016-11-21dm raid: correct error messages on old metadata validationHeinz Mauelshagen1-32/+39
2016-11-21dm cache: add missing cache device name to DMERR in set_cache_mode()Mike Snitzer1-1/+2
2016-11-21dm cache metadata: remove an extra newline in DMERR and codeMike Snitzer1-2/+1
2016-11-21dm verity: fix incorrect error messageEric Biggers1-1/+1
2016-11-21dm crypt: rename crypt_setkey_allcpus to crypt_setkeyMikulas Patocka1-3/+3
2016-11-21dm crypt: mark key as invalid until properly loadedOndrej Kozina1-2/+5
2016-11-21dm crypt: use bio_add_page()Ming Lei1-7/+1
2016-11-21dm io: use bvec iterator helpers to implement .get_page and .next_pageMing Lei1-10/+24
2016-11-21dm rq: replace 'bio->bi_vcnt == 1' with !bio_multiple_segmentsMing Lei1-1/+1
2016-11-18md/r5cache: handle FLUSH and FUASong Liu3-18/+157
2016-11-18md/r5cache: r5cache recovery: part 2Song Liu2-187/+26
2016-11-18md/r5cache: r5cache recovery: part 1Song Liu1-0/+602
2016-11-18md/r5cache: refactoring journal recovery codeSong Liu1-9/+18
2016-11-18md/r5cache: sysfs entry journal_modeSong Liu3-0/+67
2016-11-18md/r5cache: write-out phase and reclaim supportSong Liu3-41/+430
2016-11-18md/r5cache: caching phase of r5cacheSong Liu3-32/+381
2016-11-18md/r5cache: State machine for raid5-cache write back modeSong Liu3-8/+211
2016-11-18md/r5cache: move some code to raid5.hSong Liu2-71/+77
2016-11-18md/r5cache: Check array size in r5l_init_logSong Liu1-10/+16
2016-11-18md: add blktrace event for writes to superblockShaohua Li1-0/+3
2016-11-18md/raid1, raid10: add blktrace records when IO is delayedNeilBrown2-0/+16
2016-11-18md/bitmap: add blktrace event for writes to the bitmapNeilBrown1-1/+10
2016-11-18md: add block tracing for bio_remappingNeilBrown4-13/+75
2016-11-17raid5-cache: fix lockdep warningShaohua Li1-2/+14
2016-11-14dm rq: fix a race condition in rq_completed()Bart Van Assche1-2/+8
2016-11-14dm block manager: make block locking optionalJoe Thornber2-2/+27
2016-11-09md: remove md_super_wait() call after bitmap_flush()NeilBrown1-1/+0
2016-11-09md: define mddev flags, recovery flags and r1bio state bits using enumsNeilBrown2-48/+46
2016-11-09md/raid1: fix: IO can block resync indefinitelyNeilBrown1-1/+1
2016-11-07md/bitmap: Don't write bitmap while earlier writes might be in-flightNeilBrown1-5/+22
2016-11-07md/raid10: abort delayed writes when device fails.NeilBrown1-6/+16
2016-11-07md/raid1: abort delayed writes when device fails.NeilBrown1-5/+15
2016-11-07md: perform async updates for metadata where possible.NeilBrown1-4/+12
2016-11-07raid5-cache: restrict the use area of the log_offset variableJackieLiu1-11/+8
2016-11-07md/raid5: change printk() to pr_*()NeilBrown1-121/+86
2016-11-07md/raid10: change printk() to pr_*()NeilBrown1-85/+56
2016-11-07md/raid1: change printk() to pr_*()NeilBrown1-58/+41