Age | Commit message (Expand) | Author | Files | Lines |
2016-09-13 | Merge tag 'md/4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 3 | -41/+31 |
2016-09-09 | raid5: fix a small race condition | Shaohua Li | 1 | -2/+2 |
2016-09-08 | md-cluster: make md-cluster also can work when compiled into kernel | Guoqing Jiang | 1 | -8/+4 |
2016-09-04 | Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 3 | -7/+14 |
2016-08-31 | raid5: guarantee enough stripes to avoid reshape hang | Shaohua Li | 1 | -0/+10 |
2016-08-31 | raid5-cache: fix a deadlock in superblock write | Shaohua Li | 1 | -31/+15 |
2016-08-31 | dm bufio: remove use of deprecated create_singlethread_workqueue() | Bhaktipriya Shridhar | 1 | -1/+1 |
2016-08-31 | dm crypt: fix free of bad values after tfm allocation failure | Eric Biggers | 1 | -1/+1 |
2016-08-31 | dm crypt: fix error with too large bios | Mikulas Patocka | 1 | -0/+7 |
2016-08-31 | dm log writes: fix check of kthread_run() return value | Vladimir Zapolskiy | 1 | -2/+2 |
2016-08-30 | dm log writes: fix bug with too large bios | Mikulas Patocka | 1 | -2/+2 |
2016-08-30 | dm log writes: move IO accounting earlier to fix error path | Mikulas Patocka | 1 | -1/+1 |
2016-08-30 | Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 5 | -57/+107 |
2016-08-27 | Merge tag 'dm-4.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2 | -16/+22 |
2016-08-27 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+10 |
2016-08-25 | dm log: fix unitialized bio operation flags | Heinz Mauelshagen | 1 | -5/+6 |
2016-08-25 | dm flakey: fix reads to be issued if drop_writes configured | Mike Snitzer | 1 | -11/+16 |
2016-08-24 | raid5: avoid unnecessary bio data set | Shaohua Li | 1 | -8/+5 |
2016-08-24 | raid5: fix memory leak of bio integrity data | Shaohua Li | 1 | -7/+15 |
2016-08-24 | raid10: record correct address of bad block | Tomasz Majchrzak | 1 | -4/+5 |
2016-08-24 | md-cluster: fix error return code in join() | Wei Yongjun | 1 | -3/+9 |
2016-08-24 | r5cache: set MD_JOURNAL_CLEAN correctly | Song Liu | 2 | -9/+9 |
2016-08-19 | bcache: pr_err: more meaningful error message when nr_stripes is invalid | Eric Wheeler | 1 | -1/+2 |
2016-08-19 | bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two. | Kent Overstreet | 1 | -1/+1 |
2016-08-19 | bcache: register_bcache(): call blkdev_put() when cache_alloc() fails | Eric Wheeler | 1 | -2/+7 |
2016-08-17 | md: don't print the same repeated messages about delayed sync operation | Artur Paszkiewicz | 1 | -4/+9 |
2016-08-17 | md: remove obsolete ret in md_start_sync | Guoqing Jiang | 1 | -5/+2 |
2016-08-17 | dm raid: support raid0 with missing metadata devices | Heinz Mauelshagen | 1 | -0/+12 |
2016-08-17 | md: do not count journal as spare in GET_ARRAY_INFO | Song Liu | 1 | -0/+3 |
2016-08-16 | dm raid: enhance attempt_restore_of_faulty_devices() to support more devices | Heinz Mauelshagen | 1 | -8/+24 |
2016-08-16 | dm raid: fix restoring of failed devices regression | Heinz Mauelshagen | 1 | -22/+11 |
2016-08-16 | dm raid: fix frozen recovery regression | Heinz Mauelshagen | 1 | -6/+1 |
2016-08-15 | dm crypt: increase mempool reserve to better support swapping | Mikulas Patocka | 1 | -1/+1 |
2016-08-15 | dm round robin: do not use this_cpu_ptr() without having preemption disabled | Mike Snitzer | 1 | -2/+5 |
2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe | 25 | -72/+72 |
2016-08-06 | md: Prevent IO hold during accessing to faulty raid5 array | Alexey Obitotskiy | 1 | -1/+3 |
2016-08-06 | MD: hold mddev lock to change bitmap location | Shaohua Li | 1 | -14/+33 |
2016-08-04 | dm raid: fix use of wrong status char during resynchronization | Heinz Mauelshagen | 1 | -1/+0 |
2016-08-03 | dm raid: constructor fails on non-zero incompat_features | Heinz Mauelshagen | 1 | -0/+1 |
2016-08-03 | dm raid: fix processing of max_recovery_rate constructor flag | Heinz Mauelshagen | 1 | -1/+1 |
2016-08-02 | dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDING | Mike Snitzer | 1 | -7/+7 |
2016-08-02 | dm rq: fix the starting and stopping of blk-mq queues | Mike Snitzer | 1 | -1/+19 |
2016-08-02 | dm mpath: add locking to multipath_resume and must_push_back | Mike Snitzer | 1 | -4/+20 |
2016-08-02 | dm flakey: error READ bios during the down_interval | Mike Snitzer | 1 | -8/+15 |
2016-08-02 | raid5: fix incorrectly counter of conf->empty_inactive_list_nr | ZhengYuan Liu | 1 | -0/+12 |
2016-07-31 | raid10: increment write counter after bio is split | Tomasz Majchrzak | 1 | -2/+2 |
2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl... | Linus Torvalds | 7 | -213/+328 |
2016-07-29 | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -5/+5 |
2016-07-28 | Merge branch 'mymd/for-next' into mymd/for-linus | Shaohua Li | 7 | -213/+328 |
2016-07-28 | MD: fix null pointer deference | Shaohua Li | 1 | -2/+4 |