aboutsummaryrefslogtreecommitdiff
path: root/cmd/zdb
Commit message (Expand)AuthorAgeFilesLines
* Provide macros for setting and getting blkptr birth timesGeorge Wilson2024-03-252-15/+16
* ddt: only create tables for dedup-capable checksumsRob Norris2024-02-151-1/+7
* ddt: typedef ddt_type and ddt_classRob Norris2024-02-151-3/+3
* ddt: split internal DDT API into separate headerRob Norris2024-02-151-0/+1
* ddt: compare keys, not entriesRob Norris2024-02-151-1/+2
* zdb: Fix false leak report for BRT objectsBi112024-02-131-0/+11
* libzdb: Initial breakout of libzdbRich Ercolani2024-02-052-106/+3
* Make zdb -R a little more sane.Rich Ercolani2024-01-161-34/+57
* Stop wasting time on malloc in snprintf_zstd_headerRich Ercolani2024-01-121-2/+3
* Make zdb -R scale less poorlyRich Ercolani2024-01-121-0/+8
* make zdb_decompress_block check decompression reliablyKent Ross2024-01-091-4/+7
* zdb: Dump encrypted write and clone ZIL recordsAlexander Motin2023-12-061-2/+58
* zdb: fix printf() length for uint64_t devidMartin Matuška2023-11-291-3/+3
* zdb: Fix zdb '-O|-r' options with -e/exported zpoolAkash B2023-11-271-16/+23
* zdb: show BRT statistics and dump its contentsRob Norris2023-11-271-1/+89
* RAID-Z expansion featureDon Brady2023-11-081-0/+5
* ZIO: Remove READY pipeline stage from root ZIOsAlexander Motin2023-10-251-3/+2
* Report ashift of L2ARC devices in zdbGeorge Amanakis2023-10-021-1/+1
* Increase limit of redaction list by using spill blockPaul Dagnelie2023-08-261-2/+13
* zdb: include cloned blocks in block statisticsRob N2023-08-011-1/+76
* zdb: Add missing poolname to -C synopsisMateusz Piotrowski2023-06-291-1/+1
* Finally drop long disabled vdev cache.Alexander Motin2023-06-091-4/+3
* zdb: add -B option to generate backup streamRob Norris2023-06-051-5/+92
* btree: Implement faster binary search algorithmRichard Yao2023-05-261-4/+4
* Verify block pointers before writing them outMatthew Ahrens2023-05-081-4/+4
* zdb: consistent xattr outputBrian Behlendorf2023-05-081-1/+10
* 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