summaryrefslogtreecommitdiff
path: root/mdopen.c
Commit message (Expand)AuthorAge
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-02
* create_mddev: don't replace /dev/mdX with /dev/md/XNeilBrown2009-05-11
* create_dev - allow array names like mdX and /dev/mdX to appear 'numeric'NeilBrown2009-05-11
* mdopen: be more careful when adding digit to names.NeilBrown2009-03-10
* some warn_unused_result fixupsDan Williams2008-11-27
* mdopen: typo in buffer-length for a sprintf.NeilBrown2008-11-07
* mdopen: only let numeric name set minor number if it doesn't cause a conflict.NeilBrown2008-11-04
* mdopen: use small sequence number for uniquifying array names.NeilBrown2008-11-04
* Quiet unitialized variable warningsDan Williams2008-11-04
* mdopen: fix up name parsing.NeilBrown2008-11-04
* Incremental: adjust to the new naming scheme.NeilBrown2008-11-04
* mdopen: Restore creation of partition devices and symlink.NeilBrown2008-11-04
* mdopen: Introduce new rules for creating device name.NeilBrown2008-11-04
* Introduce new open_mddev which just does an open.NeilBrown2008-11-04
* Rename open_mddev to create_mddevNeilBrown2008-11-04
* Merge branch 'master' into devel-3.0NeilBrown2008-10-30
|\
| * Incremental: allow assembly of foreign array.NeilBrown2008-10-30
* | Lots of fixes to make incremental assembly of containers work.NeilBrown2008-09-18
|/
* Clean up usage of open()Doug Ledford2008-07-24
* Make device-special files for partitions when using --incrementalNeil Brown2008-05-05
* Unify code into find_free_devnum.Neil Brown2008-05-05
* Simplistig locking for --incremental.Bill Nottingham2008-05-05
* Create /dev/md if needed and it doesn't exist.Bill Nottingham2008-05-05
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-14
* Make sure --auto=mdp is honoured properlyNeil Brown2007-10-17
* mdopen.c don't shadow major() and minor()maximilian attems2007-09-27
* Add new mode: --incrementalNeil Brown2006-12-21
* Default to --auto=yesNeil Brown2006-12-14
* Check error return on a couple of syscalls.Michael Labuschke2006-10-23
* Don't fail md_open if array already active.Luca Berra2006-10-16
* Allow symlink creation to be disabled from command line or mdadm.confNeil Brown2006-08-11
* Create symlinks from /dev into /dev/mdNeil Brown2006-08-11
* More consistent honoring of --configfileNeil Brown2006-06-26
* Support auto-assembling of stacked devicesNeil Brown2006-05-26
* Never remove device nodes of active devices.Neil Brown2006-05-26
* Choose better devnumbers and tidy up some issues with finding names.Neil Brown2006-05-26
* Just updaqte copyright dates and email addressNeil Brown2006-05-19
* Arrange the 'auto' setting in mdadm.conf can choose default type.Neil Brown2006-05-16
* Allow default creation info to to be stored in mdadm.confNeil Brown2006-05-15
* Create missing /dev files where needed.Neil Brown2006-03-28
* Release some compile fixes.Neil Brown2006-02-06
* Sort mdstat entries so that composites are well-ordered.Neil Brown2006-01-31
* Replace sprintf calls with snprintfNeil Brown2005-06-14
* Add device files created with --auto to list of known device files.Neil Brown2005-06-14
* Avoid using lstat, it isn't right.Neil Brown2005-06-14
* Fix uninitialised variable compile warning.Neil Brown2005-04-04
* Document new --auto behaviourNeil Brown2005-04-04
* Change MAJOR() etc to major() etcNeil Brown2005-04-04
* When assembling with --auto, honour common device namesNeil Brown2005-04-04
* mdadm-1.8.0Neil Brown2004-11-01