aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAge
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-07
* dm raid: fix use of wrong status char during resynchronizationHeinz Mauelshagen2016-08-04
* dm raid: constructor fails on non-zero incompat_featuresHeinz Mauelshagen2016-08-03
* dm raid: fix processing of max_recovery_rate constructor flagHeinz Mauelshagen2016-08-03
* dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDINGMike Snitzer2016-08-02
* dm rq: fix the starting and stopping of blk-mq queuesMike Snitzer2016-08-02
* dm mpath: add locking to multipath_resume and must_push_backMike Snitzer2016-08-02
* dm flakey: error READ bios during the down_intervalMike Snitzer2016-08-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2016-07-28
|\
| * Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-07-28
| |\
| | * MD: fix null pointer deferenceShaohua Li2016-07-28
| | * raid10: improve random reads performanceTomasz Majchrzak2016-07-19
| | * md: add missing sysfs_notify on array_state updateTomasz Majchrzak2016-07-19
| | * Fix kernel module refcount handlingAlexey Obitotskiy2016-07-19
| | * md: use seconds granularity for error loggingArnd Bergmann2016-07-19
| | * md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown2016-06-13
| | * md: be extra careful not to take a reference to a Faulty device.NeilBrown2016-06-13
| | * md/multipath: add rcu protection to rdev access in multipath_status.NeilBrown2016-06-13
| | * md/raid5: add rcu protection to rdev accesses in raid5_status.NeilBrown2016-06-13
| | * md/raid5: add rcu protection to rdev accesses in want_replaceNeilBrown2016-06-13
| | * md/raid5: add rcu protection to rdev accesses in handle_failed_sync.NeilBrown2016-06-13
| | * md/raid1: add rcu protection to rdev in fix_read_errorNeilBrown2016-06-13
| | * md/raid1: small code cleanup in end_sync_writeNeilBrown2016-06-13
| | * md/raid1: small cleanup in raid1_end_read/write_requestNeilBrown2016-06-13
| | * md/raid10: simplify print_conf a little.NeilBrown2016-06-13
| | * md/raid10: minor code improvement in fix_read_error()NeilBrown2016-06-13
| | * md/raid10: add rcu protection to rdev access during reshape.NeilBrown2016-06-13
| | * md/raid10: add rcu protection to rdev access in raid10_sync_request.NeilBrown2016-06-13
| | * md/raid10: add rcu protection in raid10_status.NeilBrown2016-06-13
| | * md/raid10: fix refounct imbalance when resyncing an array with a replacement ...NeilBrown2016-06-13
| | * md/raid1, raid10: don't recheck "Faulty" flag in read-balance.NeilBrown2016-06-13
| | * md: disconnect device from personality before trying to remove it.NeilBrown2016-06-13
| | * raid1/raid10: slow down resync if there is non-resync activity pendingTomasz Majchrzak2016-06-13
| | * MD:Update superblock when err == 0 in size_storeXiao Ni2016-06-13
| | * md: use a mutex to protect a global listCong Wang2016-06-09
| | * md: simplify the code with md_kick_rdev_from_arrayGuoqing Jiang2016-06-03
| | * md-cluster: fix deadlock issue when add disk to an recoverying arrayGuoqing Jiang2016-06-03
| | * right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMWSong Liu2016-05-26
* | | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-28
|\ \ \ | |/ / |/| |
* | | Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-07-26
|\ \ \
| * | | dm: allow bio-based table to be upgraded to bio-based with DAX supportToshi Kani2016-07-20
| * | | dm snap: add fake origin_direct_accessToshi Kani2016-07-20
| * | | dm stripe: add DAX supportToshi Kani2016-07-20
| * | | dm error: add DAX supportMike Snitzer2016-07-20
| * | | dm linear: add DAX supportToshi Kani2016-07-20
| * | | dm: add infrastructure for DAX supportToshi Kani2016-07-20
| * | | dm thin: fix a race condition between discarding and provisioning a blockJoe Thornber2016-07-20
| * | | dm btree: fix a bug in dm_btree_find_next_single()Joe Thornber2016-07-20
| * | | dm raid: fix random optimal_io_size for raid0Heinz Mauelshagen2016-07-19
| * | | dm raid: address checkpatch.pl complaintsHeinz Mauelshagen2016-07-19