summaryrefslogtreecommitdiffstats
path: root/Kill.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-24imsm: pass subarray id to kill_subarray functionBlazej Kucman1-1/+1
2018-09-27mdadm.c: Fix error handling for --zero-superblockMariusz Tkaczyk1-2/+3
2017-03-29Generic support for --consistency-policy and PPLArtur Paszkiewicz1-1/+1
2013-02-21Discard devnum in favour of devnmNeilBrown1-2/+2
2012-10-04Add data_offset arg to ->init_super and use it in super1.cNeilBrown1-1/+2
2012-07-09Convert 'quiet' to 'not verbose' in various places.NeilBrown1-11/+11
2012-07-09Introduce pr_err for printing error messages.NeilBrown1-16/+12
2011-11-01Kill: remove duplicate tests on 'force'.NeilBrown1-3/+1
2011-08-01Add some more settings of ignore_hw_compatNeilBrown1-0/+1
2010-11-22open_subarray: pass subarray name as explicit arg.NeilBrown1-10/+1
2010-09-06Add mbr pseudo metadata handler.NeilBrown1-1/+1
2010-08-05Compile with -Wextra by defaultNeilBrown1-1/+1
2010-06-15Kill subarray v2Dan Williams1-0/+78
2010-01-29Kill: fix when zeroing busy devices.Artur Wojcik1-2/+5
2009-11-24Various fixes for --killNeilBrown1-5/+5
2009-06-02Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown1-7/+2
2008-12-18Merge branch 'master' into devel-3.0NeilBrown1-1/+3
2008-12-18Kill: Don't use O_EXCL when --force is used.NeilBrown1-1/+1
2008-07-12Use O_DIRECT for all IO to devices.Neil Brown1-1/+1
2008-07-12Remove silly convention that major='-1' means 'zero superblock'.Neil Brown1-3/+1
2008-05-15Change write_init_super to be called only once.Neil Brown1-2/+2
2007-12-14Drop the superblock arg from all metadata methods.Neil Brown1-5/+4
2007-12-14Add 'supertype' arg to almost all metadata methods.Neil Brown1-1/+1
2007-12-14Allow metadata handlers to free their own superblock.Neil Brown1-1/+1
2007-12-14Remove spaces/tabs from ends of lines.Neil Brown1-1/+1
2006-12-14Support --uuid= with --create to choose your own UUID.Neil Brown1-1/+1
2006-05-19Make homehost information appear in superblock.Neil Brown1-1/+1
2006-05-19Just updaqte copyright dates and email addressNeil Brown1-1/+1
2006-03-29Bug fixes to pass test suiteNeil Brown1-0/+2
2006-03-28Kill old superblocks on create.Neil Brown1-7/+11
2006-01-27Enable support for v.large raid1.Neil Brown1-1/+1
2005-08-09Support nameing of version-1 arrays.Neil Brown1-1/+1
2005-06-07Make --zero-superblock work for version 1 superblocks.Neil Brown1-2/+2
2005-05-03super1Neil Brown1-6/+6
2005-05-03Add a 'super-switch' so that different format superblocks can be used.Neil Brown1-4/+13
2005-05-03Separate sueprblock handling into separate fileNeil Brown1-22/+8
2005-04-04Use O_EXCL when opening component devices to be assembled into an arrayNeil Brown1-1/+1
2002-03-08mdadm-0.7mdadm-0.7Neil Brown1-0/+83