aboutsummaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Added extra check to replace Faulted VDEV with Distributed Sparenssrikanth2021-01-291-1/+1
* Add zdb -r <dataset> <object-id | file> <output>Allan Jude2021-01-281-11/+106
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-2715-0/+38
* cppcheck: zpool_main.c possible null pointer dereferenceBrian Behlendorf2021-01-271-1/+1
* vdev_id: Add error message when $CONFIG is missingArshad Hussain2021-01-231-0/+1
* Only add supported features during pool creationBrian Behlendorf2021-01-221-1/+2
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-211-2/+19
* Install zgenhostid to sbindirAntonio Russo2021-01-211-1/+1
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-201-2/+3
* Re-apply path sanitizer, as mount(8) still mangles itsterlingjensen2021-01-191-0/+15
* ztest: Clean up use of ASSERT and VERIFYRyan Moeller2021-01-131-125/+126
* ztest: Use fnvlist_* instead of VERIFYing nvlist_*Ryan Moeller2021-01-111-72/+65
* record ioctl elapsed time in zpool historyMatthew Ahrens2021-01-111-1/+9
* Memory leak in zdb:import_checkpointed_state()Matthew Ahrens2020-12-281-2/+5
* Memory leak in ztest_dmu_objset_own()Matthew Ahrens2020-12-281-1/+5
* Memory leak in ztest_vdev_attach_detach()Matthew Ahrens2020-12-281-2/+1
* nvlist leaked in zpool_find_config()Matthew Ahrens2020-12-283-0/+12
* dbufstat: Fix warnings with Python 3.8Ryan Moeller2020-12-231-2/+2
* ZED/zfs-list-cacher.sh: don't exit on ignored event typePrawn2020-12-181-1/+1
* Use the correct return type for getoptsterlingjensen2020-12-174-4/+4
* Make metaslab class rotor and aliquot per-allocator.Alexander Motin2020-12-152-3/+3
* arc_summary3: Handle overflowing value widthRyan Moeller2020-12-111-2/+6
* FreeBSD: Update usage of py-sysctlRyan Moeller2020-12-103-28/+26
* mount_zfs: print strerror instead of errno for error reportingÉrico Nogueira Rolim2020-12-101-6/+6
* Drop path prefix workaroundsterlingjensen2020-12-101-41/+18
* zpool: Dryrun fails to list some devicesAttila Fülöp2020-12-041-5/+89
* Add -u option to 'zfs create'Ryan Moeller2020-12-041-2/+18
* FreeBSD: notify userspace when a vdev is removedRyan Moeller2020-12-021-0/+2
* Make zpool status "remove:" label print in boldAndrew Sun2020-12-011-1/+1
* zpool_influxdb: move to libexec dirPavel Snajdr2020-11-284-5/+5
* zpool: correctly align columns with -pнаб2020-11-163-24/+35
* zgenhostid: accept hostid arguments equal to zero.Érico Rolim2020-11-151-5/+5
* Assertion failure when logging large output of channel programMatthew Ahrens2020-11-141-0/+6
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-1310-193/+1011
* Fix memleak in cmd/mount_zfs.csterlingjensen2020-11-101-42/+28
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-301-1/+0
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-7/+7
* Restore identification of VDEVs using non-native block sizeCy Schubert2020-10-221-0/+7
* arcstat: Add -a and -p options from FreeNASRyan Moeller2020-10-211-6/+32
* zed syslog entries drop important infoDon Brady2020-10-192-5/+46
* Ignore zpool_influxdb binaryRyan Moeller2020-10-161-0/+1
* zil_parse: make callback parameters constChristian Schwarz2020-10-091-20/+21
* Add zpool_influxdb commandRichard Elling2020-10-099-0/+2864
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-0920-41/+39
* Make dbufstat work on FreeBSDRyan Moeller2020-10-081-1/+16
* zdb should not output binary data on terminalToomas Soome2020-10-051-1/+15
* zfs userspace: use zfs_path_to_zhandle so argument can be a pathAllan Jude2020-09-251-7/+9
* vdev_ashift should only be set onceGeorge Wilson2020-09-181-0/+7
* zdb leak detection fails with in-progress device removalMatthew Ahrens2020-09-171-8/+0
* cmd/zgenhostid: replace with simple c implementationGeorgy Yakovlev2020-09-164-62/+158