summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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/+7Star
| | * 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/+4Star
| | * md/raid1: small cleanup in raid1_end_read/write_requestNeilBrown2016-06-131-20/+15Star
| | * 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/+0Star
| | * 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-041-2/+1Star
| | * md-cluster: fix deadlock issue when add disk to an recoverying arrayGuoqing Jiang2016-06-042-12/+14
| | * right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMWSong Liu2016-05-261-2/+2
* | | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-295-5/+5
|\ \ \ | |/ / |/| |
* | | Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-07-2725-1808/+4394
|\ \ \
| * | | dm: allow bio-based table to be upgraded to bio-based with DAX supportToshi Kani2016-07-211-1/+10
| * | | dm snap: add fake origin_direct_accessToshi Kani2016-07-211-0/+8
| * | | dm stripe: add DAX supportToshi Kani2016-07-211-1/+25
| * | | dm error: add DAX supportMike Snitzer2016-07-212-2/+10
| * | | dm linear: add DAX supportToshi Kani2016-07-211-1/+20
| * | | dm: add infrastructure for DAX supportToshi Kani2016-07-213-3/+80
| * | | dm thin: fix a race condition between discarding and provisioning a blockJoe Thornber2016-07-203-11/+124
| * | | dm btree: fix a bug in dm_btree_find_next_single()Joe Thornber2016-07-201-1/+8
| * | | dm raid: fix random optimal_io_size for raid0Heinz Mauelshagen2016-07-191-4/+3Star
| * | | dm raid: address checkpatch.pl complaintsHeinz Mauelshagen2016-07-191-21/+21
| * | | dm: call PR reserve/unreserve on each underlying deviceChristoph Hellwig2016-07-181-15/+65
| * | | dm: fix second blk_delay_queue() parameter to be in msec units not jiffiesTahsin Erdogan2016-07-181-1/+1
| * | | dm raid: change logical functions to actually return boolHeinz Mauelshagen2016-07-181-15/+14Star
| * | | dm raid: use rdev_for_each in statusHeinz Mauelshagen2016-07-181-2/+2
| * | | dm raid: use rs->raid_disks to avoid memory leaks on freeHeinz Mauelshagen2016-07-181-6/+5Star
| * | | dm raid: support delta_disks for raid1, fix table outputHeinz Mauelshagen2016-07-181-43/+49
| * | | dm raid: enhance reshape check and factor out reshape setupHeinz Mauelshagen2016-07-181-61/+106
| * | | dm raid: allow resize during recoveryHeinz Mauelshagen2016-07-181-15/+19
| * | | dm raid: fix rs_is_recovering() to allow for lvextendHeinz Mauelshagen2016-07-181-2/+2
| * | | dm raid: fix rebuild and catch bogus sync/resync flagsHeinz Mauelshagen2016-07-181-3/+16
| * | | dm raid: fix ctr memory leaks on error pathsHeinz Mauelshagen2016-07-181-10/+15
| * | | dm raid: fix typo in write_mostly flagHeinz Mauelshagen2016-07-181-1/+1