index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mdopen.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: md_array_valid(): Introduce md_array_valid() helper
Jes Sorensen
2017-05-03
1
-2
/
+1
*
Create: tell udev md device is not ready when first created.
NeilBrown
2017-05-02
1
-19
/
+33
*
mdopen: use parameters/new_array to create arrays whenever possible.
NeilBrown
2017-04-12
1
-0
/
+12
*
mdopen/open_mddev: Use md_get_array_info() to determine valid array
Jes Sorensen
2017-04-05
1
-1
/
+5
*
mdopen: open md devices O_RDONLY
NeilBrown
2016-12-05
1
-3
/
+1
*
Fix some issues found by clang
NeilBrown
2016-10-07
1
-1
/
+1
*
mdopen: Prevent overrunning the devname buffer when copying devnm into it for...
Robert LeBlanc
2016-08-25
1
-1
/
+1
*
Change behavior in find_free_devnm when wrapping around.
Mike Lovell
2016-06-03
1
-1
/
+1
*
Use dev_t for devnm2devid and devid2devnm
Mike Lovell
2016-06-03
1
-2
/
+2
*
Don't break long strings onto multiple lines.
NeilBrown
2015-02-12
1
-10
/
+5
*
Release mdadm-3.3
mdadm-3.3
NeilBrown
2013-09-03
1
-1
/
+1
*
Move find_free_devnum to mdopen.c
NeilBrown
2013-07-02
1
-0
/
+33
*
create_mddev: add support for /dev/md_XXX non-numeric names.
NeilBrown
2013-05-15
1
-20
/
+35
*
Discard devnum in favour of devnm
NeilBrown
2013-02-21
1
-13
/
+15
*
conditionally remove map_dev from find_free_devnum
NeilBrown
2013-01-07
1
-2
/
+1
*
Create new md devices consistently
Justin Maggard
2012-10-24
1
-1
/
+4
*
Handles spaces in array names better.
NeilBrown
2012-10-04
1
-2
/
+11
*
Minor cosmetic fixes in various files.
NeilBrown
2012-08-13
1
-14
/
+10
*
Remove scattered checks for malloc success.
NeilBrown
2012-07-09
1
-1
/
+1
*
Introduce pr_err for printing error messages.
NeilBrown
2012-07-09
1
-13
/
+13
*
Update test for "is udev active".
NeilBrown
2012-05-03
1
-1
/
+1
*
make_parts(): Fix case of comparing against uninitialized variables
Jes Sorensen
2011-11-02
1
-9
/
+12
*
Fix unterminated buffer after readlink() call
Thomas Jarosch
2011-10-17
1
-1
/
+5
*
open_mddev: open RDONLY if RDWR doesn't work.
NeilBrown
2011-01-31
1
-0
/
+2
*
Free some malloced memory that wasn't being freed.
NeilBrown
2009-10-22
1
-1
/
+4
*
mdopen: only use 'dev' as chosen name if it is a full path.
NeilBrown
2009-10-19
1
-2
/
+1
*
Update copyright dates and remove references to @cse.unsw.edu.au
NeilBrown
2009-06-02
1
-7
/
+2
*
create_mddev: don't replace /dev/mdX with /dev/md/X
NeilBrown
2009-05-11
1
-1
/
+4
*
create_dev - allow array names like mdX and /dev/mdX to appear 'numeric'
NeilBrown
2009-05-11
1
-3
/
+11
*
mdopen: be more careful when adding digit to names.
NeilBrown
2009-03-10
1
-1
/
+1
*
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-29
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-25
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
[next]