aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zdb
Commit message (Expand)AuthorAgeFilesLines
* Project Quota on ZFSNasf-Fan2018-02-131-2/+14
* Fix zdb -ed on objset for exported poolChunwei Chen2018-02-091-11/+21
* Fix zdb -E segfaultChunwei Chen2018-02-091-1/+4
* Fix zdb -R decompressionChunwei Chen2018-02-091-20/+18
* Fix racy assignment of zcb.zcb_haderrorsChunwei Chen2018-02-091-2/+8
* Fix style issues in man pages and commands helpLOLi2018-01-291-2/+2
* Prevent zdb(8) from occasionally hanging on I/OBrian Behlendorf2018-01-251-0/+10
* Support -fsanitize=address with --enable-asanBrian Behlendorf2018-01-101-1/+2
* ZTS: Fix create-o_ashift test caseLOLi2017-12-191-4/+4
* Sequential scrub and resilversTom Caputi2017-11-151-5/+5
* OpenZFS 640 - number_to_scaled_string is duplicated in several commandsJason King2017-10-301-39/+100
* OpenZFS 8081 - Compiler warnings in zdbBrian Behlendorf2017-10-274-127/+177
* Fix coverity defects: 147480, 147584Tobin Harding2017-10-161-4/+4
* Improved dnode allocation and dmu_hold_impl()Olaf Faaland2017-09-051-7/+29
* Native Encryption for ZFS on LinuxTom Caputi2017-08-142-21/+59
* Add libtpool (thread pools)Brian Behlendorf2017-08-091-3/+1
* Multi-modifier protection (MMP)Olaf Faaland2017-07-131-91/+40
* 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-292-45/+62
* 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-242-10/+13
* Consistently use parsable instead of parseableChrister Ekholm2016-05-231-1/+1
* Cleanup linkingRichard Yao2016-03-181-2/+0
* Correctly parse -R flag argumentsTim Chase2016-02-051-1/+3