]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libzfs/libzfs_import.c
Improve `zpool labelclear`
[FreeBSD/FreeBSD.git] / lib / libzfs / libzfs_import.c
2019-03-21 Brian BehlendorfImprove `zpool labelclear`
2018-11-05 Don BradyAdd libzutil for libzfs or libzpool consumers
2018-07-25 sara hartseOpenZFS 9457 - libzfs_import.c:add_config() has a memor...
2018-07-23 Brian BehlendorfAdd support for autoexpand property
2018-06-04 Pavel ZakharovOpenZFS 9235 - rename zpool_rewind_policy_t to zpool_lo...
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-09 Pavel ZakharovOpenZFS 9075 - Improve ZFS pool import/load process...
2018-04-12 Tomohiro KusumiFix calloc(3) arguments order
2018-03-30 Don BradyAdd support for nvme based devids
2018-01-26 Chunwei Chenzpool import -d to specify device path
2017-11-18 Brian BehlendorfUpdate for cppcheck v1.80
2017-10-13 Tobin HardingFix function documentation to correctly mirror code
2017-08-09 Brian BehlendorfAdd libtpool (thread pools)
2017-07-13 Olaf FaalandMulti-modifier protection (MMP)
2017-06-01 Chunwei ChenFix import finding spare/l2cache when path changes
2017-04-24 Don BradyFixed zdb -e regression for active cacheless pools
2017-02-10 Tony HutterClear enclosure sysfs path from VDEV label when sysfs...
2017-01-30 George MelikovOpenZFS 7541 - zpool import/tryimport ioctl returns...
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-11-14 Brian BehlendorfFix 'zpool import' detection issue
2016-11-07 Brian BehlendorfFix 'zpool import' detection issues
2016-10-24 Tony HutterTurn on/off enclosure slot fault LED even when disk...
2016-10-19 Tony HutterMultipath autoreplace, control enclosure LEDs, event...
2016-09-01 Don BradyBring over illumos ZFS FMA logic -- phase 1
2016-08-01 liaoyuxiangqinFix memory leak in function add_config()
2016-07-29 Gvozden Neskoviclibzfs_import.c: Uninitialized pointer read
2016-07-27 Brian BehlendorfMulti-thread 'zpool import' for blkid
2016-07-27 Gvozden NeskovicFixes for issues found with cppcheck tool
2016-05-12 Marcel HuberFixes bug in fix_paths()
2016-04-27 Josef 'Jeff' SipekIllumos 6659 - nvlist_free(NULL) is a no-op
2016-04-25 Brian BehlendorfFix 'zpool import' blkid device names
2016-04-25 Brian BehlendorfUse udev for partition detection
2016-04-18 Nikolay BorisovRework zpool import excluded devices check
2016-03-31 Don BradyAdd support for devid and phys_path keys in vdev disk...
2016-03-21 Brian BehlendorfFix zdb -e and zhack thread_init()
2016-03-09 Thijs CramerUpdated paths to scan when importing zpool(s)
2016-03-09 Brian BehlendorfRequire libblkid
2016-01-23 Andrew StormontIllumos 1778 - Assertion failed: rn->rn_nozpool ==...
2016-01-23 Marcel TelkaIllumos 5518 - Memory leaks in libzfs import implementation
2016-01-22 Brian BehlendorfIllumos 6815179, 6844191
2015-07-10 Josef 'Jeff' SipekIllumos 4626 - libzfs memleak in zpool_in_use()
2015-03-25 Brian BehlendorfCheck all vdev labels in 'zpool import'
2015-01-28 Brian BehlendorfMake `zpool import -d|-c` behave consistently
2014-09-23 Matthew AhrensIllumos 5135 - zpool_find_import_cached() can use fnvlist_*
2014-05-31 Richard YaoFix memory leak in zpool_clear_label()
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-10-10 Richard YaoFix libblkid support
2013-09-04 Matthew AhrensIllumos #3464
2013-09-04 Matthew AhrensIllumos #2882, #2883, #2900
2013-07-09 Brian BehlendorfFix zpool_read_label()
2013-07-09 Dmitry KhasanovAdd FreeBSD 'zpool labelclear' command
2013-07-09 Dmitry KhasanovReadd zpool_clear_label() from OpenSolaris
2013-04-12 George WilsonIllumos #3422, #3425
2013-01-29 Brian BehlendorfRetire zpool_id infrastructure
2013-01-08 Brian BehlendorfMerge branch 'feature-flags'
2013-01-08 George WilsonIllumos #3090 and #3102
2012-10-22 Brian BehlendorfUpdate spare and cache device names on import
2012-10-22 Brian BehlendorfAllow 'zpool replace' to use short device names
2012-09-18 Brian BehlendorfSeg fault 'zpool import -d /dev/disk/by-id -a'
2012-09-17 Brian BehlendorfImprove `zpool import` search behavior
2012-08-08 Dan McDonaldIllumos #1693: persistent 'comment' field for a zpool
2011-02-18 Brian BehlendorfMerge branch 'zpl'
2011-02-17 Brian BehlendorfImprove 'zpool import' safety
2010-11-12 Brian BehlendorfSkip /dev/hpet during 'zpool import'
2010-08-31 Brian BehlendorfAdd linux user disk support
2010-08-31 Brian BehlendorfFix gcc uninitialized variable warnings
2010-08-27 Brian BehlendorfFix gcc missing braces warnings
2010-08-27 Brian BehlendorfFix gcc c90 compliance warnings
2010-08-26 Brian BehlendorfUpdate to onnv_147
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...