summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5-cache.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* 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-191-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/+2
* raid5-cache: simplify r5l_move_io_unit_listChristoph Hellwig2016-01-061-17/+15
* raid5-cache: start raid5 readonly if journal is missingShaohua Li2015-11-011-1/+2
* raid5-cache: IO error handlingShaohua Li2015-11-011-1/+14
* raid5-cache: add trim support for logShaohua Li2015-11-011-1/+62
* raid5-cache: use bio chainingChristoph Hellwig2015-11-011-22/+16
* raid5-cache: small log->seq cleanupChristoph Hellwig2015-11-011-2/+1
* raid5-cache: new helper: r5_reserve_log_entryChristoph Hellwig2015-11-011-11/+19
* raid5-cache: inline r5l_alloc_io_unit into r5l_new_metaChristoph Hellwig2015-11-011-18/+8
* raid5-cache: take rdev->data_offset into account early onChristoph Hellwig2015-11-011-5/+2
* raid5-cache: refactor bio allocationChristoph Hellwig2015-11-011-25/+20
* raid5-cache: clean up r5l_get_metaChristoph Hellwig2015-11-011-8/+4
* raid5-cache: simplify state machine when caches flushes are not neededChristoph Hellwig2015-11-011-4/+29
* raid5-cache: factor out a helper to run all stripes for an I/O unitChristoph Hellwig2015-11-011-10/+13
* raid5-cache: rename flushed_ios to finished_iosChristoph Hellwig2015-11-011-7/+7
* raid5-cache: free I/O units earlierChristoph Hellwig2015-11-011-89/+54
* raid5-cache: move reclaim stop to quiesceShaohua Li2015-11-011-12/+18
* raid5-cache: don't delay stripe captured in logShaohua Li2015-11-011-0/+5
* raid5-cache: check stripe finish out of orderShaohua Li2015-11-011-0/+5
* raid5-cache: optimize FLUSH IO with log enabledShaohua Li2015-11-011-0/+18