aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-05bcache: update document infoYijing Wang2-2/+3
2016-07-05bcache: Remove redundant parameter for cache_alloc()Yijing Wang1-2/+2
2016-07-01dm verity fec: fix block calculationSami Tolvanen1-3/+1
2016-07-01dm ioctl: Simplify parameter buffer management codeBart Van Assche1-12/+6
2016-07-01dm crypt: Fix sparse complaintsBart Van Assche1-2/+2
2016-06-16dm raid: don't use 'const' in function returnArnd Bergmann1-1/+1
2016-06-14dm raid: fix failed takeover/reshapes by keeping raid set frozenHeinz Mauelshagen1-29/+56
2016-06-14dm raid: support to change bitmap region sizeHeinz Mauelshagen1-0/+11
2016-06-14dm raid: add reshaping support to the targetHeinz Mauelshagen1-58/+447
2016-06-14dm raid: add prerequisite functions and definitions for reshapingHeinz Mauelshagen1-22/+202
2016-06-14dm raid: inverse check for flags from invalid to valid flagsHeinz Mauelshagen1-32/+56
2016-06-14dm raid: various code cleanupsMike Snitzer1-56/+43
2016-06-14dm raid: rename functions that alloc and free struct raid_setMike Snitzer1-7/+7
2016-06-14dm raid: remove all the bitops wrappersMike Snitzer1-125/+89
2016-06-14dm raid: rename _in_range to __within_rangeMike Snitzer1-14/+14
2016-06-14dm raid: add missing "dm-raid0" module aliasMike Snitzer1-1/+2
2016-06-14dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flagMike Snitzer1-30/+30
2016-06-14dm raid: bump to v1.9.0 and make the extended SB feature flag reflect itMike Snitzer1-17/+20
2016-06-14dm raid: remove ti_error_* wrappersMike Snitzer1-152/+249
2016-06-14dm raid: tabify appropriate whitespaceMike Snitzer1-62/+62
2016-06-14dm raid: enhance status interface and fixup takeover/raid0Heinz Mauelshagen1-181/+253
2016-06-14dm raid: add raid level takeover supportHeinz Mauelshagen1-29/+426
2016-06-14dm raid: enhance super_sync() to support new superblock membersHeinz Mauelshagen1-10/+65
2016-06-14dm raid: add new reshaping/raid10 format table line options to parameter parserHeinz Mauelshagen1-9/+39
2016-06-14dm raid: introduce extended superblock and new raid types to support takeover/reshapingHeinz Mauelshagen1-133/+471
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown6-30/+69
2016-06-13md: be extra careful not to take a reference to a Faulty device.NeilBrown3-2/+10
2016-06-13md/multipath: add rcu protection to rdev access in multipath_status.NeilBrown1-5/+7
2016-06-13md/raid5: add rcu protection to rdev accesses in raid5_status.NeilBrown1-4/+6
2016-06-13md/raid5: add rcu protection to rdev accesses in want_replaceNeilBrown1-3/+4
2016-06-13md/raid5: add rcu protection to rdev accesses in handle_failed_sync.NeilBrown1-2/+4
2016-06-13md/raid1: add rcu protection to rdev in fix_read_errorNeilBrown1-20/+32
2016-06-13md/raid1: small code cleanup in end_sync_writeNeilBrown1-10/+4
2016-06-13md/raid1: small cleanup in raid1_end_read/write_requestNeilBrown1-20/+15
2016-06-13md/raid10: simplify print_conf a little.NeilBrown1-6/+8
2016-06-13md/raid10: minor code improvement in fix_read_error()NeilBrown1-1/+1
2016-06-13md/raid10: add rcu protection to rdev access during reshape.NeilBrown1-8/+22
2016-06-13md/raid10: add rcu protection to rdev access in raid10_sync_request.NeilBrown1-48/+74
2016-06-13md/raid10: add rcu protection in raid10_status.NeilBrown1-4/+6
2016-06-13md/raid10: fix refounct imbalance when resyncing an array with a replacement device.NeilBrown1-1/+1
2016-06-13md/raid1, raid10: don't recheck "Faulty" flag in read-balance.NeilBrown2-15/+0
2016-06-13md: disconnect device from personality before trying to remove it.NeilBrown1-0/+2
2016-06-13raid1/raid10: slow down resync if there is non-resync activity pendingTomasz Majchrzak2-0/+14
2016-06-13MD:Update superblock when err == 0 in size_storeXiao Ni1-1/+2
2016-06-13dm raid: use rt_is_raid*() in all appropriate checksHeinz Mauelshagen1-12/+18
2016-06-13dm raid: more use of flag testing wrappersHeinz Mauelshagen1-25/+23
2016-06-13dm raid: check constructor arguments for invalid raid level/argument combinationsHeinz Mauelshagen1-1/+130
2016-06-13dm raid: cleanup / provide infrastructureHeinz Mauelshagen1-196/+228
2016-06-13dm raid: use dm_arg_set API in constructorHeinz Mauelshagen1-61/+84
2016-06-13dm raid: rename variable 'ret' to 'r' to conform to other dm codeHeinz Mauelshagen1-32/+36