summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2016-07-18dm raid: remove bogus comment and fix comment typosHeinz Mauelshagen
2016-07-18dm raid: more restricting data_offset value checksHeinz Mauelshagen
2016-07-18dm raid: reject too many write_mostly devicesHeinz Mauelshagen
2016-07-18dm raid: the sync_page_io() metadata_op argument is boolHeinz Mauelshagen
2016-07-18dm raid: prohibit to pass in both sync and nosync ctr flagsHeinz Mauelshagen
2016-07-18dm raid: avoid superfluous memory barriers on static metadataHeinz Mauelshagen
2016-07-06dm rq: check kthread_run return for .request_fn request-based DMMike Snitzer
2016-07-05bcache: Remove redundant block_size assignmentYijing Wang
2016-07-05bcache: update document infoYijing Wang
2016-07-05bcache: Remove redundant parameter for cache_alloc()Yijing Wang
2016-07-01dm verity fec: fix block calculationSami Tolvanen
2016-07-01dm ioctl: Simplify parameter buffer management codeBart Van Assche
2016-07-01dm crypt: Fix sparse complaintsBart Van Assche
2016-06-16dm raid: don't use 'const' in function returnArnd Bergmann
2016-06-14dm raid: fix failed takeover/reshapes by keeping raid set frozenHeinz Mauelshagen
2016-06-14dm raid: support to change bitmap region sizeHeinz Mauelshagen
2016-06-14dm raid: add reshaping support to the targetHeinz Mauelshagen
2016-06-14dm raid: add prerequisite functions and definitions for reshapingHeinz Mauelshagen
2016-06-14dm raid: inverse check for flags from invalid to valid flagsHeinz Mauelshagen
2016-06-14dm raid: various code cleanupsMike Snitzer
2016-06-14dm raid: rename functions that alloc and free struct raid_setMike Snitzer
2016-06-14dm raid: remove all the bitops wrappersMike Snitzer
2016-06-14dm raid: rename _in_range to __within_rangeMike Snitzer
2016-06-14dm raid: add missing "dm-raid0" module aliasMike Snitzer
2016-06-14dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flagMike Snitzer
2016-06-14dm raid: bump to v1.9.0 and make the extended SB feature flag reflect itMike Snitzer
2016-06-14dm raid: remove ti_error_* wrappersMike Snitzer
2016-06-14dm raid: tabify appropriate whitespaceMike Snitzer
2016-06-14dm raid: enhance status interface and fixup takeover/raid0Heinz Mauelshagen
2016-06-14dm raid: add raid level takeover supportHeinz Mauelshagen
2016-06-14dm raid: enhance super_sync() to support new superblock membersHeinz Mauelshagen
2016-06-14dm raid: add new reshaping/raid10 format table line options to parameter parserHeinz Mauelshagen
2016-06-14dm raid: introduce extended superblock and new raid types to support takeover...Heinz Mauelshagen
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown
2016-06-13md: be extra careful not to take a reference to a Faulty device.NeilBrown
2016-06-13md/multipath: add rcu protection to rdev access in multipath_status.NeilBrown
2016-06-13md/raid5: add rcu protection to rdev accesses in raid5_status.NeilBrown
2016-06-13md/raid5: add rcu protection to rdev accesses in want_replaceNeilBrown
2016-06-13md/raid5: add rcu protection to rdev accesses in handle_failed_sync.NeilBrown
2016-06-13md/raid1: add rcu protection to rdev in fix_read_errorNeilBrown
2016-06-13md/raid1: small code cleanup in end_sync_writeNeilBrown
2016-06-13md/raid1: small cleanup in raid1_end_read/write_requestNeilBrown
2016-06-13md/raid10: simplify print_conf a little.NeilBrown
2016-06-13md/raid10: minor code improvement in fix_read_error()NeilBrown
2016-06-13md/raid10: add rcu protection to rdev access during reshape.NeilBrown
2016-06-13md/raid10: add rcu protection to rdev access in raid10_sync_request.NeilBrown
2016-06-13md/raid10: add rcu protection in raid10_status.NeilBrown
2016-06-13md/raid10: fix refounct imbalance when resyncing an array with a replacement ...NeilBrown
2016-06-13md/raid1, raid10: don't recheck "Faulty" flag in read-balance.NeilBrown
2016-06-13md: disconnect device from personality before trying to remove it.NeilBrown