index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmd
/
zdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add DDT prune command
Don Brady
2024-09-04
1
-10
/
+45
*
build: rename FORCEDEBUG_CPPFLAGS to LIBZPOOL_CPPFLAGS
Rob Norris
2024-08-27
1
-1
/
+1
*
compress: change zio_compress API to use ABDs
Rob Norris
2024-08-22
1
-12
/
+25
*
ddt: dedup log
Rob Norris
2024-08-16
1
-1
/
+32
*
ddt: cleanup the stats & histogram code
Rob Norris
2024-08-16
1
-12
/
+10
*
ddt: add "flat phys" feature
Rob Norris
2024-08-16
1
-25
/
+43
*
ddt: introduce lightweight entry
Rob Norris
2024-08-16
1
-7
/
+8
*
ddt: rework access to phys array slots
Rob Norris
2024-08-16
1
-7
/
+6
*
zdb: rework DDT block count and leak check to just count the blocks
Rob Norris
2024-08-16
1
-120
/
+195
*
Fix zdb_dump_block for little endian (#16310)
Chunwei Chen
2024-07-31
1
-1
/
+1
*
ddt: add support for prefetching tables into the ARC
Allan Jude
2024-07-26
1
-2
/
+2
*
Fix ZDB to dump projid for projectquota enabled (#16291)
Jitendra Patidar
2024-07-25
1
-0
/
+14
*
zdb: fix BRT dump (#16335)
Rob Norris
2024-07-18
1
-2
/
+7
*
zdb: dump ZAP_FLAG_UINT64_KEY ZAPs properly (#16334)
Rob Norris
2024-07-17
1
-4
/
+26
*
Fix zdb "Memory fault" found on FreeBSD ZTS (#16332)
Tino Reichardt
2024-07-09
1
-1
/
+1
*
zdb: fix FreeBSD build failure
Ameer Hamza
2024-06-06
1
-1
/
+1
*
zdb: detect cachefile automatically otherwise force import
Ameer Hamza
2024-06-03
1
-5
/
+61
*
zdb/ztest: send dbgmsg output to stderr
Rob Norris
2024-05-14
1
-2
/
+2
*
backtrace: rework for signal safety
Rob Norris
2024-05-14
1
-1
/
+1
*
libspl: lift backtrace into a separate file
Rob Norris
2024-05-14
1
-1
/
+2
*
zdb/ztest: use libspl backtrace for crashes
Rob Norris
2024-05-14
1
-11
/
+1
*
zdb: bring crash handling over from ztest
Rob Norris
2024-05-14
1
-5
/
+56
*
Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.
chenqiuhao1997
2024-05-10
1
-1
/
+1
*
zdb: add missing cleanup for early return
Ameer Hamza
2024-05-09
1
-25
/
+53
*
Provide macros for setting and getting blkptr birth times
George Wilson
2024-03-25
2
-15
/
+16
*
ddt: only create tables for dedup-capable checksums
Rob Norris
2024-02-15
1
-1
/
+7
*
ddt: typedef ddt_type and ddt_class
Rob Norris
2024-02-15
1
-3
/
+3
*
ddt: split internal DDT API into separate header
Rob Norris
2024-02-15
1
-0
/
+1
*
ddt: compare keys, not entries
Rob Norris
2024-02-15
1
-1
/
+2
*
zdb: Fix false leak report for BRT objects
Bi11
2024-02-12
1
-0
/
+11
*
libzdb: Initial breakout of libzdb
Rich Ercolani
2024-02-05
2
-106
/
+3
*
Make zdb -R a little more sane.
Rich Ercolani
2024-01-16
1
-34
/
+57
*
Stop wasting time on malloc in snprintf_zstd_header
Rich Ercolani
2024-01-12
1
-2
/
+3
*
Make zdb -R scale less poorly
Rich Ercolani
2024-01-12
1
-0
/
+8
*
make zdb_decompress_block check decompression reliably
Kent Ross
2024-01-09
1
-4
/
+7
*
zdb: Dump encrypted write and clone ZIL records
Alexander Motin
2023-12-06
1
-2
/
+58
*
zdb: fix printf() length for uint64_t devid
Martin Matuška
2023-11-29
1
-3
/
+3
*
zdb: Fix zdb '-O|-r' options with -e/exported zpool
Akash B
2023-11-27
1
-16
/
+23
*
zdb: show BRT statistics and dump its contents
Rob Norris
2023-11-27
1
-1
/
+89
*
RAID-Z expansion feature
Don Brady
2023-11-08
1
-0
/
+5
*
ZIO: Remove READY pipeline stage from root ZIOs
Alexander Motin
2023-10-25
1
-3
/
+2
*
Report ashift of L2ARC devices in zdb
George Amanakis
2023-10-02
1
-1
/
+1
*
Increase limit of redaction list by using spill block
Paul Dagnelie
2023-08-26
1
-2
/
+13
*
zdb: include cloned blocks in block statistics
Rob N
2023-08-01
1
-1
/
+76
*
zdb: Add missing poolname to -C synopsis
Mateusz Piotrowski
2023-06-29
1
-1
/
+1
*
Finally drop long disabled vdev cache.
Alexander Motin
2023-06-09
1
-4
/
+3
*
zdb: add -B option to generate backup stream
Rob Norris
2023-06-05
1
-5
/
+92
*
btree: Implement faster binary search algorithm
Richard Yao
2023-05-26
1
-4
/
+4
*
Verify block pointers before writing them out
Matthew Ahrens
2023-05-08
1
-4
/
+4
*
zdb: consistent xattr output
Brian Behlendorf
2023-05-08
1
-1
/
+10
[next]