index
:
delta/mdadm.git
cluster
data_offset
devel-3.0
devel-3.1
devel-3.2
devel-3.3
hotunplug
master
mdadm-2
mdadm-2.6.7.x
mdadm-3.2.x
mdadm-3.3.x
origin
r10-reshape
scratch-3.0
sles11
stable-1
git.kernel.org: pub/scm/utils/mdadm/mdadm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add function for getting member drive sector size
Pawel Baldysiak
2016-11-17
1
-1
/
+17
*
Fix bus error when accessing MBR partition records
James Clarke
2016-10-19
1
-7
/
+11
*
Fix RAID metadata check
Mariusz Dabrowski
2016-09-22
1
-11
/
+16
*
Introduce random_uuid() helper function
Jes Sorensen
2016-08-15
1
-0
/
+21
*
util: Never have if and return on the same line
Jes Sorensen
2016-08-11
1
-1
/
+2
*
Use dev_t for devnm2devid and devid2devnm
Mike Lovell
2016-06-03
1
-3
/
+3
*
util: Remove unnecesary NULL pointer checks when calling sysfs_free()
Jes Sorensen
2016-03-08
1
-4
/
+2
*
Remove dead code about LKF_CONVERT flag
Guoqing Jiang
2016-03-07
1
-8
/
+0
*
util.c: include poll.h instead of sys/poll.h
Maxin B. John
2016-02-08
1
-1
/
+1
*
Fix some type comparison problems
Xiao Ni
2016-02-08
1
-1
/
+1
*
Assorted fixed for a "make everything" build
NeilBrown
2016-01-28
1
-7
/
+19
*
util: fix wrong return value of cluster_get_dlmlock
Guoqing Jiang
2016-01-27
1
-10
/
+4
*
mdadm: improve the safeguard for change cluster raid's sb
Guoqing Jiang
2015-12-17
1
-12
/
+18
*
Make cmap_* also has same policy as dlm_*
Guoqing Jiang
2015-10-21
1
-34
/
+33
*
Safeguard against writing to an active device of another node
Guoqing Jiang
2015-10-21
1
-0
/
+148
*
mdassemble: don't try to perform cluster check.
NeilBrown
2015-08-03
1
-1
/
+2
*
Add a new clustered disk
Guoqing Jiang
2015-06-17
1
-0
/
+10
*
Set home-cluster while creating an array
Guoqing Jiang
2015-06-17
1
-0
/
+57
*
Assemble: allow a RAID4 to assemble easily when parity devices is missing.
NeilBrown
2015-04-08
1
-0
/
+7
*
Don't break long strings onto multiple lines.
NeilBrown
2015-02-12
1
-8
/
+4
*
Consistently print program Name and __func__ in debug messages.
NeilBrown
2015-02-12
1
-1
/
+1
*
util: remove rounding error where reporting "human sizes".
NeilBrown
2014-12-18
1
-4
/
+4
*
util: split get_maj_min() out from dev_open()
NeilBrown
2014-08-11
1
-5
/
+10
*
install: use BINDIR consistently to locate mdadm and mdmon
NeilBrown
2014-05-22
1
-1
/
+1
*
Work around architectures having statfs.f_type defined as long
Jes Sorensen
2014-03-20
1
-1
/
+5
*
Assemble/Incremental: don't hold O_EXCL on mddev after assembly.
NeilBrown
2013-12-05
1
-0
/
+14
*
Two small fixes related to enough()
NeilBrown
2013-12-05
1
-2
/
+0
*
IMSM metadata really should be ignored when found on partitions.
NeilBrown
2013-11-20
1
-1
/
+1
*
Release mdadm-3.3
mdadm-3.3
NeilBrown
2013-09-03
1
-1
/
+1
*
Make sure "mdmon" doesn't get called "@dmon".
NeilBrown
2013-09-02
1
-2
/
+2
*
in_initrd: fix gcc compiler error
mwilck@arcor.de
2013-08-28
1
-2
/
+2
*
Create: fix warning about pre-existing filesystems.
NeilBrown
2013-08-08
1
-5
/
+6
*
test: ensure testing uses correct mdmon
NeilBrown
2013-08-05
1
-30
/
+33
*
mdmon: don't lie to systemd.
NeilBrown
2013-08-01
1
-0
/
+11
*
super1: simplify setting of array size.
NeilBrown
2013-07-30
1
-0
/
+1
*
Move find_free_devnum to mdopen.c
NeilBrown
2013-07-02
1
-33
/
+0
*
Subject: Make wait_for and open_dev_excl faster
NeilBrown
2013-06-25
1
-2
/
+8
*
Remove lots of unnecessary white space.
NeilBrown
2013-06-19
1
-1
/
+0
*
raid6check: Fix build of raid6check
Bernd Schubert
2013-06-19
1
-10
/
+0
*
Make sure NOFILE resource limit is big enough.
NeilBrown
2013-05-30
1
-0
/
+15
*
Change some fprintf(stderrs to cont_err()
NeilBrown
2013-05-21
1
-4
/
+4
*
Suppress error messages from systemctl.
NeilBrown
2013-05-15
1
-0
/
+5
*
mdassemble - fix new compile-time problems.
NeilBrown
2013-05-13
1
-1
/
+1
*
Discard devnum in favour of devnm
NeilBrown
2013-02-21
1
-70
/
+144
*
In case launching mdmon fails, print an error message before exiting
Jes Sorensen
2013-02-05
1
-1
/
+4
*
Add support for launching mdmon via systemctl instead of fork/exec
Jes Sorensen
2013-02-05
1
-0
/
+28
*
Remove --offroot argument and default to always setting argv[0] to @
Jes Sorensen
2013-02-05
1
-11
/
+2
*
dev_open - don't bother trying map_dev
NeilBrown
2013-01-10
1
-10
/
+6
*
conditionally remove map_dev from find_free_devnum
NeilBrown
2013-01-07
1
-6
/
+8
*
IMSM - allow assembling any imsm array even without OROM.
NeilBrown
2012-11-20
1
-3
/
+3
[next]