index
:
mdadm.git
auto-spare
devel-3.0
f8
f9
fedora-devel
for-neil
hotunplug
master
mdadm-2.6.7.x
stable-1
Official Fedora mdadm git repository cloned from upstream mdadm maintainer
Doug Ledford
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mdopen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
some warn_unused_result fixups
Dan Williams
2008-11-27
1
-5
/
+9
*
mdopen: typo in buffer-length for a sprintf.
NeilBrown
2008-11-07
1
-1
/
+1
*
mdopen: only let numeric name set minor number if it doesn't cause a conflict.
NeilBrown
2008-11-04
1
-1
/
+4
*
mdopen: use small sequence number for uniquifying array names.
NeilBrown
2008-11-04
1
-9
/
+23
*
Quiet unitialized variable warnings
Dan Williams
2008-11-04
1
-2
/
+3
*
mdopen: fix up name parsing.
NeilBrown
2008-11-04
1
-9
/
+24
*
Incremental: adjust to the new naming scheme.
NeilBrown
2008-11-04
1
-80
/
+0
*
mdopen: Restore creation of partition devices and symlink.
NeilBrown
2008-11-04
1
-33
/
+36
*
mdopen: Introduce new rules for creating device name.
NeilBrown
2008-11-04
1
-129
/
+205
*
Introduce new open_mddev which just does an open.
NeilBrown
2008-11-04
1
-8
/
+23
*
Rename open_mddev to create_mddev
NeilBrown
2008-11-04
1
-2
/
+2
*
Merge branch 'master' into devel-3.0
NeilBrown
2008-10-30
1
-1
/
+1
|
\
|
*
Incremental: allow assembly of foreign array.
NeilBrown
2008-10-30
1
-1
/
+1
*
|
Lots of fixes to make incremental assembly of containers work.
NeilBrown
2008-09-18
1
-1
/
+1
|
/
*
Clean up usage of open()
Doug Ledford
2008-07-24
1
-2
/
+2
*
Make device-special files for partitions when using --incremental
Neil Brown
2008-05-05
1
-3
/
+7
*
Unify code into find_free_devnum.
Neil Brown
2008-05-05
1
-31
/
+5
*
Simplistig locking for --incremental.
Bill Nottingham
2008-05-05
1
-1
/
+14
*
Create /dev/md if needed and it doesn't exist.
Bill Nottingham
2008-05-05
1
-0
/
+14
*
Remove spaces/tabs from ends of lines.
Neil Brown
2007-12-14
1
-1
/
+1
*
Make sure --auto=mdp is honoured properly
Neil Brown
2007-10-17
1
-0
/
+1
*
mdopen.c don't shadow major() and minor()
maximilian attems
2007-09-27
1
-32
/
+32
*
Add new mode: --incremental
Neil Brown
2006-12-21
1
-0
/
+48
*
Default to --auto=yes
Neil Brown
2006-12-14
1
-7
/
+7
*
Check error return on a couple of syscalls.
Michael Labuschke
2006-10-23
1
-3
/
+6
*
Don't fail md_open if array already active.
Luca Berra
2006-10-16
1
-12
/
+3
*
Allow symlink creation to be disabled from command line or mdadm.conf
Neil Brown
2006-08-11
1
-5
/
+5
*
Create symlinks from /dev into /dev/md
Neil Brown
2006-08-11
1
-0
/
+28
*
More consistent honoring of --configfile
Neil Brown
2006-06-26
1
-1
/
+1
*
Support auto-assembling of stacked devices
Neil Brown
2006-05-26
1
-1
/
+1
*
Never remove device nodes of active devices.
Neil Brown
2006-05-26
1
-1
/
+3
*
Choose better devnumbers and tidy up some issues with finding names.
Neil Brown
2006-05-26
1
-2
/
+5
*
Just updaqte copyright dates and email address
Neil Brown
2006-05-19
1
-1
/
+1
*
Arrange the 'auto' setting in mdadm.conf can choose default type.
Neil Brown
2006-05-16
1
-34
/
+59
*
Allow default creation info to to be stored in mdadm.conf
Neil Brown
2006-05-15
1
-2
/
+11
*
Create missing /dev files where needed.
Neil Brown
2006-03-28
1
-1
/
+1
*
Release some compile fixes.
Neil Brown
2006-02-06
1
-5
/
+10
*
Sort mdstat entries so that composites are well-ordered.
Neil Brown
2006-01-31
1
-1
/
+1
*
Replace sprintf calls with snprintf
Neil Brown
2005-06-14
1
-2
/
+3
*
Add device files created with --auto to list of known device files.
Neil Brown
2005-06-14
1
-0
/
+4
*
Avoid using lstat, it isn't right.
Neil Brown
2005-06-14
1
-1
/
+1
*
Fix uninitialised variable compile warning.
Neil Brown
2005-04-04
1
-1
/
+1
*
Document new --auto behaviour
Neil Brown
2005-04-04
1
-0
/
+4
*
Change MAJOR() etc to major() etc
Neil Brown
2005-04-04
1
-8
/
+13
*
When assembling with --auto, honour common device names
Neil Brown
2005-04-04
1
-43
/
+64
*
mdadm-1.8.0
mdadm-1.8.0
Neil Brown
2004-11-01
1
-0
/
+193