summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* ZED: Do not offline a missing device if no spare is availableBrian Behlendorf2020-09-161-3/+2
* Fix gcc 10.1 stringop-truncation errorGeorge Amanakis2020-09-151-3/+3
* Prefix struct rangelockMatthew Macy2020-05-121-2/+2
* Fix static data to link with -fno-commonRomain Dolbeau2020-05-123-2/+4
* zfs_get: change time format string from %k to %Halex2020-05-121-1/+1
* Deprecate deduplicated send streamsMatthew Ahrens2020-05-121-0/+10
* Systemd mount generator: Generate noauto units; add control propertiesInsanePrawn2020-05-121-4/+13
* zdb: print block checksums with 6 d's of verbosityNed Bass2020-01-221-0/+6
* cppcheck: (error) Null pointer dereference: who_permBrian Behlendorf2020-01-221-46/+44
* zio_decompress_data always ASSERTs successful decompressionPaul Zuchowski2020-01-221-52/+77
* Fix reporting of L2ARC hits/misses in arc_summary3George Amanakis2020-01-221-2/+2
* Fix zdb_read_block using zio after it is destroyedPaul Zuchowski2020-01-221-1/+6
* Add display of checksums to zdb -RPaul Zuchowski2020-01-221-2/+58
* Remove requirement for -d 1 for zfs list and zfs get with bookmarksInsanePrawn2020-01-221-11/+12
* Fix zpool history unbounded memory usageChunwei Chen2020-01-221-16/+28
* Linux 5.0 compat: SIMD compatibilityBrian Behlendorf2020-01-221-0/+3
* Use signed types to prevent subtraction overflowRyan Moeller2020-01-221-4/+4
* Refactor libzfs_error_init newlinesRyan Moeller2020-01-224-4/+4
* Canonicalize Python shebangsRyan Moeller2020-01-226-6/+6
* Fix typos in cmd/Andrea Gelmini2020-01-2215-26/+26
* spa_load_verify() may consume too much memoryGeorge Wilson2020-01-221-7/+8
* OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocksMike Gerdts2020-01-221-2/+4
* make zil max block size tunableMatthew Ahrens2020-01-221-1/+1
* Fix zpool subcommands error message with some unsupported optionsloli10K2019-09-251-4/+2
* zvol_wait script should ignore partially received zvolsPavel Zakharov2019-09-251-2/+21
* New service that waits on zvol links to be createdPavel Zakharov2019-09-253-1/+95
* zed crashes when devid not presentMatthew Ahrens2019-09-251-1/+2
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-09-251-1/+17
* systemd encryption key supportAntonio Russo2019-09-251-2/+2
* Fix out-of-tree build failuresBrian Behlendorf2019-09-252-55/+59
* Let zfs mount all tolerate in-progress mountsDon Brady2019-09-251-1/+18
* zstreamdump: add per-record-type counters and an overhead counterAllan Jude2019-09-251-22/+41
* Fix memory leak in check_disk()Michael Niewöhner2019-09-251-0/+1
* grammar: it is / plural agreementJosh Soref2019-09-251-2/+2
* Update comments to match codeRyan Moeller2019-09-251-6/+6
* arc_summary: prefer python3 version and install when there is no pythonEli Schwartz2019-06-111-3/+1
* Make Python detection optional and more portableRyan Moeller2019-06-071-2/+7
* Endless loop in zpool_do_remove() on platforms with unsigned charloli10K2019-06-073-4/+4
* Disable parallel processing for 'zfs mount -l'Tom Caputi2019-06-071-2/+5
* zpool: status -t is not documented in help messageloli10K2019-06-071-1/+1
* zfs: missing newline character in zfs_do_channel_program() error messageloli10K2019-06-071-1/+2
* zpool: trim -p is not a valid optionloli10K2019-06-071-1/+2
* Fix dataset name comparison in zfs_compare()Alexander Motin2019-05-081-1/+1
* Fix typesetting of Errata #4JMoVS2019-05-081-23/+22
* Clearer wording on Errata #4JMoVS2019-05-021-21/+26
* Fix estimated scrub completion timeTom Caputi2019-05-011-2/+3
* Use sigaction(2) instead of sigignore(3) for portabilityTomohiro Kusumi2019-04-301-2/+12
* Add option [-V|--version] to emit version stringTerraTech2019-04-162-1/+50
* Cleanup nits from ab7615d92Tom Caputi2019-04-141-1/+1
* Fix 'zfs list -t snapshot' depthBrian Behlendorf2019-04-081-2/+2