aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* nvpair: Constify string functionsRichard Yao2023-03-1415-84/+91
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-102-1/+20
* Refactor loop in dump_histogram()Richard Yao2023-03-081-2/+4
* Cleanup: Remove constant comparisons reported by CodeQLRichard Yao2023-03-081-9/+6
* Fix TOCTOU race in zpool_do_labelclear()Richard Yao2023-03-081-14/+20
* More adaptive ARC evictionAlexander Motin2023-03-082-33/+73
* Better handling for future crypto parametersRob N2023-03-071-1/+2
* Fix a typo in ac2038aGeorge Amanakis2023-03-071-1/+1
* Fix memory leak in ztestRichard Yao2023-03-061-1/+4
* Update BLAKE3 for using the new impl handlingTino Reichardt2023-03-021-2/+4
* zdb: add decryption supportRob N2023-03-022-11/+166
* Improve error message of zfs redactPaul Dagnelie2023-02-211-3/+18
* zdb: zero-pad checksum outputRob N ★2023-02-071-2/+5
* Teach zdb about DMU_OT_ERROR_LOG objectsGeorge Amanakis2023-02-021-0/+19
* zfs_main.c: fix unused variable error with GCCrob-wing2023-02-021-1/+0
* Fix console progress reporting for recursive sendAmeer Hamza2023-02-021-1/+1
* Improve resilver ETAsBrian Behlendorf2023-01-251-11/+22
* Reject streams that set ->drr_payloadlen to unreasonably large valuesRichard Yao2023-01-233-3/+12
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-231-4/+36
* Use setproctitle to report progress of zfs sendAmeer Hamza2023-01-171-6/+13
* zpool-set: print error message when pool or vdev is not validRob Wing2023-01-171-19/+17
* zpool-set: update usage textRob Wing2023-01-171-1/+2
* zpool: do guid-based comparison in is_vdev_cb()rob-wing2023-01-111-11/+4
* ztest: update ztest_dmu_snapshot_create_destroy()Brian Behlendorf2023-01-101-4/+11
* ztest: ztest_dsl_prop_set_uint64() ENOSPC consistencyBrian Behlendorf2023-01-101-7/+11
* ztest: reduce `zpool split` frequencyBrian Behlendorf2023-01-101-1/+1
* ztest: update expectation for sparing a special deviceBrian Behlendorf2023-01-101-1/+6
* zed: add hotplug support for spare vdevsAmeer Hamza2023-01-093-13/+99
* Update arc_summary and arcstat outputsAlexander Motin2023-01-052-76/+216
* deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-222-27/+7
* Revert "zdb: zdb_ddt_leak_init() reads uninitialized memory..."Brian Behlendorf2022-12-211-3/+2
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-134-46/+79
* Change ZEVENT_POOL_GUID to ZEVENT_POOL to display pool namesMarcel Menzel2022-12-131-2/+2
* Address theoretical uninitialized variable usage in zstreamRichard Yao2022-12-123-0/+51
* zdb: Handle theoretical buffer overflow when printing floatRichard Yao2022-12-081-3/+3
* zdb: zdb_ddt_leak_init() reads uninitialized memory when birth == 0Richard Yao2022-12-081-2/+3
* ztest: comparisons against errno should not assign to itRichard Yao2022-12-081-2/+2
* Fix potential buffer overflow in zpool commandRichard Yao2022-12-081-1/+7
* zdb: Fix big parameter passed by valueRichard Yao2022-12-081-19/+19
* Cleanup: zhack should not declare function prototypes in main()Richard Yao2022-12-081-2/+1
* Fix GCC 12 compilation errorsszubersk2022-11-302-2/+2
* zdb: Silence Coverity complaint about verify_livelist_allocs()Richard Yao2022-11-291-1/+1
* zed: unclean disk attachment faults the vdevAmeer Hamza2022-11-291-7/+19
* cmd: zfs: fix missing mention of zfs diff -hнаб2022-11-281-1/+1
* Add ability to recompress send streams with new compression algorithmPaul Dagnelie2022-11-104-0/+362
* Adds the `-p` option to `zfs holds`Mohamed Tawfik2022-11-081-9/+28
* Address warnings about possible division by zero from clangsaRichard Yao2022-11-031-0/+1
* Use intptr_t when storing an integer in a pointerBrooks Davis2022-11-031-1/+1
* Introduce kmem_scnprintf()Richard Yao2022-10-291-1/+5
* Cleanup dump_bookmarks()Richard Yao2022-10-291-2/+4