aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* zdb -d should accept the numeric objset idPaul Zuchowski2020-01-161-10/+70
* Change http://zfsonlinux.org links to https://zfsonlinux.orgBrian Behlendorf2020-01-131-5/+6
* Add 'zfs send --saved' flagTom Caputi2020-01-101-4/+35
* Fix "zpool add -n" for dedup, special and log devicesloli10K2020-01-061-14/+29
* zdb: print block checksums with 6 d's of verbosityNed Bass2019-12-301-0/+6
* Colorize zpool status outputTony Hutter2019-12-191-136/+258
* cppcheck: (error) Null pointer dereference: who_permBrian Behlendorf2019-12-181-46/+44
* Add FreeBSD jail support hooksMatthew Macy2019-12-112-4/+91
* zio_decompress_data always ASSERTs successful decompressionPaul Zuchowski2019-12-101-52/+77
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-052-2/+2
* Fix reporting of L2ARC hits/misses in arc_summary3George Amanakis2019-12-041-2/+2
* Fix zdb_read_block using zio after it is destroyedPaul Zuchowski2019-12-031-1/+6
* Add FreeBSD code to arc_summary and arcstatRyan Moeller2019-11-303-6/+77
* Add display of checksums to zdb -RPaul Zuchowski2019-11-271-2/+58
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-214-10/+11
* Remove requirement for -d 1 for zfs list and zfs get with bookmarksInsanePrawn2019-11-181-11/+12
* Isolate code specific to Linux in cmd/Ryan Moeller2019-11-114-99/+103
* zvol_wait should ignore redacted zvolsPavel Zakharov2019-11-061-2/+6
* Prefix struct rangelockMatthew Macy2019-11-011-2/+2
* Remove ECKSUM alias in zinjectMatthew Macy2019-11-011-2/+0
* Add wrapper for Linux BLKFLSBUF ioctlMatthew Macy2019-10-282-2/+2
* Fix zpool history unbounded memory usageChunwei Chen2019-10-281-16/+28
* Use zfs_ioctl() in zinject.cMatthew Macy2019-10-251-5/+5
* Remove gratuitous Linux only include in ztest & zdbMatthew Macy2019-10-192-2/+0
* Detect if sed supports --in-placeRyan Moeller2019-10-162-2/+2
* Fix strdup conflict on other platformsMatthew Macy2019-10-101-1/+1
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-5/+14
* OpenZFS restructuring - libzutilMatthew Macy2019-10-031-5/+5
* OpenZFS restructuring - libsplMatthew Macy2019-10-0216-97/+5
* OpenZFS restructuring - zpoolMatthew Macy2019-09-306-352/+428
* Adding slack notifierBen McGough2019-09-262-0/+86
* Use signed types to prevent subtraction overflowRyan Moeller2019-09-221-4/+4
* Refactor libzfs_error_init newlinesRyan Moeller2019-09-184-4/+4
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-131-42/+517
* Canonicalize Python shebangsRyan Moeller2019-09-126-6/+6
* Add/generalize abstractions in arc_summary3Ryan Moeller2019-09-101-50/+62
* Add/generalize abstraction in arc_summary2Ryan Moeller2019-09-101-29/+25
* Fix zpool subcommands error message with some unsupported optionsloli10K2019-09-041-4/+2
* zvol_wait script should ignore partially received zvolsPavel Zakharov2019-09-031-2/+21
* Fix typos in cmd/Andrea Gelmini2019-08-3015-26/+26
* Fix automake program name transformationsRyan Moeller2019-08-201-2/+8
* spa_load_verify() may consume too much memoryGeorge Wilson2019-08-131-7/+8
* Metaslab max_size should be persisted while unloadedPaul Dagnelie2019-08-051-2/+2
* zed crashes when devid not presentMatthew Ahrens2019-07-261-1/+2
* Fast Clone DeletionSara Hartse2019-07-261-63/+267
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-07-181-1/+17
* zdb: don't print log spacemap stats in pools without the featureSerapheim Dimitropoulos2019-07-181-0/+6
* New service that waits on zvol links to be createdPavel Zakharov2019-07-173-1/+95
* Add zfs create dryrunMike Gerdts2019-07-161-22/+92
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-162-56/+370