summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)AuthorFilesLines
2013-05-27docs: readme: just shortly also mention JIT disassemblerDaniel Borkmann1-1/+1
2013-04-11docs: readme: add steps to verify a Git releaseDaniel Borkmann1-15/+16
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+58
9:03:51 -0400 commit4c9971ca6a172e70f52a7f9b6796e843c3f70293 (patch) tree67beaa03c6bad723dcc555d507cdb9d4ccb9f902 parent72f6d8d8c9b3592da7109cad3415559864ee9f2d (diff)
dm raid: make sure no feature flags are set in metadata
Given we don't yet support any feature flags in the dm-raid ondisk metadata (see: 'features' member of 'struct dm_raid_superblock'), add a check to ensure no flags are actually set, if any features are set reject the activation of the RAID mapping. This is to prevent possible data corruption in case of a kernel downgrade when there'll potentially be feature flags set by a future dm-raid target. Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat