summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'md-next' into md-linusShaohua Li2016-12-131-214/+1619
|\
| * md: separate flags for superblock changesShaohua Li2016-12-091-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-061-5/+3Star
| * 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-cache: do not need to set STRIPE_PREREAD_ACTIVE repeatedlyJackieLiu2016-11-291-2/+0Star
| * md/raid5-cache: remove the unnecessary next_cp_seq field from the r5l_logJackieLiu2016-11-291-2/+0Star
| * 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/+4Star
| * raid5-cache: don't set STRIPE_R5C_PARTIAL_STRIPE flag while load stripe into ...Zhengyuan Liu2016-11-291-3/+1Star
| * 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-281-1/+26
| * raid5-cache: suspend reclaim thread instead of shutdownShaohua Li2016-11-241-13/+5Star
| * md/r5cache: handle FLUSH and FUASong Liu2016-11-191-18/+144
| * md/r5cache: r5cache recovery: part 2Song Liu2016-11-181-186/+24Star
| * 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-081-11/+8Star
* | 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-291-1/+1
* | md/raid5: write an empty meta-block when creating log super-blockZhengyuan Liu2016-10-251-0/+1
* | md/raid5: initialize next_checkpoint field before useZhengyuan Liu2016-10-251-0/+3
|/
* raid5-cache: fix a deadlock in superblock writeShaohua Li2016-08-311-31/+15Star
* 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
* md: use bio op accessorsMike Christie2016-06-071-10/+16
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-3/+4
* Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-05-201-2/+2
|\
| * md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang2016-05-091-2/+2
* | block: kill off q->flush_flagsJens Axboe2016-04-131-1/+2
|/
* raid5-cache: handle journal hotadd in quiesceShaohua Li2016-01-141-0/+7
* md: set MD_HAS_JOURNAL in correct placesShaohua Li2016-01-141-0/+1
* raid5: allow r5l_io_unit allocations to failChristoph Hellwig2016-01-061-10/+57
* raid5-cache: use a mempool for the metadata blockChristoph Hellwig2016-01-061-2/+12
* raid5-cache: use a bio_setChristoph Hellwig2016-01-061-1/+15
* raid5-cache: add journal hot add/remove supportShaohua Li2016-01-061-4/+12
* raid5-cache: free meta_page earlierChristoph Hellwig2016-01-061-7/+2Star