index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
managemon.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-22
DDF: factor out writing super block to single disk
mwilck@arcor.de
1
-59
/
+53
2013-07-22
DDF: make "null_aligned" a static buffer
mwilck@arcor.de
1
-12
/
+11
2013-07-22
DDF: increase seq number in ddf_set_updates_pending
mwilck@arcor.de
1
-3
/
+9
2013-07-11
test: allow resync/reshape etc to go faster.
NeilBrown
1
-1
/
+10
2013-07-11
Grow: pass INVALID_SECTORS to reshape_array, not 0.
NeilBrown
1
-2
/
+3
2013-07-11
IMSM: fix wait_for_reshape_imsm
NeilBrown
1
-4
/
+4
2013-07-10
align spelling of “RAID” and RAID levels
Christoph Anton Mitterer
4
-12
/
+12
2013-07-10
Stop: fix up synchronising end of reshape to good boundary.
NeilBrown
1
-5
/
+17
2013-07-10
Grow: use mdstat_wait to wait for delayed reshape.
NeilBrown
3
-3
/
+11
2013-07-10
Don't set 'hold' option for mdstat_read if not needed.
NeilBrown
2
-2
/
+2
2013-07-10
DDF load headers: if primary is invalid, don't check fields.
NeilBrown
1
-4
/
+4
2013-07-10
DDF: ddf_process_update: Fix updates for SVDs
mwilck@arcor.de
1
-28
/
+60
2013-07-10
DDF: ddf_process_update: some more debug messages
mwilck@arcor.de
1
-5
/
+6
2013-07-10
DDF: guid_str: more readable output
mwilck@arcor.de
1
-2
/
+7
2013-07-10
DDF: ddf_process_update: add debug messages fore adding VDs
mwilck@arcor.de
1
-0
/
+9
2013-07-10
DDF: add debug message in add_super_ddf_bvd
mwilck@arcor.de
1
-0
/
+4
2013-07-10
DDF: fix endianness of refnum in debug messages
mwilck@arcor.de
1
-4
/
+6
2013-07-10
DDF: getinfo_super_ddf_bvd: fix raid_disk calculation
mwilck@arcor.de
1
-1
/
+2
2013-07-10
DDF: getinfo_super_ddf_bvd: identify disk by refnum
mwilck@arcor.de
1
-1
/
+1
2013-07-10
DDF: implement kill_subarray
mwilck@arcor.de
1
-7
/
+99
2013-07-10
DDF: write_init_super_ddf: don't zero superblocks for subarrays
mwilck@arcor.de
1
-2
/
+3
2013-07-09
Monitor: Don't write metadata in inactive array state
mwilck@arcor.de
1
-1
/
+2
2013-07-09
test/10-ddf-create: fix comments
mwilck@arcor.de
1
-1
/
+2
2013-07-08
tests/10ddf-create: add RAID 10 array
mwilck@arcor.de
1
-3
/
+12
2013-07-08
DDF: ddf_process_update: Fix vlist treatment for SVDs
mwilck@arcor.de
1
-22
/
+26
2013-07-08
DDF: ddf_process_update: handle update of conf records for SVD
mwilck@arcor.de
1
-1
/
+16
2013-07-08
DDF: ddf_set_array_state: more meaningful output
mwilck@arcor.de
1
-1
/
+3
2013-07-08
DDF: guid_str: convenience function to print GUID for debugging
mwilck@arcor.de
1
-0
/
+14
2013-07-08
DDF: getinfo_super_ddf_bvd: lba_offset calculation for RAID10
mwilck@arcor.de
1
-0
/
+10
2013-07-08
DDF: add_to_super_ddf_bvd: use get_svd_state()
mwilck@arcor.de
1
-22
/
+6
2013-07-08
DDF: add_to_super_ddf: RAID10 changes
mwilck@arcor.de
1
-4
/
+9
2013-07-08
DDF: add_to_super_ddf: Use same amount of workspace as other disks
mwilck@arcor.de
1
-4
/
+29
2013-07-08
DDF: add_to_super_ddf: allow empty slots in phys disk table
mwilck@arcor.de
1
-6
/
+23
2013-07-08
DDF: get_extents: support secondary RAID level
mwilck@arcor.de
1
-16
/
+14
2013-07-08
DDF: use LBA_OFFSET macro instead of lba_offset field
mwilck@arcor.de
1
-22
/
+12
2013-07-08
DDF: validate_geometry_ddf: support RAID10
mwilck@arcor.de
1
-2
/
+2
2013-07-08
DDF: init_super_ddf_bvd: initialize other bvds
mwilck@arcor.de
1
-1
/
+6
2013-07-08
DDF: Simplify allocation of "other BVDs"
mwilck@arcor.de
1
-33
/
+53
2013-07-08
DDF: layout_md2ddf: new md->DDF layout conversion
mwilck@arcor.de
1
-82
/
+117
2013-07-08
DDF: layout_ddf2md: new DDF->md RAID layout conversion
mwilck@arcor.de
1
-79
/
+100
2013-07-08
DDF: allow empty slots in virt disk table
mwilck@arcor.de
1
-43
/
+57
2013-07-08
DDF: get_svd_state: Status logic for secondary RAID level
mwilck@arcor.de
1
-4
/
+33
2013-07-08
DDF: ddf_set_disk: move status logic to separate function
mwilck@arcor.de
1
-41
/
+53
2013-07-08
DDF: find_vdcr: account for secondary RAID level
mwilck@arcor.de
1
-13
/
+87
2013-07-08
DDF: ddf_open_new: implement minimal consistency check
mwilck@arcor.de
1
-2
/
+8
2013-07-08
DDF: Implement store_super_ddf
mwilck@arcor.de
1
-6
/
+35
2013-07-08
DDF: handle "open flag" according to spec
mwilck@arcor.de
1
-8
/
+18
2013-07-08
DDF: load_ddf_headers: use secondary header as fallback
mwilck@arcor.de
1
-4
/
+9
2013-07-08
DDF: check_secondary: fix treatment of missing BVDs
mwilck@arcor.de
1
-4
/
+2
2013-07-08
DDF (cleanup): use a common macro for failed searches
mwilck@arcor.de
1
-3
/
+2
[next]