| Commit message (Expand) | Author | Age |
... | |
* | | dm mpath: add locking to multipath_resume and must_push_back | Mike Snitzer | 2016-08-02 |
* | | dm flakey: error READ bios during the down_interval | Mike Snitzer | 2016-08-02 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl... | Linus Torvalds | 2016-07-28 |
|\ |
|
| * | Merge branch 'mymd/for-next' into mymd/for-linus | Shaohua Li | 2016-07-28 |
| |\ |
|
| | * | MD: fix null pointer deference | Shaohua Li | 2016-07-28 |
| | * | raid10: improve random reads performance | Tomasz Majchrzak | 2016-07-19 |
| | * | md: add missing sysfs_notify on array_state update | Tomasz Majchrzak | 2016-07-19 |
| | * | Fix kernel module refcount handling | Alexey Obitotskiy | 2016-07-19 |
| | * | md: use seconds granularity for error logging | Arnd Bergmann | 2016-07-19 |
| | * | 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/multipath: add rcu protection to rdev access in multipath_status. | 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-13 |
| | * | md/raid1: add rcu protection to rdev in fix_read_error | NeilBrown | 2016-06-13 |
| | * | md/raid1: small code cleanup in end_sync_write | NeilBrown | 2016-06-13 |
| | * | md/raid1: small cleanup in raid1_end_read/write_request | NeilBrown | 2016-06-13 |
| | * | md/raid10: simplify print_conf a little. | NeilBrown | 2016-06-13 |
| | * | md/raid10: minor code improvement in fix_read_error() | NeilBrown | 2016-06-13 |
| | * | md/raid10: add rcu protection to rdev access during reshape. | NeilBrown | 2016-06-13 |
| | * | md/raid10: add rcu protection to rdev access in raid10_sync_request. | NeilBrown | 2016-06-13 |
| | * | md/raid10: add rcu protection in raid10_status. | NeilBrown | 2016-06-13 |
| | * | md/raid10: fix refounct imbalance when resyncing an array with a replacement ... | NeilBrown | 2016-06-13 |
| | * | md/raid1, raid10: don't recheck "Faulty" flag in read-balance. | NeilBrown | 2016-06-13 |
| | * | md: disconnect device from personality before trying to remove it. | NeilBrown | 2016-06-13 |
| | * | raid1/raid10: slow down resync if there is non-resync activity pending | Tomasz Majchrzak | 2016-06-13 |
| | * | MD:Update superblock when err == 0 in size_store | Xiao Ni | 2016-06-13 |
| | * | md: use a mutex to protect a global list | Cong Wang | 2016-06-09 |
| | * | md: simplify the code with md_kick_rdev_from_array | Guoqing Jiang | 2016-06-03 |
| | * | md-cluster: fix deadlock issue when add disk to an recoverying array | Guoqing Jiang | 2016-06-03 |
| | * | right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMW | Song Liu | 2016-05-26 |
* | | | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-07-28 |
|\ \ \
| |/ /
|/| | |
|
* | | | Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2016-07-26 |
|\ \ \ |
|
| * | | | dm: allow bio-based table to be upgraded to bio-based with DAX support | Toshi Kani | 2016-07-20 |
| * | | | dm snap: add fake origin_direct_access | Toshi Kani | 2016-07-20 |
| * | | | dm stripe: add DAX support | Toshi Kani | 2016-07-20 |
| * | | | dm error: add DAX support | Mike Snitzer | 2016-07-20 |
| * | | | dm linear: add DAX support | Toshi Kani | 2016-07-20 |
| * | | | dm: add infrastructure for DAX support | Toshi Kani | 2016-07-20 |
| * | | | dm thin: fix a race condition between discarding and provisioning a block | Joe Thornber | 2016-07-20 |
| * | | | dm btree: fix a bug in dm_btree_find_next_single() | Joe Thornber | 2016-07-20 |
| * | | | dm raid: fix random optimal_io_size for raid0 | Heinz Mauelshagen | 2016-07-19 |
| * | | | dm raid: address checkpatch.pl complaints | Heinz Mauelshagen | 2016-07-19 |
| * | | | dm: call PR reserve/unreserve on each underlying device | Christoph Hellwig | 2016-07-18 |
| * | | | dm: fix second blk_delay_queue() parameter to be in msec units not jiffies | Tahsin Erdogan | 2016-07-18 |
| * | | | dm raid: change logical functions to actually return bool | Heinz Mauelshagen | 2016-07-18 |
| * | | | dm raid: use rdev_for_each in status | Heinz Mauelshagen | 2016-07-18 |
| * | | | dm raid: use rs->raid_disks to avoid memory leaks on free | Heinz Mauelshagen | 2016-07-18 |
| * | | | dm raid: support delta_disks for raid1, fix table output | Heinz Mauelshagen | 2016-07-18 |