index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-03-18
Manage: fix the mess I made in earlier patch.
NeilBrown
1
-4
/
+6
2011-03-17
--stop: separate 'is busy' test for 'did it stop properly'.
NeilBrown
1
-2
/
+36
2011-03-15
Fix regression when using 'grow' to add a bitmap.
NeilBrown
1
-1
/
+1
2011-03-15
mdadm.man: added encouragement to shrink filesystem before array.
NeilBrown
1
-3
/
+8
2011-03-15
ddf: implement remove_from_super
NeilBrown
2
-7
/
+60
2011-03-15
IMSM: Fix problem in mdmon monitor of using removed disk in imsm container.
Labun, Marcin
3
-33
/
+186
2011-03-15
DDF Allow a RAID1 to be 'partially optimal'.
NeilBrown
1
-0
/
+2
2011-03-15
ddf: remove failed devices that are no longer in use.
NeilBrown
1
-0
/
+42
2011-03-15
ddf: set Rebuilding flag when adding devices to a degraded array
NeilBrown
1
-2
/
+15
2011-03-15
ddf: use correct loop variable in activate_spare
NeilBrown
1
-4
/
+5
2011-03-15
ddf: Don't consider 'dl' entries with state_fd < 0
NeilBrown
1
-1
/
+2
2011-03-15
managemon: Don't do spare assignment while any updates are pending.
NeilBrown
1
-1
/
+6
2011-03-15
Manage/external: for external metadata, add_to_super needs lock on container.
NeilBrown
1
-5
/
+12
2011-03-14
imsm: FIX: existing backup file fails unit tests
Adam Kwolek
1
-2
/
+6
2011-03-14
ddf: implement remove_from_super
NeilBrown
2
-7
/
+60
2011-03-14
ddf: zero space_list in ddf_activate_spare.
NeilBrown
1
-0
/
+1
2011-03-14
ddf: set vcnum correctly when creating a new virtual device in conflist
NeilBrown
1
-0
/
+8
2011-03-14
ddf: teach set_disk to cope with new or changed devices.
NeilBrown
1
-8
/
+33
2011-03-14
ddf: free_super should be add_list as well.
NeilBrown
1
-0
/
+9
2011-03-14
ddf: minor activate_super fixes.
NeilBrown
1
-2
/
+4
2011-03-14
monitor: close recovery_fd when closing state_Fd
NeilBrown
1
-0
/
+1
2011-03-14
Warn the user about too small array size
Krzysztof Wojcik
3
-5
/
+14
2011-03-14
platfrom_intel: find OROM based on Intel AHCI and SAS driver device id
Labun, Marcin
2
-19
/
+61
2011-03-14
imsm: FIX: Store checkpoint in per disk units
Adam Kwolek
1
-2
/
+6
2011-03-14
FIX: Last_checkpoint has to be initialized in per disk units
Adam Kwolek
1
-0
/
+9
2011-03-14
FIX: Last checkpoint is not initialized on reshape restart
Adam Kwolek
1
-0
/
+15
2011-03-14
FIX: Unfreeze array on success only
Adam Kwolek
1
-2
/
+3
2011-03-10
ddf: Failed should suppress Online and others.
NeilBrown
1
-0
/
+3
2011-03-10
Manage: be more careful about --add attempts.
NeilBrown
4
-9
/
+59
2011-03-10
ddf: remove duplicate container_member setting.
NeilBrown
1
-1
/
+0
2011-03-10
Fix warning about host-endian bitmaps.
NeilBrown
1
-4
/
+4
2011-03-10
Grow: give useful message when adding bitmap gives EBUSY.
NeilBrown
1
-1
/
+10
2011-03-10
Assemble: add --update=no-bitmap
NeilBrown
4
-6
/
+22
2011-03-10
Assemble: call remove_partitions later.
NeilBrown
1
-4
/
+6
2011-03-10
mdmon: don't copy an invalid chunk_size
NeilBrown
3
-3
/
+0
2011-03-10
ddf: fail creation of new subarray with same name as old.
NeilBrown
2
-0
/
+16
2011-03-10
Create: report failure if array cannot be started.
NeilBrown
2
-4
/
+12
2011-03-10
Grow: disallow placing backup file on array being reshaped.
NeilBrown
1
-0
/
+18
2011-03-10
Create/grow: improve checks on number of devices.
NeilBrown
3
-16
/
+17
2011-03-10
error check reading of 'degraded' from sysfs.
NeilBrown
1
-1
/
+2
2011-03-10
FIX: Reset disk state if disk is missing
Krzysztof Wojcik
1
-0
/
+1
2011-03-10
open_mddev: open RDONLY if RDWR doesn't work.
NeilBrown
1
-0
/
+2
2011-03-10
Initialise all of file when opening backup file for reshape.
NeilBrown
1
-1
/
+1
2011-03-10
mdadm.man add encouragement to shrink filesystem before shrinking array.
NeilBrown
1
-0
/
+23
2011-03-10
Detail: report subarrays of a container properly.
NeilBrown
1
-1
/
+1
2011-03-10
dev_open should always open read-only.
NeilBrown
1
-1
/
+1
2011-03-10
Man page updates for new --grow options.
NeilBrown
2
-20
/
+61
2011-03-10
Grow: allow monitor thread to exit when there is nothing more to do.
NeilBrown
1
-0
/
+5
2011-03-10
Grow: don't forget_backup when length of backup is zero.
NeilBrown
1
-4
/
+8
2011-03-10
Grow: make sure 'info' doesn't have confusing data.
NeilBrown
1
-0
/
+1
[next]