summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md/raid5: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-062-58/+30
* Merge tag 'dm-4.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-08-262-16/+22
|\
| * dm log: fix unitialized bio operation flagsHeinz Mauelshagen2016-08-241-5/+6
| * dm flakey: fix reads to be issued if drop_writes configuredMike Snitzer2016-08-241-11/+16
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-261-4/+10
|\ \ | |/ |/|
| * bcache: pr_err: more meaningful error message when nr_stripes is invalidEric Wheeler2016-08-181-1/+2
| * bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet2016-08-181-1/+1
| * bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler2016-08-181-2/+7
* | dm raid: support raid0 with missing metadata devicesHeinz Mauelshagen2016-08-171-0/+12
* | dm raid: enhance attempt_restore_of_faulty_devices() to support more devicesHeinz Mauelshagen2016-08-161-8/+24
* | dm raid: fix restoring of failed devices regressionHeinz Mauelshagen2016-08-161-22/+11
* | dm raid: fix frozen recovery regressionHeinz Mauelshagen2016-08-161-6/+1
* | dm crypt: increase mempool reserve to better support swappingMikulas Patocka2016-08-151-1/+1
* | dm round robin: do not use this_cpu_ptr() without having preemption disabledMike Snitzer2016-08-151-2/+5
|/
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-0725-72/+72
* dm raid: fix use of wrong status char during resynchronizationHeinz Mauelshagen2016-08-041-1/+0
* dm raid: constructor fails on non-zero incompat_featuresHeinz Mauelshagen2016-08-031-0/+1
* dm raid: fix processing of max_recovery_rate constructor flagHeinz Mauelshagen2016-08-031-1/+1
* dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDINGMike Snitzer2016-08-021-7/+7
* dm rq: fix the starting and stopping of blk-mq queuesMike Snitzer2016-08-021-1/+19
* dm mpath: add locking to multipath_resume and must_push_backMike Snitzer2016-08-021-4/+20
* dm flakey: error READ bios during the down_intervalMike Snitzer2016-08-021-8/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2016-07-287-213/+328
|\
| * Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-07-287-213/+328
| |\
| | * MD: fix null pointer deferenceShaohua Li2016-07-281-2/+4
| | * raid10: improve random reads performanceTomasz Majchrzak2016-07-192-10/+14
| | * md: add missing sysfs_notify on array_state updateTomasz Majchrzak2016-07-191-0/+2
| | * Fix kernel module refcount handlingAlexey Obitotskiy2016-07-191-0/+2
| | * md: use seconds granularity for error loggingArnd Bergmann2016-07-193-9/+7
| | * md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown2016-06-136-30/+69
| | * md: be extra careful not to take a reference to a Faulty device.NeilBrown2016-06-133-2/+10
| | * md/multipath: add rcu protection to rdev access in multipath_status.NeilBrown2016-06-131-5/+7
| | * md/raid5: add rcu protection to rdev accesses in raid5_status.NeilBrown2016-06-131-4/+6
| | * md/raid5: add rcu protection to rdev accesses in want_replaceNeilBrown2016-06-131-3/+4
| | * md/raid5: add rcu protection to rdev accesses in handle_failed_sync.NeilBrown2016-06-131-2/+4
| | * md/raid1: add rcu protection to rdev in fix_read_errorNeilBrown2016-06-131-20/+32
| | * md/raid1: small code cleanup in end_sync_writeNeilBrown2016-06-131-10/+4
| | * md/raid1: small cleanup in raid1_end_read/write_requestNeilBrown2016-06-131-20/+15
| | * md/raid10: simplify print_conf a little.NeilBrown2016-06-131-6/+8
| | * md/raid10: minor code improvement in fix_read_error()NeilBrown2016-06-131-1/+1
| | * md/raid10: add rcu protection to rdev access during reshape.NeilBrown2016-06-131-8/+22
| | * md/raid10: add rcu protection to rdev access in raid10_sync_request.NeilBrown2016-06-131-48/+74
| | * md/raid10: add rcu protection in raid10_status.NeilBrown2016-06-131-4/+6
| | * md/raid10: fix refounct imbalance when resyncing an array with a replacement ...NeilBrown2016-06-131-1/+1
| | * md/raid1, raid10: don't recheck "Faulty" flag in read-balance.NeilBrown2016-06-132-15/+0
| | * md: disconnect device from personality before trying to remove it.NeilBrown2016-06-131-0/+2
| | * raid1/raid10: slow down resync if there is non-resync activity pendingTomasz Majchrzak2016-06-132-0/+14
| | * MD:Update superblock when err == 0 in size_storeXiao Ni2016-06-131-1/+2
| | * md: use a mutex to protect a global listCong Wang2016-06-091-0/+5
| | * md: simplify the code with md_kick_rdev_from_arrayGuoqing Jiang2016-06-031-2/+1