summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* zdb: Fix ignored zfs_arc_max tuningRyan Moeller2020-04-301-1/+2
* zfs_create: round up volume size to multiple of bsalex2020-04-241-0/+25
* Fix unitialized variable in `zstream redup` commandBrian Behlendorf2020-04-231-1/+1
* Remove deduplicated send/receive codeMatthew Ahrens2020-04-231-14/+7
* Don't attempt trimming "hole" vdevsNiklas Haas2020-04-211-1/+2
* Persistent L2ARC minor fixesGeorge Amanakis2020-04-171-2/+1
* Fix SC2086 note in zpool.d/smartRyan Moeller2020-04-141-1/+1
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-144-2/+126
* Fix allocation errors, detected using ASANJoao Carlos Mendes Luis2020-04-131-2/+3
* Minor `zstream redup` command fixesBrian Behlendorf2020-04-102-1/+1
* Add `zstream redup` command to convert deduplicated send streamsMatthew Ahrens2020-04-109-32/+607
* Persistent L2ARCGeorge Amanakis2020-04-101-1/+228
* Add 'zfs wait' commandPaul Dagnelie2020-04-011-1/+90
* zfs_get: change time format string from %k to %Halex2020-03-261-1/+1
* Deprecate deduplicated send streamsMatthew Ahrens2020-03-181-0/+10
* Avoid core dump on invalid redaction bookmarkRyan Moeller2020-03-181-18/+4
* Changed decimals to integers in the arcstat scriptAvatat2020-03-181-13/+4
* Add option for forcible unmounting dataset while receiving snapshot.Mariusz Zaborski2020-03-171-3/+6
* libzfs: Fix bounds checks for float parsingRyan Moeller2020-03-161-1/+6
* Add trim support to zpool waitBrian Behlendorf2020-03-041-9/+34
* Improve zfs destroy performance with zio_t-free zio_free()Matthew Ahrens2020-02-281-4/+3
* arc_summary: Make get_descriptions per platformRyan Moeller2020-02-271-53/+76
* Add missing newline after zfs redact help messageRyan Moeller2020-02-251-1/+1
* Systemd mount generator: Generate noauto units; add control propertiesInsanePrawn2020-02-141-4/+13
* Make zpool.d/iostat work on FreeBSDRyan Moeller2020-02-141-8/+20
* fix zstreamdump -CMatthew Ahrens2020-02-131-1/+2
* zdb: Always print symlink targetJustin Keogh2020-02-121-0/+20
* Implement bookmark copyingChristian Schwarz2020-02-111-35/+64
* Fix zdb -R with 'b' flagPaul Zuchowski2020-02-101-93/+162
* bash scripts: use /usr/bin/env for bash shebangsGraham Christensen2020-02-101-1/+1
* Fix static data to link with -fno-commonRomain Dolbeau2020-02-063-2/+4
* zdb: add support for object ranges for zdb -dNed Bass2020-01-241-44/+267
* Add AltiVec RAID-ZRomain Dolbeau2020-01-231-0/+1
* cmd/zfs: redact: better error message for common usage errorsChristian Schwarz2020-01-231-2/+11
* cmd/zfs: send: meaningful error message for incorrect redaction bookmarkChristian Schwarz2020-01-231-0/+6
* 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