aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zdb
Commit message (Expand)AuthorAgeFilesLines
...
* zdb: Fix minor memory leakBrian Behlendorf2023-04-261-0/+2
* Taught zdb -bb to print metadata totalsRich Ercolani2023-04-241-2/+32
* Create zap for root vdevrob-wing2023-04-201-0/+3
* nvpair: Constify string functionsRichard Yao2023-03-141-1/+1
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-101-0/+19
* Refactor loop in dump_histogram()Richard Yao2023-03-081-2/+4
* More adaptive ARC evictionAlexander Motin2023-03-081-3/+2
* Better handling for future crypto parametersRob N2023-03-071-1/+2
* Fix a typo in ac2038aGeorge Amanakis2023-03-071-1/+1
* zdb: add decryption supportRob N2023-03-022-11/+166
* zdb: zero-pad checksum outputRob N ★2023-02-071-2/+5
* Teach zdb about DMU_OT_ERROR_LOG objectsGeorge Amanakis2023-02-021-0/+19
* Revert "zdb: zdb_ddt_leak_init() reads uninitialized memory..."Brian Behlendorf2022-12-211-3/+2
* 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
* zdb: Fix big parameter passed by valueRichard Yao2022-12-081-19/+19
* zdb: Silence Coverity complaint about verify_livelist_allocs()Richard Yao2022-11-291-1/+1
* Cleanup dump_bookmarks()Richard Yao2022-10-291-2/+4
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-281-0/+10
* Fix NULL pointer dereference in zdbRichard Yao2022-10-181-1/+1
* Fix declarations of non-global variablesTino Reichardt2022-10-181-3/+4
* Add defensive assertionsRichard Yao2022-10-121-0/+1
* Expose libzutil error info in libpc_handle_tUmer Saleem2022-10-041-2/+6
* Fix unsafe string operationsRichard Yao2022-09-271-1/+1
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-2/+2
* Fix userland resource leaksRichard Yao2022-09-231-3/+8
* Fix unchecked return values and unused return valuesRichard Yao2022-09-231-4/+11
* Cleanup: Change 1 used in bitshifts to 1ULLRichard Yao2022-09-221-3/+3
* Add zfs_btree_verify_intensity kernel module parameterRichard Yao2022-09-151-1/+1
* Fix file descriptor handling in zdb_copy_object()Richard Yao2022-09-121-0/+4
* Alloc zdb_cd_t to fix stack issueAndrew Innes2022-09-021-36/+45
* zdb: dump spill block pointer if presentChristian Schwarz2022-07-201-1/+8
* Replace dead opensolaris.org license linkTino Reichardt2022-07-113-3/+3
* Remaining {=> const} char|void *tagнаб2022-06-291-2/+2
* Enable -Wwrite-stringsнаб2022-06-291-24/+24
* zdb: Fix handling of nul termination in symlink targetsMark Johnston2022-05-201-1/+6
* Remove enable_extended_FILE_stdio()наб2022-05-111-4/+0
* autoconf: use include directives instead of recursing down cmdнаб2022-05-102-14/+9
* autoconf: use include directives instead of recursing down libнаб2022-05-101-5/+5
* zdb: standardise on ctime()наб2022-04-051-1/+1
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-28/+13
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-221-0/+25
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-1/+1
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-031-1/+1
* Replace *CTASSERT() with _Static_assert()наб2022-01-261-31/+41
* Fix problem with zdb -dPaul Zuchowski2022-01-201-30/+84
* Long opts for zdbManoj Joseph2022-01-061-58/+123
* zdb: il: fix unused, remove argsusedнаб2021-12-211-12/+10
* zdb: main: fix unused, remove argsusedнаб2021-12-211-31/+29
* Allow printing special vdev metaslab groupsRich Ercolani2021-11-301-3/+5