summaryrefslogtreecommitdiffstats
path: root/mdopen.c
Commit message (Expand)AuthorAgeFilesLines
* Free some malloced memory that wasn't being freed.NeilBrown2009-10-221-1/+4
* mdopen: only use 'dev' as chosen name if it is a full path.NeilBrown2009-10-191-2/+1
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
* create_mddev: don't replace /dev/mdX with /dev/md/XNeilBrown2009-05-111-1/+4
* create_dev - allow array names like mdX and /dev/mdX to appear 'numeric'NeilBrown2009-05-111-3/+11
* mdopen: be more careful when adding digit to names.NeilBrown2009-03-101-1/+1
* some warn_unused_result fixupsDan Williams2008-11-271-5/+9
* mdopen: typo in buffer-length for a sprintf.NeilBrown2008-11-071-1/+1
* mdopen: only let numeric name set minor number if it doesn't cause a conflict.NeilBrown2008-11-041-1/+4
* mdopen: use small sequence number for uniquifying array names.NeilBrown2008-11-041-9/+23
* Quiet unitialized variable warningsDan Williams2008-11-041-2/+3
* mdopen: fix up name parsing.NeilBrown2008-11-041-9/+24
* Incremental: adjust to the new naming scheme.NeilBrown2008-11-041-80/+0
* mdopen: Restore creation of partition devices and symlink.NeilBrown2008-11-041-33/+36
* mdopen: Introduce new rules for creating device name.NeilBrown2008-11-041-129/+205
* Introduce new open_mddev which just does an open.NeilBrown2008-11-041-8/+23
* Rename open_mddev to create_mddevNeilBrown2008-11-041-2/+2
* Merge branch 'master' into devel-3.0NeilBrown2008-10-301-1/+1
|\
| * Incremental: allow assembly of foreign array.NeilBrown2008-10-301-1/+1
* | Lots of fixes to make incremental assembly of containers work.NeilBrown2008-09-181-1/+1
|/
* Clean up usage of open()Doug Ledford2008-07-241-2/+2
* Make device-special files for partitions when using --incrementalNeil Brown2008-05-051-3/+7
* Unify code into find_free_devnum.Neil Brown2008-05-051-31/+5
* Simplistig locking for --incremental.Bill Nottingham2008-05-051-1/+14
* Create /dev/md if needed and it doesn't exist.Bill Nottingham2008-05-051-0/+14
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-1/+1
* Make sure --auto=mdp is honoured properlyNeil Brown2007-10-171-0/+1
* mdopen.c don't shadow major() and minor()maximilian attems2007-09-271-32/+32
* Add new mode: --incrementalNeil Brown2006-12-211-0/+48
* Default to --auto=yesNeil Brown2006-12-141-7/+7
* Check error return on a couple of syscalls.Michael Labuschke2006-10-231-3/+6
* Don't fail md_open if array already active.Luca Berra2006-10-161-12/+3
* Allow symlink creation to be disabled from command line or mdadm.confNeil Brown2006-08-111-5/+5
* Create symlinks from /dev into /dev/mdNeil Brown2006-08-111-0/+28
* More consistent honoring of --configfileNeil Brown2006-06-261-1/+1
* Support auto-assembling of stacked devicesNeil Brown2006-05-261-1/+1
* Never remove device nodes of active devices.Neil Brown2006-05-261-1/+3
* Choose better devnumbers and tidy up some issues with finding names.Neil Brown2006-05-261-2/+5
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
* Arrange the 'auto' setting in mdadm.conf can choose default type.Neil Brown2006-05-161-34/+59
* Allow default creation info to to be stored in mdadm.confNeil Brown2006-05-151-2/+11
* Create missing /dev files where needed.Neil Brown2006-03-281-1/+1
* Release some compile fixes.Neil Brown2006-02-061-5/+10
* Sort mdstat entries so that composites are well-ordered.Neil Brown2006-01-311-1/+1
* Replace sprintf calls with snprintfNeil Brown2005-06-141-2/+3
* Add device files created with --auto to list of known device files.Neil Brown2005-06-141-0/+4
* Avoid using lstat, it isn't right.Neil Brown2005-06-141-1/+1
* Fix uninitialised variable compile warning.Neil Brown2005-04-041-1/+1
* Document new --auto behaviourNeil Brown2005-04-041-0/+4
* Change MAJOR() etc to major() etcNeil Brown2005-04-041-8/+13