aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zdb/zdb.c
Commit message (Expand)AuthorAgeFilesLines
...
* OpenZFS 8067 - zdb should be able to dump literal embedded block pointerMatthew Ahrens2017-07-071-3/+51
* Add zfs_nicebytes() to print human-readable sizesLOLi2017-05-021-1/+1
* OpenZFS 6392 - zdb: introduce -V for verbatim importRichard Yao2017-04-181-9/+9
* OpenZFS 7900 - zdb shouldn't print the path of a znode at verbosity < 5Alan Somers2017-04-141-12/+8
* OpenZFS 6410 - teach zdb to perform object lookups by pathBrian Behlendorf2017-04-131-89/+236
* OpenZFS 6865 - want zfs-tests cases for zpool labelclear commandYuri Pankov2017-04-111-0/+24
* Remove dependency on linear ABDGvozden Neskovic2017-03-291-2/+7
* Dump unique configurations and Uberblocks in zdb -luOlaf Faaland2017-03-061-58/+263
* Fix coverity defects: CID 155928Don Brady2017-02-071-8/+11
* OpenZFS 6866 - zdb -l non-zero status if no labelDon Brady2017-02-031-30/+32
* Add nvlist payload stats for zdb -ll dumpDon Brady2017-02-021-1/+133
* Remove lint ifdef checks in zdb and dbufGiuseppe Di Natale2017-02-011-7/+0
* OpenZFS 7545 - zdb should disable reference trackingGiuseppe Di Natale2017-01-311-0/+7
* OpenZFS 7280 - Allow changing global libzpool variables in zdb and ztest thro...George Melikov2017-01-311-5/+13
* OpenZFS 7277 - zdb should be able to print zfs_dbgmsg'sGeorge Melikov2017-01-281-4/+22
* OpenZFS 6880 - zdb incorrectly reports feature count mismatch when feature is...George Melikov2017-01-241-1/+2
* Fix unused variable warningBrian Behlendorf2017-01-191-2/+2
* OpenZFS 7303 - dynamic metaslab selectionDon Brady2017-01-121-4/+19
* Fix spellingka72017-01-031-2/+2
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-1/+1
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-20/+28
* Fix coverity defects: CID 147511, 147513cao2016-10-241-1/+1
* Add support for user/group dnode accounting & quotaJinshan Xiong2016-10-071-1/+3
* OpenZFS 6950 - ARC should cache compressed dataGeorge Wilson2016-09-131-1/+1
* zdb: fencepost error at zdb_cb.zcb_embedded_histogram[][]Gvozden Neskovic2016-08-161-1/+1
* Fix infinite loop when zdb -R with d flagChunwei Chen2016-08-111-2/+2
* Fix gcc -Warray-bounds check for dump_object() in zdbBrian Behlendorf2016-08-021-5/+14
* Fix zdb crash with 4K-only devicesBrian Behlendorf2016-07-271-3/+13
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-3/+2
* Implement large_dnode pool featureNed Bass2016-06-241-8/+9
* Consistently use parsable instead of parseableChrister Ekholm2016-05-231-1/+1
* Correctly parse -R flag argumentsTim Chase2016-02-051-1/+3
* Illumos 4891 - want zdb option to dump all metadataMatthew Ahrens2016-01-111-6/+11
* Illumos 5960, 5925Paul Dagnelie2016-01-081-1/+4
* Add missing -V option to zdbBrian Behlendorf2016-01-081-2/+2
* Illumos 3604 - zdb should print bpobjs more verbosely (fix zdb hang)Matthew Ahrens2016-01-051-0/+1
* Illumos 5959 - clean up per-dataset feature count codeMatthew Ahrens2015-12-041-14/+32
* Fix zdb_dump_block on little endian systemsChunwei Chen2015-12-021-0/+4
* zdb: segfault in dump_bpobj_subobjs()Tim Chase2015-10-131-2/+2
* Fix for recent zdb -h | -i crashes (seg fault)Don Brady2015-06-261-2/+10
* zdb -d has false positive warning when feature@large_blocks=disabledDon Brady2015-06-261-11/+16
* Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-111-1/+1
* Add libzfs_error_init() functionBrian Behlendorf2015-05-221-1/+3
* Illumos 5243 - zdb -b could be much fasterMatthew Ahrens2015-05-151-2/+25
* Zdb should be able to open the root datasetTim Chase2015-05-151-1/+11
* Illumos 5810 - zdb should print details of bpobjMatthew Ahrens2015-05-111-10/+89
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-3/+29
* Illumos 3654,3656Matthew Ahrens2015-05-041-1/+38
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-2/+2
* Illumos 5695 - dmu_sync'ed holes do not retain birth timePrakash Surya2015-03-271-1/+3