aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tag 2.0.2zfs-2.0.2b_zfs-2.0.2Brian Behlendorf2021-02-011-1/+1
* Avoid updating the L2ARC device header unnecessarilyGeorge Amanakis2021-01-281-1/+3
* Fix zrele race in zrele_async that can cause hangPaul Dagnelie2021-01-281-12/+22
* Fix a resource leak in uu_avl_pool_destroyAlan Somers2021-01-281-0/+1
* Fix a man page link in zfs-program.8Alan Somers2021-01-281-2/+2
* zfsprops.8: fix mispluralisation in "Default values is"наб2021-01-241-1/+1
* ZTS: Use swapctl to list swap devices on FreeBSDRyan Moeller2021-01-241-0/+2
* vdev_id: Add error message when $CONFIG is missingArshad Hussain2021-01-241-0/+1
* Fix two minor lint errors (cppcheck)Colm2021-01-242-4/+5
* Relax special_small_blocks assertion.Alexander Motin2021-01-241-1/+1
* FreeBSD: upstream changes to VFS interfaceRyan Moeller2021-01-241-2/+4
* FreeBSD: fix HEAD build, conditionally remove FDSYNC definesMatt Macy2021-01-248-4/+117
* dracut: Support /usr/bin as 'systemctl' pathLorenz Hüdepohl2021-01-232-2/+2
* Install zgenhostid to sbindirAntonio Russo2021-01-233-4/+4
* Re-apply path sanitizer, as mount(8) still mangles itsterlingjensen2021-01-232-3/+32
* ZTS: avoid piping to special devicesAntonio Russo2021-01-2314-33/+33
* ZTS: avoid race to unmount in zfs_rollback_001Antonio Russo2021-01-231-0/+1
* assertion failed in arc_wait_for_eviction()Matthew Ahrens2021-01-231-8/+14
* FreeBSD: minor_t needs to be signed so that -1 is recognized as suchMatthew Macy2021-01-231-1/+1
* Linux 5.10 compat: restore custom uio_prefaultpages()Brian Behlendorf2021-01-221-11/+44
* ZTS: three small follow up fixes for #11167Attila Fülöp2021-01-083-8/+4
* zpool: Dryrun fails to list some devicesAttila Fülöp2021-01-0810-14/+593
* Tag 2.0.1zfs-2.0.1Brian Behlendorf2021-01-051-1/+1
* Autoconf 2.70 compatibilityBrian Behlendorf2021-01-0512-33/+27
* zfs_mount_all_mountpoints: cleanup_all should leave pool root mountedToomas Soome2021-01-051-0/+2
* VZ 7 kernel compat: introduce ITER-enabled .direct_IO() via IOVECsKonstantin Khorenko2021-01-051-1/+14
* Memory leak in zdb:import_checkpointed_state()Matthew Ahrens2021-01-051-2/+5
* Memory leak in ztest_dmu_objset_own()Matthew Ahrens2021-01-051-1/+5
* Memory leak in ztest_vdev_attach_detach()Matthew Ahrens2021-01-051-2/+1
* nvlist leaked in zpool_find_config()Matthew Ahrens2021-01-054-3/+16
* implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome2021-01-055-18/+29
* Linux 5.11 compat: blk_{un}register_region()Brian Behlendorf2021-01-054-78/+0
* Linux 5.11 compat: revalidate_disk_size()Brian Behlendorf2021-01-053-7/+31
* Linux 5.11 compat: bdev_whole()Brian Behlendorf2021-01-052-4/+37
* Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()Brian Behlendorf2021-01-053-39/+92
* Linux 5.11 compat: lookup_bdev()Brian Behlendorf2021-01-053-30/+74
* Linux 5.11 compat: conftestBrian Behlendorf2021-01-056-17/+28
* dbufstat: Fix warnings with Python 3.8Ryan Moeller2020-12-231-2/+2
* Linux 5.10 compat: METABrian Behlendorf2020-12-231-1/+1
* zfs-kmods: install to /lib/modules instead of /usr/lib/modulesChristian Schwarz2020-12-231-4/+0
* Dangling reference from dmu_objset_upgradeAndy Fiddaman2020-12-231-1/+8
* Linux 4.18.0-257.el8 compat: blk_alloc_queue()Brian Behlendorf2020-12-232-17/+58
* Linux 5.10 compat: also zvol_revalidate_disk()Michael D Labriola2020-12-231-2/+3
* Fix maybe uninitialized variable warningBrian Behlendorf2020-12-231-1/+1
* Remove iov_iter_advance() from iter_readBrian Behlendorf2020-12-231-3/+0
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-2316-321/+576
* Remove incorrect assertionBrian Behlendorf2020-12-231-1/+0
* Reduce confusion in zfs_writeRyan Moeller2020-12-231-18/+24
* Return EFAULT at the end of zfs_write() when setRyan Moeller2020-12-231-5/+7
* Simplify offset and length limit in zfs_writeRyan Moeller2020-12-231-3/+3