aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* zed: implement close_from() in terms of /proc/self/fd, if availableнаб2021-04-071-9/+23
* zed: print combined system/user time after ZEDLET deathнаб2021-04-071-6/+25
* libzutil: zfs_isnumber(): return false if input emptyнаб2021-04-061-4/+4
* Fix various typosAndrea Gelmini2021-04-025-5/+5
* zed: allow limiting concurrent jobsнаб2021-04-025-13/+43
* zed: remove unused zed_file_close_on_exec()наб2021-04-022-30/+0
* zed: use separate reaper thread and collect ZEDLETs asynchronouslyнаб2021-04-024-49/+157
* zed: set names for all threadsнаб2021-04-023-0/+3
* fsck.zfs: implement 4/8 exit codes as suggested in manpageнаб2021-03-314-9/+49
* Add compatibility file sets (ZoL 0.6.1, 0.6.4, OpenZFS 2.1)Mike Swanson2021-03-315-0/+87
* zed: reap child after killing on time-outнаб2021-03-261-0/+1
* Removed duplicated includesAndrea Gelmini2021-03-223-7/+0
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-03-191-2/+2
* Clean up RAIDZ/DRAID ereport codeMatthew Ahrens2021-03-191-2/+0
* zpool import cachefile improvementsGeorge Wilson2021-03-121-118/+181
* vdev_id: Create symlinks even if no /dev/mapper/Tony Hutter2021-03-081-1/+8
* Suppress cppcheck invalidSyntax warninigsBrian Behlendorf2021-03-051-0/+1
* zpool: use tab to intend continuation from removal statusThomas Lamprecht2021-03-051-4/+4
* Add missing checks for unsupported featuresMartin Matuška2021-02-272-0/+5
* vdev_id: Fix partition regular expressionTony Hutter2021-02-241-3/+9
* Force symlink creation for zpool.d compat linksRyan Moeller2021-02-241-1/+1
* ztest: propagate -o to the zdb child processChristian Schwarz2021-02-191-23/+79
* ztest: fix -o by calling set_global_var in child processesChristian Schwarz2021-02-191-2/+51
* Fix report_mount_progress never calling set_progress_headerAndriy Gapon2021-02-181-3/+0
* Add "compatibility" property for zpool feature setsColm2021-02-1719-26/+504
* FreeBSD: disable edonr in zfs_mod_supported_feature()Brian Behlendorf2021-02-171-0/+8
* Support uClibc for the tests compilationsJosé Luis Salvador Rufo2021-02-161-2/+2
* vdev_id: Support daisy-chained JBODs in multipath modeArshad Hussain2021-02-091-115/+283
* Fixed issue with processing of EC_dev_remove eventnssrikanth2021-02-051-6/+13
* Added extra check to replace Faulted VDEV with Distributed Sparenssrikanth2021-01-281-1/+1
* Add zdb -r <dataset> <object-id | file> <output>Allan Jude2021-01-271-11/+106
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-2615-0/+38
* cppcheck: zpool_main.c possible null pointer dereferenceBrian Behlendorf2021-01-261-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-121-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