Age | Commit message (Expand) | Author |
2017-01-09 | md/raid5: Use correct IS_ERR() variation on pointer check | Jes Sorensen |
2017-01-05 | md: cleanup mddev flag clear for takeover | Shaohua Li |
2016-12-13 | Merge branch 'md-next' into md-linus | Shaohua Li |
2016-12-08 | md: separate flags for superblock changes | Shaohua Li |
2016-12-08 | md: takeover should clear unrelated bits | Shaohua Li |
2016-11-29 | md/raid5: limit request size according to implementation limits | Konstantin Khlebnikov |
2016-11-27 | md/r5cache: handle alloc_page failure | Song Liu |
2016-11-22 | block: bio: pass bvec table to bio_init() | Ming Lei |
2016-11-18 | md/r5cache: handle FLUSH and FUA | Song Liu |
2016-11-18 | md/r5cache: r5cache recovery: part 2 | Song Liu |
2016-11-18 | md/r5cache: sysfs entry journal_mode | Song Liu |
2016-11-18 | md/r5cache: write-out phase and reclaim support | Song Liu |
2016-11-18 | md/r5cache: caching phase of r5cache | Song Liu |
2016-11-18 | md/r5cache: State machine for raid5-cache write back mode | Song Liu |
2016-11-18 | md/r5cache: move some code to raid5.h | Song Liu |
2016-11-07 | md/raid5: change printk() to pr_*() | NeilBrown |
2016-11-07 | raid5: revert commit 11367799f3d1 | Tomasz Majchrzak |
2016-11-01 | block,fs: use REQ_* flags directly | Christoph Hellwig |
2016-10-07 | Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds |
2016-10-03 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-09-21 | raid5: handle register_shrinker failure | Shaohua Li |
2016-09-21 | raid5: fix to detect failure of register_shrinker | Chao Yu |
2016-09-21 | raid5: allow arbitrary max_hw_sectors | Shaohua Li |
2016-09-09 | raid5: fix a small race condition | Shaohua Li |
2016-09-06 | md/raid5: Convert to hotplug state machine | Sebastian Andrzej Siewior |
2016-08-31 | raid5: guarantee enough stripes to avoid reshape hang | Shaohua Li |
2016-08-30 | Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds |
2016-08-24 | raid5: avoid unnecessary bio data set | Shaohua Li |
2016-08-24 | raid5: fix memory leak of bio integrity data | Shaohua Li |
2016-08-24 | r5cache: set MD_JOURNAL_CLEAN correctly | Song Liu |
2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe |
2016-08-05 | md: Prevent IO hold during accessing to faulty raid5 array | Alexey Obitotskiy |
2016-08-01 | raid5: fix incorrectly counter of conf->empty_inactive_list_nr | ZhengYuan Liu |
2016-07-28 | Merge branch 'mymd/for-next' into mymd/for-linus | Shaohua Li |
2016-07-20 | block: get rid of bio_rw and READA | Christoph Hellwig |
2016-06-13 | md: reduce the number of synchronize_rcu() calls when multiple devices fail. | NeilBrown |
2016-06-13 | md: be extra careful not to take a reference to a Faulty device. | NeilBrown |
2016-06-13 | md/raid5: add rcu protection to rdev accesses in raid5_status. | NeilBrown |
2016-06-13 | md/raid5: add rcu protection to rdev accesses in want_replace | NeilBrown |
2016-06-13 | md/raid5: add rcu protection to rdev accesses in handle_failed_sync. | NeilBrown |
2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie |
2016-06-07 | block, drivers, fs: shrink bi_rw from long to int | Mike Christie |
2016-06-07 | md: use bio op accessors | Mike Christie |
2016-05-25 | right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMW | Song Liu |
2016-05-09 | md: set MD_CHANGE_PENDING in a atomic region | Guoqing Jiang |
2016-05-09 | md: raid5: add prerequisite to run underneath dm-raid | Heinz Mauelshagen |
2016-04-29 | raid5: delete unnecessary warnning | Shaohua Li |
2016-03-17 | md/raid5: Cleanup cpu hotplug notifier | Anna-Maria Gleixner |
2016-03-09 | md/raid5: output stripe state for debug | Shaohua Li |
2016-03-09 | md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list | NeilBrown |