summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5-cache.c
Commit message (Expand)AuthorAgeFilesLines
* md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li2017-02-131-2/+12
* md/raid5-cache: stripe reclaim only counts valid stripesShaohua Li2017-02-131-2/+2
* md/r5cache: improve journal device efficiencySong Liu2017-02-131-11/+25
* md/r5cache: enable chunk_aligned_read with write back cacheSong Liu2017-02-131-17/+154
* md/r5cache: disable write back for degraded arraySong Liu2017-01-241-0/+46
* md/r5cache: flush data only stripes in r5l_recovery_log()Song Liu2017-01-241-16/+40
* md/r5cache: read data into orig_page for prexor of cached dataSong Liu2017-01-241-0/+2
* md/raid5-cache: delete meaningless codeShaohua Li2017-01-241-2/+0
* md/r5cache: fix spelling mistake on "recoverying"Colin Ian King2017-01-051-1/+1
* md/r5cache: assign conf->log before r5l_load_log()Song Liu2017-01-051-1/+3
* md/r5cache: simplify handling of sh->log_start in recoverySong Liu2017-01-051-15/+12
* md/raid5-cache: removes unnecessary write-through mode judgmentsJackieLiu2017-01-051-3/+0
* Merge branch 'md-next' into md-linusShaohua Li2016-12-131-214/+1619
|\
| * md: separate flags for superblock changesShaohua Li2016-12-081-3/+3
| * 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/r5cache: do r5c_update_log_state after log recoveryZhengyuan Liu2016-12-051-5/+3
| * md/raid5-cache: adjust the write position of the empty block if no data blocksJackieLiu2016-12-051-4/+16
| * md/r5cache: run_no_space_stripes() when R5C_LOG_CRITICAL == 0Song Liu2016-12-021-1/+13
| * 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-271-1/+1
| * md/r5cache: handle alloc_page failureSong Liu2016-11-271-1/+26
| * raid5-cache: suspend reclaim thread instead of shutdownShaohua Li2016-11-231-13/+5
| * md/r5cache: handle FLUSH and FUASong Liu2016-11-181-18/+144
| * md/r5cache: r5cache recovery: part 2Song Liu2016-11-181-186/+24
| * 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-181-0/+65
| * md/r5cache: write-out phase and reclaim supportSong Liu2016-11-181-30/+381
| * md/r5cache: caching phase of r5cacheSong Liu2016-11-181-9/+233
| * md/r5cache: State machine for raid5-cache write back modeSong Liu2016-11-181-3/+140
| * md/r5cache: Check array size in r5l_init_logSong Liu2016-11-181-10/+16
| * raid5-cache: fix lockdep warningShaohua Li2016-11-171-2/+14
| * raid5-cache: restrict the use area of the log_offset variableJackieLiu2016-11-071-11/+8
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-3/+3
|\ \ | |/ |/|
| * block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-1/+1
| * block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-2/+2
* | raid5-cache: correct condition for empty metadata writeShaohua Li2016-10-281-1/+1
* | md/raid5: write an empty meta-block when creating log super-blockZhengyuan Liu2016-10-241-0/+1
* | md/raid5: initialize next_checkpoint field before useZhengyuan Liu2016-10-241-0/+3
|/
* raid5-cache: fix a deadlock in superblock writeShaohua Li2016-08-311-31/+15
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-1/+1
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-1/+1