Age | Commit message (Expand) | Author |
2016-11-22 | md/raid10: add failfast handling for reads. | NeilBrown |
2016-11-22 | md/raid1: add failfast handling for writes. | NeilBrown |
2016-11-22 | md/raid1: add failfast handling for reads. | NeilBrown |
2016-11-22 | md: Use REQ_FAILFAST_* on metadata writes where appropriate | NeilBrown |
2016-11-22 | md/failfast: add failfast flag for md to be used by some personalities. | NeilBrown |
2016-11-22 | bcache: debug: avoid accessing .bi_io_vec directly | Ming Lei |
2016-11-22 | block: bio: pass bvec table to bio_init() | Ming Lei |
2016-11-21 | dm mpath: do not modify *__clone if blk_mq_alloc_request() fails | Bart Van Assche |
2016-11-21 | dm mpath: change return type of pg_init_all_paths() from int to void | Bart Van Assche |
2016-11-21 | dm mpath: add checks for priority group count to avoid invalid memory access | tang.junhui |
2016-11-21 | dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler() | tang.junhui |
2016-11-21 | dm flakey: return -EINVAL on interval bounds error in flakey_ctr() | Wei Yongjun |
2016-11-21 | dm crypt: constify crypt_iv_operations structures | Julia Lawall |
2016-11-21 | dm raid: correct error messages on old metadata validation | Heinz Mauelshagen |
2016-11-21 | dm cache: add missing cache device name to DMERR in set_cache_mode() | Mike Snitzer |
2016-11-21 | dm cache metadata: remove an extra newline in DMERR and code | Mike Snitzer |
2016-11-21 | dm verity: fix incorrect error message | Eric Biggers |
2016-11-21 | dm crypt: rename crypt_setkey_allcpus to crypt_setkey | Mikulas Patocka |
2016-11-21 | dm crypt: mark key as invalid until properly loaded | Ondrej Kozina |
2016-11-21 | dm crypt: use bio_add_page() | Ming Lei |
2016-11-21 | dm io: use bvec iterator helpers to implement .get_page and .next_page | Ming Lei |
2016-11-21 | dm rq: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments | 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: r5cache recovery: part 1 | Song Liu |
2016-11-18 | md/r5cache: refactoring journal recovery code | 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-18 | md/r5cache: Check array size in r5l_init_log | Song Liu |
2016-11-18 | md: add blktrace event for writes to superblock | Shaohua Li |
2016-11-18 | md/raid1, raid10: add blktrace records when IO is delayed | NeilBrown |
2016-11-18 | md/bitmap: add blktrace event for writes to the bitmap | NeilBrown |
2016-11-18 | md: add block tracing for bio_remapping | NeilBrown |
2016-11-17 | raid5-cache: fix lockdep warning | Shaohua Li |
2016-11-14 | dm rq: fix a race condition in rq_completed() | Bart Van Assche |
2016-11-14 | dm block manager: make block locking optional | Joe Thornber |
2016-11-09 | md: remove md_super_wait() call after bitmap_flush() | NeilBrown |
2016-11-09 | md: define mddev flags, recovery flags and r1bio state bits using enums | NeilBrown |
2016-11-09 | md/raid1: fix: IO can block resync indefinitely | NeilBrown |
2016-11-07 | md/bitmap: Don't write bitmap while earlier writes might be in-flight | NeilBrown |
2016-11-07 | md/raid10: abort delayed writes when device fails. | NeilBrown |
2016-11-07 | md/raid1: abort delayed writes when device fails. | NeilBrown |
2016-11-07 | md: perform async updates for metadata where possible. | NeilBrown |
2016-11-07 | raid5-cache: restrict the use area of the log_offset variable | JackieLiu |
2016-11-07 | md/raid5: change printk() to pr_*() | NeilBrown |
2016-11-07 | md/raid10: change printk() to pr_*() | NeilBrown |
2016-11-07 | md/raid1: change printk() to pr_*() | NeilBrown |