aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zdb
Commit message (Expand)AuthorAgeFilesLines
* Add DDT prune commandDon Brady2024-09-041-10/+45
* build: rename FORCEDEBUG_CPPFLAGS to LIBZPOOL_CPPFLAGSRob Norris2024-08-271-1/+1
* compress: change zio_compress API to use ABDsRob Norris2024-08-221-12/+25
* ddt: dedup logRob Norris2024-08-161-1/+32
* ddt: cleanup the stats & histogram codeRob Norris2024-08-161-12/+10
* ddt: add "flat phys" featureRob Norris2024-08-161-25/+43
* ddt: introduce lightweight entryRob Norris2024-08-161-7/+8
* ddt: rework access to phys array slotsRob Norris2024-08-161-7/+6
* zdb: rework DDT block count and leak check to just count the blocksRob Norris2024-08-161-120/+195
* Fix zdb_dump_block for little endian (#16310)Chunwei Chen2024-07-311-1/+1
* ddt: add support for prefetching tables into the ARCAllan Jude2024-07-261-2/+2
* Fix ZDB to dump projid for projectquota enabled (#16291)Jitendra Patidar2024-07-251-0/+14
* zdb: fix BRT dump (#16335)Rob Norris2024-07-181-2/+7
* zdb: dump ZAP_FLAG_UINT64_KEY ZAPs properly (#16334)Rob Norris2024-07-171-4/+26
* Fix zdb "Memory fault" found on FreeBSD ZTS (#16332)Tino Reichardt2024-07-091-1/+1
* zdb: fix FreeBSD build failure Ameer Hamza2024-06-061-1/+1
* zdb: detect cachefile automatically otherwise force importAmeer Hamza2024-06-031-5/+61
* zdb/ztest: send dbgmsg output to stderrRob Norris2024-05-141-2/+2
* backtrace: rework for signal safetyRob Norris2024-05-141-1/+1
* libspl: lift backtrace into a separate fileRob Norris2024-05-141-1/+2
* zdb/ztest: use libspl backtrace for crashesRob Norris2024-05-141-11/+1
* zdb: bring crash handling over from ztestRob Norris2024-05-141-5/+56
* Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.chenqiuhao19972024-05-101-1/+1
* zdb: add missing cleanup for early returnAmeer Hamza2024-05-091-25/+53
* 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-121-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