aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/include/os/linux
Commit message (Collapse)AuthorAgeFilesLines
* OpenZFS merge main-gf11b09Matt Macy2021-01-0812-100/+205
| | | | | | | | - add dRAID support - fix duplicate close handling - fix memory leak in prefetch - fix problem with SIMD benchmarking on FreeBSD boot ...
* zfs: macroify teardown handlingMateusz Guzik2020-11-041-3/+3
| | | | Notes: svn path=/head/; revision=367345
* zfs: add branch prediction to ZFS_ENTER and ZFS_VERIFY_ZP macrosMateusz Guzik2020-11-041-2/+2
| | | | | | | They are expected to fail only in corner cases. Notes: svn path=/head/; revision=367343
* Update OpenZFS to 2.0.0-rc3-gfc5966Matt Macy2020-10-1756-65/+11
| | | | | | | | | | | - fix panic due to tqid overflow - Improve libzfs_error_init messages - Expose zfetch_max_idistance tunable - Make dbufstat work on FreeBSD - Fix EIO after resuming receive of new dataset over an existing one Notes: svn path=/head/; revision=366780
* OpenZFS: MFV 2.0-rc3-gfc5966Matt Macy2020-10-011-0/+1
| | | | | | | | | | | | | | | - Annotate FreeBSD sysctls with CTLFLAG_MPSAFE - Reduce stack usage of Lua - Don't save user FPU context in kernel threads - Add support for procfs_list - Code cleanup in zio_crypt - Add DB_RF_NOPREFETCH to dbuf_read()s in dnode.c - Drop references when skipping dmu_send due to EXDEV - Eliminate gratuitous bzeroing in dbuf_stats_hash_table_data - Fix legacy compat for platform IOCs Notes: svn path=/head/; revision=366350
* MFV 2.0-rc2Matt Macy2020-09-184-0/+39
| | | | | | | | - Fixes divide by zero for unusual hz - remove cryptodev dependency Notes: svn path=/head/; revision=365894
* ZFS: MFV 2.0-rc1-gfd20a8Matt Macy2020-09-044-37/+1
| | | | | | | | | | - fixes jail delegation - fixes raw kstat unsupported complaints - exposes dbgmsg, dbuf, and checksum benchmark stats - restore rename -u support Notes: svn path=/head/; revision=365347
* Initial import from vendor-sys branch of openzfsMatt Macy2020-08-24105-0/+10894
Notes: svn path=/head/; revision=364740