]> git.ipfire.org Git - thirdparty/mdadm.git/history - super-intel.c
imsm: remove redundant characters from some error messages
[thirdparty/mdadm.git] / super-intel.c
2016-09-16  Artur Paszkiewiczimsm: remove redundant characters from some error messages
2016-09-15  Artur Paszkiewiczimsm: do not activate spares for uninitialized member...
2016-06-16  Alexey Obitotskiyimsm: properly handle values of sync_completed
2016-06-16  Alexey Obitotskiyimsm: add handling of sync_action is equal to 'idle'
2016-05-19  Pawel BaldysiakIMSM: retry reading sync_completed during reshape
2016-03-30  Artur PaszkiewiczIntroduce stat2kname() and fd2kname()
2016-03-22  Jes Sorensensuper_intel: imsm_manage_reshape(): Fix potential NULL...
2016-03-22  Jes Sorensensuper-intel: Remove excessive NULL/0 variable initializ...
2016-03-11  Pawel Baldysiaksuper-intel: Simplify for() loop in ahci_enumerate_ports
2016-03-11  Pawel Baldysiaksuper-intel: Make print_vmd_attached_devs() return...
2016-03-09  Jes Sorensensuper-intel: Make print_found_intel_controllers() retur...
2016-03-09  Jes Sorensen{platform,super}-intel: Fix two resource leaks
2016-03-09  Jes Sorensenload_sys(): Add a buffer size argument
2016-02-22  NeilBrownsuper-intel: ensure suspended region is removed when...
2016-01-07  Artur Paszkiewiczimsm: don't update migration record when reshape is...
2016-01-07  Artur Paszkiewiczimsm: use timeout when waiting for reshape progress
2016-01-06  Pawel BaldysiakIMSM: Add support for VMD
2015-12-23  Artur Paszkiewiczimsm: abort reshape if sync_action is not "reshape"
2015-10-08  Artur Paszkiewiczimsm: don't call abort_reshape() in imsm_manage_reshape()
2015-07-27  NeilBrownMerge branch 'cluster'
2015-07-01  NeilBrownmdstat: discard 'dev' field, just use 'devnm'
2015-04-08  Pawel BaldysiakIMSM: Count arrays per orom
2015-03-04  Artur Paszkiewiczimsm: simplified multiple OROMs support
2015-03-04  Jes Sorensenwrite_super_imsm_spares(): C statements are terminated...
2015-02-12  NeilBrownDon't break long strings onto multiple lines.
2015-02-12  NeilBrownConsistently print program Name and __func__ in debug...
2015-02-12  Pawel BaldysiakChange way of printing name of a process
2015-01-29  Pawel BaldysiakIMSM: Clear migration record on disks more often
2014-11-25  Artur Paszkiewiczimsm: detail-platform improvements
2014-11-25  Pawel Baldysiakimsm: add support for NVMe devices
2014-11-25  Artur Paszkiewiczimsm: support for OROMs shared by multiple HBAs
2014-07-21  Pawel BaldysiakIMSM: move "validate_container_imsm" to be included...
2014-07-10  NeilBrownIMSM: validate metadata_update size before using it.
2014-07-10  NeilBrownmdmon: allow prepare_update to report failure.
2014-07-08  Pawel BaldysiakIMSM: Add warning message when assemble spanned container
2014-07-03  NeilBrownIMSM: use strcpy rather than pointless strncpy.
2014-06-02  Artur Paszkiewiczimsm: retry load_and_parse_mpb if we suspect mdmon...
2014-01-20  NeilBrownIMSM: don't crash when creating an array with missing...
2013-11-19  NeilBrownIMSM metadata really should be ignored when found on...
2013-08-01  NeilBrownGrow: exit background thread cleanly on SIGTERM.
2013-07-30  NeilBrownManage: remove call to validate_geometry.
2013-07-15  NeilBrownMerge commit '956a13fb850321bed8568dfa8692c0c323538d7c'
2013-07-11  NeilBrownIMSM: fix wait_for_reshape_imsm
2013-07-01  NeilBrownNew function: sysfs_wait
2013-06-19  NeilBrownRemove lots of unnecessary white space.
2013-05-21  NeilBrownMore conversion to pr_err
2013-05-21  NeilBrownChange some fprintf(stderrs to cont_err()
2013-05-21  NeilBrownChange some "fprintf(stderr,"s to pr_err.
2013-05-16  NeilBrownAdd --dump / --restore functionality.
2013-05-16  NeilBrownintel,ddf: don't require partitions when ignore_hw_comp...
2013-04-22  Przemyslaw Czarnowskiimsm: monitor: do not finish migration if there are...
2013-02-21  NeilBrownDiscard devnum in favour of devnm
2013-01-06  NeilBrownplatform-intel - cache 'intel_devices' for a few seconds.
2012-11-20  Marcin Tomczakimsm: Forbid spanning between multiple controllers.
2012-11-20  NeilBrownIMSM - allow assembling any imsm array even without...
2012-10-10  NeilBrownReplace a lot of leading spaces with tabs.
2012-10-04  NeilBrownimsm: allow --assume-clean to work.
2012-10-04  NeilBrownAllow data-offset to be specified per-device for create
2012-10-04  NeilBrownAdd data_offset arg to ->init_super and use it in super1.c
2012-10-04  NeilBrownAdd data_offset arg to ->validate_geometry.
2012-10-04  NeilBrownAdd data_offset arg to ->avail_size
2012-10-04  Maciej Naruszewiczimsm: Allow to specify controller for --detail-platform.
2012-10-02  Maciej Naruszewiczimsm: Add --export option for --detail-platform
2012-09-20  Lukasz Doraufix: imsm: do not accept too small sizes
2012-09-20  Lukasz Doraufix: imsm: re-enable size expansion to the max value
2012-07-09  NeilBrownChange the values for "max size" from -1 to 1.
2012-07-09  NeilBrownConvert 'quiet' to 'not verbose' in various places.
2012-07-09  NeilBrownRemove scattered checks for malloc success.
2012-07-09  NeilBrownIntroduce pr_err for printing error messages.
2012-05-28  Lukasz Dorauimsm: fix: correct checking volume's degradation
2012-05-18  Lukasz Dorauimsm: fix: check if size of expansion is not larger...
2012-05-18  Lukasz Dorauimsm: fix a typo in fprintf message
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-04-29  Czarnowska, Annaimsm: fix: thunderdome may drop 2tb attribute
2012-04-22  Lukasz Dorauimsm: fix: rebuild does not continue after reboot
2012-04-17  Lukasz DorauFIX: resolve make everything compilation error
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 Kwolekimsm: FIX: Support metadata changes rollback
2012-04-17  Adam KwolekFIX: Support metadata changes rollback
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-09  Lukasz DorauFix two typos in fprintf messages
2012-04-02  Czarnowska, Annaimsm: set 2tb disk attribute for spare
2012-04-02  Czarnowska, Annacheck that no disk over 2TB is used to create container...
2012-04-02  Czarnowska, Annacheck volume size in validate_geometry_imsm_orom
2012-04-02  Czarnowska, Annashow 2TB volumes/disks support in --detail-platform
2012-04-02  Czarnowska, Annasimplify calculating array_blocks
2012-04-02  Czarnowska, Annaclear hi bits if not used after loading metadata from...
2012-04-02  Czarnowska, Annaimsm: avoid overflows for disks over 1TB
2012-03-20  Jes Sorensensuper-intel.c: Use ROUND_UP() instead of manually coding it
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 Kwolekimsm: FIX: Chunk size migration problem
2012-02-09  Adam Kwolekimsm: FIX: imsm_get_allowed_degradation() doesn't count...
2012-02-09  Adam Kwolekimsm: FIX: No new missing disks are allowed during...
next