summaryrefslogtreecommitdiff
path: root/mdopen.c
Commit message (Expand)AuthorAge
* Release mdadm-3.3NeilBrown2013-09-03
* Move find_free_devnum to mdopen.cNeilBrown2013-07-02
* create_mddev: add support for /dev/md_XXX non-numeric names.NeilBrown2013-05-15
* Discard devnum in favour of devnmNeilBrown2013-02-21
* conditionally remove map_dev from find_free_devnumNeilBrown2013-01-07
* Create new md devices consistentlyJustin Maggard2012-10-24
* Handles spaces in array names better.NeilBrown2012-10-04
* Minor cosmetic fixes in various files.NeilBrown2012-08-13
* Remove scattered checks for malloc success.NeilBrown2012-07-09
* Introduce pr_err for printing error messages.NeilBrown2012-07-09
* Update test for "is udev active".NeilBrown2012-05-03
* make_parts(): Fix case of comparing against uninitialized variablesJes Sorensen2011-11-02
* Fix unterminated buffer after readlink() callThomas Jarosch2011-10-17
* open_mddev: open RDONLY if RDWR doesn't work.NeilBrown2011-01-31
* Free some malloced memory that wasn't being freed.NeilBrown2009-10-22
* mdopen: only use 'dev' as chosen name if it is a full path.NeilBrown2009-10-19
* 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