aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-282-0/+12
* Fix multiplication converted to larger typeAndrew Innes2022-10-281-1/+1
* zed: Avoid core dump if wholedisk property does not existAmeer Hamza2022-10-211-7/+4
* Fix theoretical use of uninitialized valuesRichard Yao2022-10-191-1/+1
* Fix userland memory leak in zfs_do_send()Richard Yao2022-10-191-3/+34
* Fix NULL pointer dereference in zdbRichard Yao2022-10-181-1/+1
* ZED: Fix uninitialized value readsRichard Yao2022-10-182-0/+2
* Fix declarations of non-global variablesTino Reichardt2022-10-183-15/+16
* zstream: allow decompress to fix metadata for uncompressed recordsAlan Somers2022-10-141-7/+31
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-142-4/+7
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-3/+3
* Add defensive assertionsRichard Yao2022-10-121-0/+1
* zvol_wait logic may terminate prematurelySerapheim Dimitropoulos2022-10-111-0/+7
* Handle possible null pointers from malloc/strdup/strndup()Richard Yao2022-10-064-4/+38
* Remove ambiguity on demand vs prefetch stats reported by arc_summaryshodanshok2022-10-041-4/+4
* Expose libzutil error info in libpc_handle_tUmer Saleem2022-10-044-8/+25
* Fix userland dereference NULL return value bugsRichard Yao2022-09-302-1/+11
* Reduce false positives from Static AnalyzersRichard Yao2022-09-301-0/+1
* Fix unreachable code in zstreamdumpRichard Yao2022-09-291-3/+3
* Fix unchecked return valuesRichard Yao2022-09-291-1/+3
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-283-23/+69
* Fix unsafe string operationsRichard Yao2022-09-274-11/+12
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-272-5/+5
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-272-3/+4
* Fix userland resource leaksRichard Yao2022-09-234-4/+15
* Fix unchecked return values and unused return valuesRichard Yao2022-09-234-10/+18
* zpool: Don't print "repairing" on force faulted drivesTony Hutter2022-09-231-2/+9
* Cleanup: Change 1 used in bitshifts to 1ULLRichard Yao2022-09-221-3/+3