aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Remove hash_elements_max accounting from DBUF and ARCAlexander Motin9 days1-4/+1
* zed: prevent automatic replacement of offline vdevsAmeer Hamza13 days1-2/+2
* BRT: Rework structures and locks to be per-vdevAlexander Motin13 days1-21/+13
* JSON: fix user properties output for zpool listUmer Saleem2024-11-111-1/+6
* JSON: fix user properties output for zfs listUmer Saleem2024-11-071-1/+6
* Verify parent_dev before calling udev_device_get_sysattr_valueUglymotha2024-11-041-1/+2
* zdb: add extra -T flag to show histograms of BRT refcountsRob Norris2024-11-011-5/+24
* Added output to `zpool online` and `offline`Rich Ercolani2024-10-311-3/+15
* zdb: show bp in uberblock dumpRob Norris2024-10-201-0/+4
* zdb: fix printf format in dump_zap()Martin Matuška2024-10-111-1/+1
* zpool/zfs: allow --json wherever -j is allowedRob Norris2024-10-112-5/+33
* Always validate checksums for Direct I/O readsBrian Atkinson2024-10-091-0/+6
* ztest: Fix scrub check in ztest_raidz_expand_check()Brian Behlendorf2024-10-081-1/+18
* zpool/zfs: restore -V & --version optionsRob Norris2024-10-072-2/+2
* Update compatibility.d filesBrian Behlendorf2024-10-022-1/+49
* Avoid computing strlen() inside loopsrilysh2024-10-022-8/+12
* Support for longnames for files/directories (Linux part)Sanjeev Bagewadi2024-10-012-3/+3
* Allocate zap_attribute_t from kmem instead of stackSanjeev Bagewadi2024-10-012-67/+80
* zfs_log: add flex array fields to log record structsRob Norris2024-09-272-13/+17
* Add compatibility file for GRUB versions up to v2.06Umer Saleem2024-09-213-2/+27
* zio_compress: introduce max size thresholdGeorge Melikov2024-09-191-1/+2
* cityhash: replace invocations with specialized versions when possibleShengqi Chen2024-09-191-2/+2
* arcstat: add structural, types, states breakdownTheera K.2024-09-182-89/+210
* Avoid fault diagnosis if multiple vdevs have errorsDon Brady2024-09-181-29/+72
* Adding Direct IO SupportBrian Atkinson2024-09-142-14/+62
* spa_prop_get: require caller to supply output nvlistRob Norris2024-09-061-2/+3
* zpool events: expand value strings for ZIO error valuesRob Norris2024-09-051-1/+23
* Add DDT prune commandDon Brady2024-09-043-10/+162
* build: rename FORCEDEBUG_CPPFLAGS to LIBZPOOL_CPPFLAGSRob Norris2024-08-274-5/+5
* zstream: build with debug to fix stack overrunsRob Norris2024-08-271-0/+2
* fm: pass io_flags through events & zed as uint64_tRob Norris2024-08-261-3/+12
* zpool: Provide GUID to zpool-reguid(8) with -g (#16239)Mateusz Piotrowski2024-08-262-6/+19
* Make mount.zfs(8) calling zfs_mount_at for legacy mounts as wellLow-power2024-08-231-3/+2
* zstream recompress: fix zero recompressed buffer and outputRob Norris2024-08-221-10/+12
* zstream decompress: fix decompress size and outputRob Norris2024-08-221-12/+19
* compress: change zio_compress API to use ABDsRob Norris2024-08-222-18/+36
* compress: change compression providers API to use ABDsRob Norris2024-08-221-2/+4
* zstream: use zio_compress calls for compressionRob Norris2024-08-222-118/+98
* ddt: dedup logRob Norris2024-08-161-1/+32
* ddt: cleanup the stats & histogram codeRob Norris2024-08-161-12/+10
* ddt: add "flat phys" featureRob Norris2024-08-161-25/+43
* ddt: introduce lightweight entryRob Norris2024-08-161-7/+8
* ddt: rework access to phys array slotsRob Norris2024-08-161-7/+6
* zdb: rework DDT block count and leak check to just count the blocksRob Norris2024-08-161-120/+195
* zstream: remove duplicate highbit64 definitionRob Norris2024-08-091-9/+0
* JSON: Fix class values for mirrored special vdevsTony Hutter2024-08-061-4/+33
* JSON output support for zpool statusUmer Saleem2024-08-061-260/+1444
* JSON output support for zpool listUmer Saleem2024-08-061-82/+297
* JSON output support for zpool getUmer Saleem2024-08-062-62/+245
* JSON output support for zpool versionUmer Saleem2024-08-061-3/+65