aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* zdb: Report bad label checksumFedor Uporov2021-11-101-4/+48
* Skip spacemaps reading in case of pool readonly importFedor Uporov2021-11-091-0/+6
* Update `checkstyle` workflow env to ubuntu-20.04Damian Szuberski2021-11-021-1/+1
* zdb: fix overflow of time estimationTeodor Spæren2021-10-151-4/+5
* Use fallthrough macroBrian Behlendorf2021-09-141-1/+1
* Upstream: zdb inode mappingJorgen Lundman2021-09-081-0/+11
* Fix cross-endian interoperability of zstdRich Ercolani2021-08-301-2/+4
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-261-1/+1
* zdb: zdb_decompress_block: don't needlessly set bufнаб2021-06-071-1/+0
* Livelist logic should handle dedup blkptrsSerapheim Dimitropoulos2021-06-071-45/+72
* libspl: staticify buf and pagesize, rename aok to libspl_assert_okнаб2021-06-031-1/+1
* zdb: remove strtokнаб2021-05-261-14/+17
* zdb: dump_history needs spaceToomas Soome2021-05-251-1/+1
* zdb: dump_history can be improvedToomas Soome2021-04-291-27/+68
* zdb: ASSERT issues when DEBUG is not definedToomas Soome2021-04-271-2/+3
* Add zdb -r <dataset> <object-id | file> <output>Allan Jude2021-01-271-11/+106
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-261-0/+2
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-211-2/+19
* Memory leak in zdb:import_checkpointed_state()Matthew Ahrens2020-12-281-2/+5
* nvlist leaked in zpool_find_config()Matthew Ahrens2020-12-281-0/+10
* Make metaslab class rotor and aliquot per-allocator.Alexander Motin2020-12-151-2/+2
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-3/+7
* zil_parse: make callback parameters constChristian Schwarz2020-10-091-20/+21
* zdb should not output binary data on terminalToomas Soome2020-10-051-1/+15
* zdb leak detection fails with in-progress device removalMatthew Ahrens2020-09-171-8/+0
* Add L2ARC arcstats for MFU/MRU buffers and buffer content typeGeorge Amanakis2020-09-141-0/+2
* Add zstd support to zfsMichael Niewöhner2020-08-201-10/+96
* FreeBSD: Add legacy arc_min and arc_maxRyan Moeller2020-07-191-1/+1
* Extend zdb to print inconsistencies in livelists and metaslabsMatthew Ahrens2020-07-141-56/+598
* Unconditionally enable debugging for libzpoolSerapheim Dimitropoulos2020-07-101-1/+1
* Use abs_top_builddir when referencing librariesArvind Sankar2020-07-101-3/+3
* Clean up lib dependenciesArvind Sankar2020-07-101-2/+3
* Add block histogram to zdbRobert Novak2020-06-261-0/+203
* Trim L2ARCGeorge Amanakis2020-06-091-1/+5
* Improvements on persistent L2ARCGeorge Amanakis2020-05-071-37/+86
* zdb: Fix ignored zfs_arc_max tuningRyan Moeller2020-04-301-1/+2
* Persistent L2ARC minor fixesGeorge Amanakis2020-04-171-2/+1
* Persistent L2ARCGeorge Amanakis2020-04-101-1/+228
* Improve zfs destroy performance with zio_t-free zio_free()Matthew Ahrens2020-02-281-4/+3
* zdb: Always print symlink targetJustin Keogh2020-02-121-0/+20
* Fix zdb -R with 'b' flagPaul Zuchowski2020-02-101-93/+162