]> git.ipfire.org Git - thirdparty/mdadm.git/history - lib.c
mdadm: check value returned by snprintf against errors
[thirdparty/mdadm.git] / lib.c
2017-09-29  Jes Sorensenlib: devid2kname() should take a dev_t
2017-05-05  NeilBrownFix typo in new udev rule.
2017-05-02  NeilBrownCreate: tell udev md device is not ready when first...
2016-10-26  Pawel BaldysiakLib.c: Fix geting devname for devices with long path
2016-08-11  Jes Sorensenlib: Various coding style cleanups
2016-08-11  Jes Sorensenlib: Avoid if and return on the same line
2016-06-03  Mike LovellUse dev_t for devnm2devid and devid2devnm
2016-03-30  Artur PaszkiewiczIntroduce stat2kname() and fd2kname()
2013-08-01  NeilBrownIntroduce devid2kname - slightly different to devid2devnm.
2013-07-02  NeilBrownMove conf_line and free_line from conf.c to lib.c
2013-07-01  NeilBrownManage: check alignment when stopping an array undergoi...
2013-06-19  NeilBrownRemove lots of unnecessary white space.
2013-06-19  Bernd Schubertraid6check: Fix build of raid6check
2013-02-21  NeilBrownDiscard devnum in favour of devnm
2013-01-06  NeilBrownconditionally remove map_dev from find_free_devnum
2012-10-10  NeilBrownReplace a lot of leading spaces with tabs.
2012-10-04  NeilBrownHandles spaces in array names better.
2012-07-09  NeilBrownRemove scattered checks for malloc success.
2012-04-18  NeilBrownAdd --prefer option for --detail and --monitor
2011-04-04  NeilBrownSplit some of util.c into a new lib.c