index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
super-intel.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
-
.
Merge commit '3288b419b988b20a53a2b12eb8e5f9f536228db4'; commit '4363fd80bcc9...
NeilBrown
2010-05-31
1
-0
/
+9
|
\
\
|
*
|
imsm: robustify recovery-start detection
Dan Williams
2010-05-26
1
-0
/
+9
*
|
|
Incremental: honor an 'enough' flag from external handlers
Dan Williams
2010-05-26
1
-20
/
+79
|
/
/
*
/
IMSM/DDF: don't recognised these metadata on partitions.
NeilBrown
2010-04-29
1
-0
/
+4
|
/
*
Create: cleanup after failed create in duplicated array member case
Dan Williams
2010-04-19
1
-1
/
+10
*
powerpc compile fix
Doug Ledford
2010-04-07
1
-1
/
+1
*
ddf/intel: zero out old metadata before creating a container.
NeilBrown
2010-03-10
1
-1
/
+5
*
Merge branch 'master' of git://github.com/djbw/mdadm
NeilBrown
2010-03-09
1
-10
/
+5
|
\
|
*
imsm: kill ->creating_imsm flag
Dan Williams
2010-03-03
1
-6
/
+4
|
*
Revert "Make the IMSM_DEVNAME_AS_SERIAL option work when creating containers."
Dan Williams
2010-03-03
1
-4
/
+1
*
|
Make sure reshape_active is cleared by getinfo_super
NeilBrown
2010-03-09
1
-0
/
+1
|
/
*
Assemble: fix --force assembly of v1.x arrays which are recovering.
NeilBrown
2010-02-04
1
-0
/
+2
*
super-intel.c: use %zu specifier for printf of size_t
Luca Berra
2010-01-31
1
-1
/
+1
*
Make the IMSM_DEVNAME_AS_SERIAL option work when creating containers.
Doug Ledford
2010-01-18
1
-1
/
+4
*
Merge branch 'klockwork' of git://github.com/djbw/mdadm
NeilBrown
2009-12-30
1
-34
/
+46
|
\
|
*
imsm: prune dead code in validate_geometry_imsm
Dan Williams
2009-12-10
1
-15
/
+0
|
*
Fix required to enable RAID arrays on SAS disks.
Artur Wojcik
2009-12-10
1
-1
/
+1
|
*
Fix for memory leak defect.
Artur Wojcik
2009-12-10
1
-0
/
+2
|
*
Fix for memory leak defect.
Artur Wojcik
2009-12-10
1
-3
/
+5
|
*
Fix for memory leak defect.
Artur Wojcik
2009-12-10
1
-3
/
+6
|
*
Fix for NULL pointer dereference defect.
Artur Wojcik
2009-12-10
1
-0
/
+6
|
*
Fix for NULL pointer dereference defect.
Artur Wojcik
2009-12-10
1
-1
/
+1
|
*
Fix for NULL pointer dereference defect.
Artur Wojcik
2009-12-10
1
-0
/
+2
|
*
imsm: no need to report the component device name from container_content
Dan Williams
2009-12-10
1
-2
/
+0
|
*
Fix for buffer overflow defect.
Artur Wojcik
2009-12-10
1
-1
/
+1
|
*
Fix for NULL pointer dereference.
Artur Wojcik
2009-12-10
1
-0
/
+4
|
*
Fix for NULL pointer dereference.
Artur Wojcik
2009-12-10
1
-1
/
+2
|
*
Fix for memory and resource leak.
Artur Wojcik
2009-12-10
1
-7
/
+12
|
*
Fix for possible NULL pointer dereference.
Artur Wojcik
2009-12-10
1
-1
/
+6
*
|
imsm: add support for checkpointing via 'curr_migr_unit'
Dan Williams
2009-12-22
1
-32
/
+288
*
|
Teach sysfs_add_disk() callers to use ->recovery_start versus 'insync' parameter
Dan Williams
2009-12-21
1
-0
/
+2
*
|
Introduce MaxSector
Dan Williams
2009-12-21
1
-4
/
+4
*
|
mdmon: cleanup resync_start
Dan Williams
2009-12-14
1
-5
/
+4
*
|
imsm: cleanup print_imsm_dev()
Dan Williams
2009-12-12
1
-9
/
+10
*
|
imsm: fix thunderdome segfault
Dan Williams
2009-12-12
1
-1
/
+1
*
|
imsm: fix spare promotion
Dan Williams
2009-12-10
1
-0
/
+1
*
|
imsm: honor orom constraints for auto-layout
Dan Williams
2009-12-10
1
-19
/
+33
*
|
imsm: catch attempt to auto-layout zero-length arrays
Dan Williams
2009-12-02
1
-9
/
+12
|
/
*
Improve error messages when metadata handler does not support request.
NeilBrown
2009-11-17
1
-1
/
+4
*
super-intel: Fix compilation of mdassemble.
NeilBrown
2009-10-20
1
-1
/
+7
*
imsm: add --update=uuid support
Dan Williams
2009-10-14
1
-12
/
+39
*
imsm: fix/support --update
Dan Williams
2009-10-14
1
-28
/
+26
*
imsm: fix spare record writeout race
Dan Williams
2009-10-14
1
-24
/
+35
*
imsm: disambiguate family_num
Dan Williams
2009-09-30
1
-132
/
+448
*
imsm: kill close() of component device
Dan Williams
2009-09-30
1
-3
/
+1
*
imsm: cleanup disk status tests
Dan Williams
2009-09-28
1
-24
/
+29
*
imsm: clear CONFIGURED_DISK for failed drives
Dan Williams
2009-09-15
1
-0
/
+1
*
imsm: kill USABLE_DISK flag
Dan Williams
2009-09-15
1
-8
/
+4
*
imsm: fix spare promotion
Dan Williams
2009-09-15
1
-4
/
+3
*
Exmaine/brief: put member arrays after container arrays.
NeilBrown
2009-08-07
1
-3
/
+18
[next]