summaryrefslogtreecommitdiffstats
path: root/Query.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
| | | | | | Also removed 'paper' addresses. Signed-off-by: NeilBrown <neilb@suse.de>
* Merge branch 'master' into from-stableNeilBrown2008-08-071-1/+1
|\ | | | | | | | | | | | | Conflicts: Create.c Manage.c
| * Clean up usage of open()Doug Ledford2008-07-241-1/+1
| | | | | | | | | | | | | | | | Fix on call that passed an invalid mode to open Don't pass a third arg unless we also pass O_CREAT Use symbolic args for 2nd and 3rd args Signed-off-by: Doug Ledford <dledford@redhat.com>
* | Remove 'major' from superswitch.Neil Brown2008-07-121-2/+2
|/ | | | It isn't generally meaningful.
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-141-3/+2
| | | | It is now in the 'supertype'
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-141-1/+1
| | | | The 'superblock' will be moved into this structure soon.
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-7/+6
|
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-141-10/+2
| | | | Instead of opencoding the same thing everywhere.
* Choose better devnumbers and tidy up some issues with finding names.Neil Brown2006-05-261-0/+2
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Remove ident arg from getinfo_super;Neil Brown2006-03-271-2/+1
| | | | | | Add a 'name' field to 'info' to compensate. Signed-off-by: Neil Brown <neilb@suse.de>
* Support nameing of version-1 arrays.Neil Brown2005-08-091-1/+2
| | | | | | | --name is recognised in --create and --assemble name= is recognised in config file. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Document this...Neil Brown2005-07-181-14/+19
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* super1Neil Brown2005-05-031-5/+5
| | | | | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au> Fix raid5 creation with new code. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Add a 'super-switch' so that different format superblocks can be used.Neil Brown2005-05-031-3/+8
| | | | | | | | This includes: adding --metadata= option to choose metadata format adding metadata= word to config file. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Separate sueprblock handling into separate fileNeil Brown2005-05-031-36/+13
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Change handling of devices names in argsNeil Brown2005-04-041-1/+1
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Change MAJOR() etc to major() etcNeil Brown2005-04-041-1/+1
| | | | | | | | | This allows for larger device number if glibc supports it (requires 2.3.3). Also fail before creating larger device number if glibc support isn't present. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* mdadm-1.5.0mdadm-1.5.0Neil Brown2004-01-221-1/+1
|
* mdadm-1.2.0mdadm-1.2.0Neil Brown2003-03-121-1/+1
|
* mdadm-0.8.2mdadm-0.8.2Neil Brown2002-04-111-3/+4
|
* mdadm-0.8mdadm-0.8Neil Brown2002-04-041-0/+149