summaryrefslogtreecommitdiff
path: root/drivers/md/dm-raid.c
AgeCommit message (Expand)Author
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-13dm raid: use rt_is_raid*() in all appropriate checksHeinz Mauelshagen
2016-06-13dm raid: more use of flag testing wrappersHeinz Mauelshagen
2016-06-13dm raid: check constructor arguments for invalid raid level/argument combinat...Heinz Mauelshagen
2016-06-13dm raid: cleanup / provide infrastructureHeinz Mauelshagen
2016-06-13dm raid: use dm_arg_set API in constructorHeinz Mauelshagen
2016-06-13dm raid: rename variable 'ret' to 'r' to conform to other dm codeHeinz Mauelshagen
2016-06-07md: use bio op accessorsMike Christie
2016-05-13dm raid: make sure no feature flags are set in metadataHeinz Mauelshagen
2015-10-02dm raid: fix round up of default region sizeMikulas Patocka
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-05-29dm raid: add support for the MD RAID0 personalityHeinz Mauelshagen
2015-05-29dm raid: a few cleanupsHeinz Mauelshagen
2015-05-29dm raid: fixup documentation for discard supportHeinz Mauelshagen
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-02-09dm raid: fix a couple integer overflowsDan Carpenter
2015-02-04md: make ->congested robust against personality changes.NeilBrown
2014-10-29dm raid: fix inaccessible superblocks causing oops in configure_discard_supportHeinz Mauelshagen
2014-10-21dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen
2014-10-05dm raid: add discard support for RAID levels 4, 5 and 6Heinz Mauelshagen
2014-10-05dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen
2013-06-26MD: Remember the last sync operation that was performedJonathan Brassow
2013-06-14md: replace strict_strto*() with kstrto*()Jingoo Han
2013-06-14dm-raid: silence compiler warning on rebuilds_per_group.NeilBrown
2013-06-14DM RAID: Fix raid_resume not reviving failed devices in all casesJonathan Brassow
2013-06-14DM RAID: Break-up untidy functionJonathan Brassow
2013-06-14DM RAID: Add ability to restore transiently failed devices on resumeJonathan Brassow
2013-04-24DM RAID: Add message/status support for changing sync actionJonathan Brassow
2013-03-05Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds
2013-03-01dm: rename request variables to biosAlasdair G Kergon
2013-03-01dm: fix truncated status stringsMikulas Patocka
2013-02-26DM RAID: Add support for MD's RAID10 "far" and "offset" algorithmsJonathan Brassow
2013-01-24DM-RAID: Fix RAID10's check for sufficient redundancyJonathan Brassow
2012-12-21dm: remove map_infoMikulas Patocka
2012-12-21dm raid: round region_size to power of twoJonathan Brassow
2012-10-11DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow
2012-10-11DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow
2012-10-11DM RAID: Add rebuild capability for RAID10Jonathan Brassow
2012-10-11DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow
2012-08-01Merge branch 'for-next' of git://neil.brown.name/mdLinus Torvalds
2012-08-01DM RAID: Add support for MD RAID10Jonathan Brassow