aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* zed: Fix zed ASSERT on slot power cycleTony Hutter2023-07-211-0/+5
* Do not report bytes skipped by scan as issued.Alexander Motin2023-06-302-40/+56
* Don't use hard-coded 'size' value in snprintf()Arshad Hussain2023-06-301-6/+8
* zdb: Add missing poolname to -C synopsisMateusz Piotrowski2023-06-291-1/+1
* Finally drop long disabled vdev cache.Alexander Motin2023-06-092-39/+3
* Improve l2arc reporting in arc_summary.Alexander Motin2023-06-091-18/+11
* Use list_remove_head() where possible.Alexander Motin2023-06-092-10/+4
* zdb: add -B option to generate backup streamRob Norris2023-06-051-5/+92
* Add compatibility symlinks for FreeBSD 12.{3,4} and 13.{0,1,2}Mike Swanson2023-05-261-0/+5
* Adding new read-only compatible zpool features to compatibility.d/grub2Colm2023-05-261-0/+2
* btree: Implement faster binary search algorithmRichard Yao2023-05-261-4/+4
* Update compatibility.d filesBrian Behlendorf2023-05-252-1/+45
* zil: Add some more statistics.Alexander Motin2023-05-251-48/+132
* Probe vdevs before marking removedBrian Behlendorf2023-05-191-3/+5
* Teach zpool scrub to scrub only blocks in error logGeorge Amanakis2023-05-181-10/+101
* Add the ability to uninitializeBrian Behlendorf2023-05-181-5/+17
* Verify block pointers before writing them outMatthew Ahrens2023-05-081-4/+4
* zdb: consistent xattr outputBrian Behlendorf2023-05-081-1/+10
* Allow zhack label repair to restore detached devices.buzzingwires2023-05-031-93/+415
* zdb: Fix minor memory leakBrian Behlendorf2023-04-261-0/+2
* Taught zdb -bb to print metadata totalsRich Ercolani2023-04-241-2/+32
* Add support for zpool user propertiesAllan Jude2023-04-211-2/+16
* Create zap for root vdevrob-wing2023-04-202-22/+46
* Values printed by zpool-iostat(8) should be right-alignedLow-power2023-04-181-4/+6
* libzfs: add v2 iterator interfacesRob N2023-04-103-19/+19
* Storage device expansion "silently" fails on degraded vdevPaul Dagnelie2023-04-061-0/+22
* Fix "Add colored output to zfs list"Tino Reichardt2023-04-051-2/+15
* Add colored output to zfs listTino Reichardt2023-03-241-0/+30
* Colorize zpool iostat outputTino Reichardt2023-03-241-1/+34
* nvpair: Constify string functionsRichard Yao2023-03-1415-84/+91
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-102-1/+20
* Refactor loop in dump_histogram()Richard Yao2023-03-081-2/+4
* Cleanup: Remove constant comparisons reported by CodeQLRichard Yao2023-03-081-9/+6
* Fix TOCTOU race in zpool_do_labelclear()Richard Yao2023-03-081-14/+20
* More adaptive ARC evictionAlexander Motin2023-03-082-33/+73
* Better handling for future crypto parametersRob N2023-03-071-1/+2
* Fix a typo in ac2038aGeorge Amanakis2023-03-071-1/+1
* Fix memory leak in ztestRichard Yao2023-03-061-1/+4
* Update BLAKE3 for using the new impl handlingTino Reichardt2023-03-021-2/+4
* zdb: add decryption supportRob N2023-03-022-11/+166
* Improve error message of zfs redactPaul Dagnelie2023-02-211-3/+18
* zdb: zero-pad checksum outputRob N ★2023-02-071-2/+5
* Teach zdb about DMU_OT_ERROR_LOG objectsGeorge Amanakis2023-02-021-0/+19
* zfs_main.c: fix unused variable error with GCCrob-wing2023-02-021-1/+0
* Fix console progress reporting for recursive sendAmeer Hamza2023-02-021-1/+1
* Improve resilver ETAsBrian Behlendorf2023-01-251-11/+22
* Reject streams that set ->drr_payloadlen to unreasonably large valuesRichard Yao2023-01-233-3/+12
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-231-4/+36
* Use setproctitle to report progress of zfs sendAmeer Hamza2023-01-171-6/+13
* zpool-set: print error message when pool or vdev is not validRob Wing2023-01-171-19/+17