summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | dm crypt: rename crypt_setkey_allcpus to crypt_setkeyMikulas Patocka2016-11-211-3/+3
| * | | | | dm crypt: mark key as invalid until properly loadedOndrej Kozina2016-11-211-2/+5
| * | | | | dm crypt: use bio_add_page()Ming Lei2016-11-211-7/+1
| * | | | | dm io: use bvec iterator helpers to implement .get_page and .next_pageMing Lei2016-11-211-10/+24
| * | | | | dm rq: replace 'bio->bi_vcnt == 1' with !bio_multiple_segmentsMing Lei2016-11-211-1/+1
| * | | | | dm rq: fix a race condition in rq_completed()Bart Van Assche2016-11-141-2/+8
| * | | | | dm block manager: make block locking optionalJoe Thornber2016-11-142-2/+27
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2016-12-1414-1232/+3168
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'md-next' into md-linusShaohua Li2016-12-1314-1232/+3168
| |\ \ \ \ \ \
| | * | | | | | md: separate flags for superblock changesShaohua Li2016-12-099-101/+106
| | * | | | | | md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li2016-12-091-1/+1
| | * | | | | | md: takeover should clear unrelated bitsShaohua Li2016-12-093-2/+14
| | * | | | | | md/r5cache: after recovery, increase journal seq by 10000Song Liu2016-12-081-7/+7
| | * | | | | | md/raid5-cache: fix crc in rewrite_data_only_stripes()Song Liu2016-12-081-4/+6
| | * | | | | | md/raid5-cache: no recovery is required when create super-blockJackieLiu2016-12-081-2/+8
| | * | | | | | md: fix refcount problem on mddev when stopping array.NeilBrown2016-12-061-1/+4
| | * | | | | | md/r5cache: do r5c_update_log_state after log recoveryZhengyuan Liu2016-12-061-5/+3
| | * | | | | | md/raid5-cache: adjust the write position of the empty block if no data blocksJackieLiu2016-12-061-4/+16
| | * | | | | | md/r5cache: run_no_space_stripes() when R5C_LOG_CRITICAL == 0Song Liu2016-12-021-1/+13
| | * | | | | | md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov2016-11-301-0/+9
| | * | | | | | md/raid5-cache: do not need to set STRIPE_PREREAD_ACTIVE repeatedlyJackieLiu2016-11-291-2/+0
| | * | | | | | md/raid5-cache: remove the unnecessary next_cp_seq field from the r5l_logJackieLiu2016-11-291-2/+0
| | * | | | | | md/raid5-cache: release the stripe_head at the appropriate locationJackieLiu2016-11-291-6/+7
| | * | | | | | md/raid5-cache: use ring add to prevent overflowJackieLiu2016-11-291-1/+1
| | * | | | | | md/raid5-cache: remove unnecessary function parametersJackieLiu2016-11-291-8/+4
| | * | | | | | raid5-cache: don't set STRIPE_R5C_PARTIAL_STRIPE flag while load stripe into ...Zhengyuan Liu2016-11-291-3/+1
| | * | | | | | raid5-cache: add another check conditon before replaying one stripeZhengyuan Liu2016-11-291-2/+2
| | * | | | | | md/r5cache: enable IRQs on error pathDan Carpenter2016-11-281-1/+1
| | * | | | | | md/r5cache: handle alloc_page failureSong Liu2016-11-283-13/+98
| | * | | | | | md: stop write should stop journal reclaimShaohua Li2016-11-241-0/+4
| | * | | | | | raid5-cache: suspend reclaim thread instead of shutdownShaohua Li2016-11-242-14/+8
| | * | | | | | md/raid10: add failfast handling for writes.NeilBrown2016-11-221-1/+28
| | * | | | | | md/raid10: add failfast handling for reads.NeilBrown2016-11-222-5/+46
| | * | | | | | md/raid1: add failfast handling for writes.NeilBrown2016-11-221-1/+25
| | * | | | | | md/raid1: add failfast handling for reads.NeilBrown2016-11-222-10/+43
| | * | | | | | md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown2016-11-225-14/+68
| | * | | | | | md/failfast: add failfast flag for md to be used by some personalities.NeilBrown2016-11-222-0/+33
| | * | | | | | md/r5cache: handle FLUSH and FUASong Liu2016-11-193-18/+157
| | * | | | | | md/r5cache: r5cache recovery: part 2Song Liu2016-11-182-187/+26
| | * | | | | | md/r5cache: r5cache recovery: part 1Song Liu2016-11-181-0/+602
| | * | | | | | md/r5cache: refactoring journal recovery codeSong Liu2016-11-181-9/+18
| | * | | | | | md/r5cache: sysfs entry journal_modeSong Liu2016-11-183-0/+67
| | * | | | | | md/r5cache: write-out phase and reclaim supportSong Liu2016-11-183-41/+430
| | * | | | | | md/r5cache: caching phase of r5cacheSong Liu2016-11-183-32/+381
| | * | | | | | md/r5cache: State machine for raid5-cache write back modeSong Liu2016-11-183-8/+211
| | * | | | | | md/r5cache: move some code to raid5.hSong Liu2016-11-182-71/+77
| | * | | | | | md/r5cache: Check array size in r5l_init_logSong Liu2016-11-181-10/+16
| | * | | | | | md: add blktrace event for writes to superblockShaohua Li2016-11-181-0/+3
| | * | | | | | md/raid1, raid10: add blktrace records when IO is delayedNeilBrown2016-11-182-0/+16
| | * | | | | | md/bitmap: add blktrace event for writes to the bitmapNeilBrown2016-11-181-1/+10