]> git.proxmox.com Git - mirror_zfs.git/history - lib/libzfs/libzfs_pool.c
Add slow disk diagnosis to ZED
[mirror_zfs.git] / lib / libzfs / libzfs_pool.c
2024-02-08 Don BradyAdd slow disk diagnosis to ZED
2023-12-21 Tony Hutterzpool: Add slot power control, print power status
2023-11-08 Don BradyRAID-Z expansion feature
2023-09-20 Rob Nstatus: report pool suspension state under failmode...
2023-08-01 Serapheim Dimitrop... zpool_vdev_remove() should handle EALREADY error return
2023-05-18 George AmanakisTeach zpool scrub to scrub only blocks in error log
2023-05-18 Brian BehlendorfAdd the ability to uninitialize
2023-04-21 Allan JudeAdd support for zpool user properties
2023-04-20 rob-wingCreate zap for root vdev
2023-03-14 Richard Yaonvpair: Constify string functions
2023-03-14 Richard Yaozpool_valid_proplist() should not corrupt nvpair name...
2023-03-10 Pawel Jakub DawidekImplementation of block cloning for ZFS
2023-01-23 rob-wingConfigure zed's diagnosis engine with vdev properties
2023-01-09 Ameer Hamzazed: add hotplug support for spare vdevs
2022-12-22 Matthew Ahrensdeadlock between spa_errlog_lock and dp_config_rwlock
2022-11-03 Brooks DavisMake 1-bit bitfields unsigned
2022-10-18 Richard YaoCleanup: Delete unnecessary pointer check from vdev_to_...
2022-10-14 Richard YaoCleanup: Address Clang's static analyzer's unused code...
2022-09-28 Ameer Hamzazed: mark disks as REMOVED when they are removed
2022-09-12 Richard Yaozpool_load_compat() should create strings of length...
2022-08-05 Ryan Moellerlibzfs: Remove unused zpool_get_physpath()
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набEnable -Wwrite-strings
2022-06-14 Allan JudeReplace ZPROP_INVAL with ZPROP_USERPROP where it means...
2022-06-09 Ryan Moellerlibzfs: Rename msg bufs to errbuf for consistency
2022-06-09 Ryan Moellerlibzfs: Define the defecto standard errbuf size
2022-05-16 набlibzfs: constify zfs_strip_partition(), zfs_strip_path()
2022-05-16 набlibzfs: pool: zpool_vdev_name: use libzfs_envvar_is_set
2022-05-10 набlibzfs: pool: fix false-positives -Wmaybe-uninitialised
2022-04-15 Low-powerFix 'zpool history' sometimes fails without reporting...
2022-03-30 набlibzfs: don't NULL-check infallible allocations
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-03-14 Ryan Moellerlibzfs: Convert to fnvpair functions
2022-03-11 Ryan Moellerlibzfs: FreeBSD doesn't resize partitions for you
2022-03-04 набFlex non-pretty-printed properties and raw-/pretty...
2022-02-15 Jorgen LundmanRename fallthrough to zfs_fallthrough
2022-02-02 набlibzfs: const correctness
2021-12-13 набlibzfs: zpool_set_vdev_prop: remove unused vprop
2021-12-07 Paul DagnelieAdd `const` to nvlist functions to properly expose...
2021-11-30 Allan JudeVdev Properties Feature
2021-10-29 Rich ErcolaniAdd explicit error for device_rebuild being disabled
2021-09-14 Brian BehlendorfUse fallthrough macro
2021-07-08 Jorgen LundmanReplace strchrnul() with strrchr()
2021-06-11 набForbid basename(3) and dirname(3)
2021-06-03 ColmA couple of small style cleanups
2021-05-29 набlibzfs: format safety
2021-05-08 набlibzfs: zpool_load_compat(): open feature file cloexec
2021-04-12 ColmImprovements to the 'compatibility' property
2021-04-11 набlib/: set O_CLOEXEC on all fds
2021-03-26 Matthew AhrensWhen specifying raidz vdev name, parity count should...
2021-03-22 Andrea GelminiRemoved duplicated includes
2021-02-18 ColmAdd "compatibility" property for zpool feature sets
2021-01-22 Brian BehlendorfOnly add supported features during pool creation
2020-12-04 Attila Fülöpzpool: Dryrun fails to list some devices
2020-11-16 набzpool: correctly align columns with -p
2020-11-13 Brian BehlendorfDistributed Spare (dRAID) Feature
2020-09-15 Toomas Soomezfs label bootenv should store data as nvlist
2020-08-18 George MelikovRemove unused `zpool_is_bootable`
2020-08-18 Richard LaagerRemove GRUB restrictions
2020-07-03 Brian BehlendorfAdd device rebuild feature
2020-06-18 Arvind SankarMark functions as static
2020-06-08 Paul DagnelieDon't erase final byte of envblock
2020-05-28 John GallagherRework error handling in zpool_trim()
2020-05-20 Paul DagnelieSmall program that converts a dataset id and an object...
2020-05-07 Paul DagnelieAdd support for boot environment data to be stored...
2020-05-06 George AmanakisEnable splitting mirrors with indirect vdevs
2020-04-07 alexlibzfs_pool: Remove unused check for ENOTBLK
2020-03-04 Brian BehlendorfAdd trim support to zpool wait
2019-11-13 Brian BehlendorfFix `zpool create -o <property>` error message
2019-11-11 Ryan MoellerAllow platform dependent path stripping for vdevs
2019-10-28 Chunwei ChenFix zpool history unbounded memory usage
2019-10-24 Matthew MacyUse zfs_ioctl with zfs_cmd_t in libzfs
2019-10-03 Matthew MacyOpenZFS restructuring - libzfs
2019-10-02 Matthew MacyOpenZFS restructuring - libspl
2019-09-14 John GallagherAdd subcommand to wait for background zfs activity...
2019-09-03 Andrea GelminiFix typos in lib/
2019-06-19 Matthew AhrensRemove dedupditto functionality
2019-05-02 Tom CaputiAdd feature check for 'zpool resilver' command
2019-03-29 Brian BehlendorfAdd TRIM support
2019-01-07 George WilsonOpenZFS 9102 - zfs should be able to initialize storage...
2018-11-06 LOLizpool: bogus error for invalid dedupditto value
2018-11-05 Don BradyAdd libzutil for libzfs or libzpool consumers
2018-09-06 Don BradyPool allocation classes
2018-08-15 Tom CaputiAdded encryption support for zfs recv -o / -x
2018-07-23 Brian BehlendorfAdd support for autoexpand property
2018-06-28 Chunwei ChenEnforce PROP_ONETIME on zpool properties
2018-06-26 Serapheim Dimitrop... OpenZFS 9166 - zfs storage pool checkpoint
2018-06-08 Paul ZuchowskiWrong error message when removing log device
2018-06-06 Tony HutterAdd pool state /proc entry, "SUSPENDED" pools
2018-06-04 Pavel ZakharovOpenZFS 9235 - rename zpool_rewind_policy_t to zpool_lo...
2018-05-31 Sara Hartsezpool reopen should detect expanded devices
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-09 Pavel ZakharovOpenZFS 9075 - Improve ZFS pool import/load process...
2018-04-14 Matthew AhrensOpenZFS 9290 - device removal reduces redundancy of...
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-04-12 LOLiAdd 'zpool split' coverage to the ZFS Test Suite
2018-04-11 LOLiFix zpool set feature@<feature>=disabled
2018-03-22 Paul DagnelieOpenZFS 9193 - bootcfg -C doesn't work
2018-03-09 Tomohiro KusumiChange functions which return literals to return `const...
2018-01-19 Brian BehlendorfOpenZFS 8652 - Tautological comparisons with ZPROP_INVAL
next