]> git.neil.brown.name Git - mdadm.git/shortlog
mdadm.git
2012-05-09 NeilBrownsuper1: reserve at least 2 chunks for reshape headroom. r10-reshape
2012-05-09 NeilBrownNew RESHAPE_NO_BACKUP flag to track when backup action...
2012-05-09 NeilBrownGrow: add raid10 reshape.
2012-05-09 NeilBrownGrow: set new_data_offset if appropriate
2012-05-09 NeilBrownAdd space_before/space_after fields to mdinfo
2012-05-09 NeilBrownsuper1: add new_offset field.
2012-05-09 NeilBrownAdd --data-offset flag for Create and Grow
2012-05-09 NeilBrownAdd data_offset arg to ->init_super and use it in super1.c
2012-05-09 NeilBrownAdd data_offset arg to ->validate_geometry.
2012-05-09 NeilBrownAdd data_offset arg to ->avail_size
2012-05-08 NeilBrownCreate new release: 3.2.4 mdadm-3.2.4
2012-05-06 Jes Sorensensuper-intel.c: Fix resource leak from opendir()
2012-05-06 Jes Sorensensuper-intel.c: Don't try to close negative fd
2012-05-03 NeilBrownGrow: failing the set the per-device size is not an...
2012-05-03 NeilBrowntest: don't worry too much about array size.
2012-05-03 NeilBrownAdjust to new standard of /run
2012-05-03 NeilBrownUpdate test for "is udev active".
2012-04-29 Czarnowska... imsm: fix: thunderdome may drop 2tb attribute
2012-04-29 Jes SorensenIntroduce sysfs_set_num_signed() and use it to set...
2012-04-29 Jes SorensenFix sign extension of bitmap_offset in super1.c
2012-04-23 Lukasz Doraufix: correct extending size of raid0 array
2012-04-22 Lukasz Dorauimsm: fix: rebuild does not continue after reboot
2012-04-18 NeilBrownRelax restrictions on when --add is permitted.
2012-04-18 NeilBrownAdd --prefer option for --detail and --monitor
2012-04-17 NeilBrownRaid limit of 1024 when scanning for devices.
2012-04-17 Lukasz DorauFIX: resolve make everything compilation error
2012-04-17 Adam KwolekFIX: Assembled second array is in read only state durin...
2012-04-17 Adam KwolekFIX: Size change is possible as standalone change only
2012-04-17 Adam Kwolekimsm: FIX: Component size alignment check
2012-04-17 Adam Kwolekimsm: Support setting max size for size change operation
2012-04-17 Adam Kwolekimsm: Add function imsm_get_free_size()
2012-04-17 Adam KwolekFIX: Detect error and rollback metadata
2012-04-17 Adam KwolekFIX: Respect metadata size limitations
2012-04-17 Adam KwolekFIX: Extend size of raid0 array
2012-04-17 Adam Kwolekimsm: FIX: Support metadata changes rollback
2012-04-17 Adam KwolekFIX: Support metadata changes rollback
2012-04-17 Adam Kwolekimsm: Execute size change for external metatdata
2012-04-17 Adam Kwolekimsm: Add new metadata update for volume size expansion
2012-04-17 Adam Kwolekimsm: FIX: Add volume size expand support to imsm_analy...
2012-04-17 Adam Kwolekimsm: FIX: Update function imsm_num_data_members()...
2012-04-17 Labun, Marcinimsm: display maximum volumes per controller and array
2012-04-12 CoolColdmdadm man page: fix typo
2012-04-09 Lukasz DorauFix two typos in fprintf messages
2012-04-04 NeilBrownsuper1: leave more space in front of data by default.
2012-04-04 NeilBrownBitmap_offset is a signed number
2012-04-04 NeilBrownparse_size: distinguish between 0 and error.
2012-04-04 NeilBrownFix typo: wan -> want
2012-04-02 Czarnowska... imsm: set 2tb disk attribute for spare
2012-04-02 Czarnowska... check that no disk over 2TB is used to create container...
2012-04-02 Czarnowska... check volume size in validate_geometry_imsm_orom
2012-04-02 Czarnowska... show 2TB volumes/disks support in --detail-platform
2012-04-02 Czarnowska... simplify calculating array_blocks
2012-04-02 Czarnowska... clear hi bits if not used after loading metadata from...
2012-04-02 Czarnowska... imsm: avoid overflows for disks over 1TB
2012-03-28 NeilBrownsysfs: fixed sysfs_freeze_array array to work properly...
2012-03-22 NeilBrownFix the new ROUND_UP macro.
2012-03-22 NeilBrownFix tests/05r1-re-add-nosupper
2012-03-22 NeilBrownGrow: print useful error when converting RAID1->RAID5...
2012-03-22 NeilBrownCreate: round off size for RAID1 arrays.
2012-03-22 NeilBrownManage: freeze recovery while adding multiple devices.
2012-03-22 NeilBrownManage: replace 'return 1' with 'goto abort'.
2012-03-22 NeilBrownIncremental: fix adding devices with --incremental
2012-03-22 NeilBrownRemove possible crash during RAID6 -> RAID5 reshape.
2012-03-22 NeilBrownAssemble: improve verbose logging when including old...
2012-03-22 NeilBrownExamine: fix array size calculation for RAID10.
2012-03-20 Jes Sorensen__write_init_super_ddf(): Use posix_memalign() instead...
2012-03-20 Jes Sorensensuper-intel.c: Use ROUND_UP() instead of manually coding it
2012-03-20 Jes Sorensensuper1.c: use ROUND_UP/ROUND_UP_PTR
2012-03-20 Jes SorensenGeneralize ROUND_UP() macro and introduce matching...
2012-03-20 Jes Sorensenmatch_metadata_desc0(): Use calloc instead of malloc...
2012-03-20 Jes SorensenUse struct align_fd to cache fd's block size for aligne...
2012-03-20 Jes SorensenUse 4K buffer alignment for superblock allocations
2012-03-20 Jes Sorensenmatch_metadata_desc1(): Use calloc instead of malloc...
2012-03-20 Jes Sorenseninit_super1() memset full buffer allocated for superblock
2012-03-20 Jes SorensenDefine and use SUPER1_SIZE for allocations
2012-03-20 Jes Sorensensuper1.c don't keep recalculating bitmap pointer
2012-03-08 NeilBrownCreate: reduce the verbosity of 'default_layout'.
2012-03-08 NeilBrownsuper1: support superblocks up to 4K.
2012-03-07 Czarnowska... Reset bad flag on map update
2012-03-07 NeilBrownManage: allow --re-add to failed array.
2012-03-06 NeilBrownAssemble: support assembling of a RAID0 being reshaped.
2012-03-06 NeilBrownAssemble: don't use O_EXCL until we have checked device...
2012-02-22 Jes SorensenUse MDMON_DIR for pid files created in Monitor.c
2012-02-22 Jes SorensenPrint error message if failing to write super for 1...
2012-02-21 Jim Meyeringavoid double-free upon "old buggy kernel" sysfs_read...
2012-02-20 Adam KwolekFIX: Changes in '0' case for reshape position verification
2012-02-16 Jes SorensenUse posix_memalign() for memory used to write bitmaps
2012-02-16 NeilBrownconfig: conf_match should ignore devname when not set.
2012-02-09 Adam KwolekFIX: Do not try to (continue) reshape using inactive...
2012-02-09 Adam KwolekFIX: restart reshape when reshape process is stopped...
2012-02-09 Adam Kwolekimsm: FIX: Clear migration record when migration switch...
2012-02-09 Adam Kwolekimsm: FIX: use md position to reshape restart
2012-02-09 Adam KwolekFIX: use md position to reshape restart
2012-02-09 Adam Kwolekimsm: FIX: Chunk size migration problem
2012-02-09 Adam KwolekFlush mdmon before next reshape step during container...
2012-02-09 Adam KwolekFix: Sometimes mdmon throws core dump during reshape
2012-02-09 Adam Kwolekimsm: FIX: imsm_get_allowed_degradation() doesn't count...
2012-02-09 Adam KwolekFIX: Array is not run when expansion disks are added
2012-02-09 Adam Kwolekimsm: FIX: No new missing disks are allowed during...
2012-02-09 Adam KwolekFIX: NULL pointer to strdup() can be passed
next