aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag zfs-2.1.10Tony Hutter2023-04-131-1/+1
* Removed Python 2 and Python 3.5- supportDamian Szuberski2023-04-1316-1316/+60
* linux 6.3 compat: needs REQ_PREFLUSH | REQ_OP_WRITEyouzhongyang2023-04-131-1/+1
* Fix "Add colored output to zfs list"Tino Reichardt2023-04-134-3/+21
* ZTS: Log test name to /dev/kmsg on LinuxTony Hutter2023-04-032-10/+32
* Add Linux kmemleak support to ZTSDamian Szuberski2023-04-033-13/+58
* Linux 6.2 compat: METATony Hutter2023-03-291-1/+1
* Fix console progress reporting for recursive sendAmeer Hamza2023-03-292-3/+7
* zfs_main.c: fix unused variable error with GCCrob-wing2023-03-292-1/+1
* Use setproctitle to report progress of zfs sendAmeer Hamza2023-03-2910-55/+438
* Additional limits on hole reportingBrian Behlendorf2023-03-293-15/+22
* Add colored output to zfs listTino Reichardt2023-03-282-0/+32
* Colorize zpool iostat outputTino Reichardt2023-03-282-1/+36
* Add more ANSI colors to libzfsTino Reichardt2023-03-283-8/+17
* linux 6.3 compat: add another bdev_io_acct caseRich Ercolani2023-03-282-39/+69
* Update vdev state for spare vdevAmeer Hamza2023-03-271-3/+5
* zed: add hotplug support for spare vdevsAmeer Hamza2023-03-276-17/+103
* zed: post a udev change event from spa_vdev_attach()Ameer Hamza2023-03-271-1/+1
* zed: mark disks as REMOVED when they are removedAmeer Hamza2023-03-2724-51/+395
* FreeBSD: Remove extra arc_reduce_target_size() callAlexander Motin2023-03-241-2/+0
* Improve arc_read() error reportingAlexander Motin2023-03-241-8/+16
* QAT: Fix uninitialized seed in QAT compressionnaivekun2023-03-171-1/+1
* Fix for mountpoint=legacyofthesun92023-03-151-2/+3
* ZFS_IOC_COUNT_FILLED does unnecessary txg_wait_synced()Matthew Ahrens2023-03-151-5/+16
* Update workflowsBrian Behlendorf2023-03-1010-54/+127
* Workaround GitHub Action failureBrian Behlendorf2023-03-104-8/+16
* Ubuntu 22.04 integration: GitHub workflowsBrian Behlendorf2023-03-104-4/+8
* initramfs: fix zpool get argument orderq662023-03-071-3/+3
* Turn default_bs and default_ibs into ZFS_MODULE_PARAMsMateusz Piotrowski2023-03-073-9/+12
* Add missing increment to dsl_deadlist_move_bpobj()Richard Yao2023-03-071-1/+1
* Optimize the is_l2cacheable functionsGeorge Amanakis2023-03-072-44/+44
* System-wide speculative prefetch limit.Alexander Motin2023-03-022-5/+25
* Prefetch on deadlists mergeAlexander Motin2023-03-023-6/+131
* Introduce minimal ZIL block commit delayAlexander Motin2023-03-022-2/+41
* Pack zrlock_t by 8 bytesAlexander Motin2023-03-021-2/+1
* Remove few pointer dereferences in dbuf_read()Alexander Motin2023-03-022-13/+4
* Switch dnode stats to wmsumsAlexander Motin2023-03-022-1/+161
* Micro-optimize zrl_remove()Alexander Motin2023-03-021-4/+4
* Remove atomics from zh_refcountAlexander Motin2023-03-022-10/+8
* Optimize microzapsAlexander Motin2023-03-025-134/+189
* autoconf: add support for openEulerXinliang Liu2023-03-011-19/+6
* Set DEFAULT_INIT_SHELL to /sbin/openrc-run for Gentoo and AlpinePeter Levine2023-03-011-9/+5
* rpm: add support for openEulerXinliang Liu2023-03-013-17/+23
* Revert zfeature_active() to staticGeorge Amanakis2023-03-012-2/+1
* Move dmu_buf_rele() after dsl_dataset_sync_done()George Amanakis2023-03-014-10/+4
* Partially revert eee9362a7George Amanakis2023-03-013-24/+7
* Fix a race condition in dsl_dataset_sync() when activating featuresGeorge Amanakis2023-03-014-11/+34
* initramfs: Make mountpoint=none workRyan Moeller2023-02-091-1/+3
* Avoid a null pointer dereference in zfs_mount() on FreeBSDAllan Jude2023-02-061-1/+2
* Allow mounting snapshots in .zfs/snapshot as a regular userAllan Jude2023-02-062-13/+275