aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_pool.c
Commit message (Expand)AuthorAgeFilesLines
* Add slow disk diagnosis to ZEDDon Brady2024-02-081-0/+2
* zpool: Add slot power control, print power statusTony Hutter2023-12-211-5/+44
* RAID-Z expansion featureDon Brady2023-11-081-2/+45
* status: report pool suspension state under failmode=continueRob N2023-09-201-1/+2
* zpool_vdev_remove() should handle EALREADY error returnSerapheim Dimitropoulos2023-08-011-0/+6
* Teach zpool scrub to scrub only blocks in error logGeorge Amanakis2023-05-181-20/+85
* Add the ability to uninitializeBrian Behlendorf2023-05-181-5/+10
* Add support for zpool user propertiesAllan Jude2023-04-211-3/+98
* Create zap for root vdevrob-wing2023-04-201-0/+1
* nvpair: Constify string functionsRichard Yao2023-03-141-21/+23
* zpool_valid_proplist() should not corrupt nvpair name string on errorRichard Yao2023-03-141-0/+1
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-101-0/+3
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-231-0/+11
* zed: add hotplug support for spare vdevsAmeer Hamza2023-01-091-4/+1
* deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-221-26/+20
* Make 1-bit bitfields unsignedBrooks Davis2022-11-031-3/+3
* Cleanup: Delete unnecessary pointer check from vdev_to_nvlist_iter()Richard Yao2022-10-181-1/+1
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-141-1/+0
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-281-0/+37
* zpool_load_compat() should create strings of length ZFS_MAXPROPLENRichard Yao2022-09-121-2/+2
* libzfs: Remove unused zpool_get_physpath()Ryan Moeller2022-08-041-148/+0
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-6/+5
* Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user propertyAllan Jude2022-06-141-6/+6
* libzfs: Rename msg bufs to errbuf for consistencyRyan Moeller2022-06-091-135/+138
* libzfs: Define the defecto standard errbuf sizeRyan Moeller2022-06-091-7/+7
* libzfs: constify zfs_strip_partition(), zfs_strip_path()наб2022-05-161-2/+5
* libzfs: pool: zpool_vdev_name: use libzfs_envvar_is_setнаб2022-05-161-13/+5
* libzfs: pool: fix false-positives -Wmaybe-uninitialisedнаб2022-05-101-2/+2
* Fix 'zpool history' sometimes fails without reporting any errorLow-power2022-04-151-9/+11
* libzfs: don't NULL-check infallible allocationsнаб2022-03-301-74/+31
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-2/+1
* libzfs: Convert to fnvpair functionsRyan Moeller2022-03-141-120/+76
* libzfs: FreeBSD doesn't resize partitions for youRyan Moeller2022-03-111-2/+4
* Flex non-pretty-printed properties and raw-/pretty-print remaining onesнаб2022-03-041-0/+3
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-2/+2
* libzfs: const correctnessнаб2022-02-011-2/+2
* libzfs: zpool_set_vdev_prop: remove unused vpropнаб2021-12-131-3/+0
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-061-3/+3
* Vdev Properties FeatureAllan Jude2021-11-301-2/+457
* Add explicit error for device_rebuild being disabledRich Ercolani2021-10-291-3/+14
* Use fallthrough macroBrian Behlendorf2021-09-141-2/+2
* Replace strchrnul() with strrchr()Jorgen Lundman2021-07-071-1/+3
* Forbid basename(3) and dirname(3)наб2021-06-111-1/+1
* A couple of small style cleanupsColm2021-06-031-12/+24
* libzfs: format safetyнаб2021-05-291-20/+16
* libzfs: zpool_load_compat(): open feature file cloexecнаб2021-05-081-8/+10
* Improvements to the 'compatibility' propertyColm2021-04-121-112/+130
* lib/: set O_CLOEXEC on all fdsнаб2021-04-111-6/+4
* When specifying raidz vdev name, parity count should matchMatthew Ahrens2021-03-261-0/+30