aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/module
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS merge main-gf11b09Matt Macy2021-01-0896-4922/+8901
* vfs: denote vnode being a mount point with VIRF_MOUNTPOINTMateusz Guzik2021-01-031-2/+2
* Merge commit d8a09b3a0 from openzfs git (by Ryan Libby):Ryan Libby2020-12-271-4/+6
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-282-3/+3
* zfs: disable periodic arc updatesMateusz Guzik2020-11-141-0/+2
* zfs: combine zio caches if possibleMateusz Guzik2020-11-101-24/+55
* zfs: g/c unused data_alloc_arenaMateusz Guzik2020-11-101-3/+1
* Check if the ZVOL has been written before calling zil_async_to_sync.Mariusz Zaborski2020-11-081-1/+2
* zfs: remove 2 assertions that teardown lock is not heldMateusz Guzik2020-11-071-45/+0
* zfs: lz4: add optional kmem_alloc supportMateusz Guzik2020-11-051-4/+57
* zfs: macroify teardown handlingMateusz Guzik2020-11-045-34/+32
* zfs: rename teardown inactive macros to mimick rrm conventionMateusz Guzik2020-11-043-18/+18
* zfs: even up assertMateusz Guzik2020-11-041-1/+2
* zfs: zstd: short-circuit cleaning buffers if none existMateusz Guzik2020-11-021-0/+7
* zfs: zstd: track allocator statisticsMateusz Guzik2020-10-311-4/+11
* cache: add cache_vop_mkdir and rename cache_rename to cache_vop_renameMateusz Guzik2020-10-301-3/+13
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* zfs: remove unused support for zfs_znode_moveMateusz Guzik2020-10-262-31/+1
* Skip RAW kstat sysctls by defaultRyan Moeller2020-10-241-4/+4
* vfs: drop spurious cache_purge on rmdirMateusz Guzik2020-10-231-2/+0
* vfs: drop the de facto curthread argument from VOP_INACTIVEMateusz Guzik2020-10-201-2/+1
* vfs: drop spurious cred argument from VOP_VPTOCNPMateusz Guzik2020-10-201-2/+1
* Update OpenZFS to 2.0.0-rc3-gfc5966Matt Macy2020-10-1748-219/+277
* zfs: g/c unused vop_vector zfsctl_ops_shares_dirMateusz Guzik2020-10-151-3/+1
* zfs: add missing fplookup vopsMateusz Guzik2020-10-152-0/+4
* FreeBSD: fix panic due to tqid overflowMateusz Guzik2020-10-131-10/+32
* Add zstd support to the boot loader.Warner Losh2020-10-121-1/+1
* zfs: use cache_renameMateusz Guzik2020-10-101-4/+1
* OpenZFS: don't call fpu_kern_thread on i386Matt Macy2020-10-021-1/+1
* OpenZFS: MFV 2.0-rc3-gfc5966Matt Macy2020-10-0121-328/+453
* ZFS: Fix a logic bug in the FreeBSD getpages VOPMark Johnston2020-09-291-2/+4
* cache: drop the force flag from purgevfsMateusz Guzik2020-09-231-1/+1
* MFV 2.0-rc2Matt Macy2020-09-1842-297/+852
* Do not copy vp into f_data for DTYPE_VNODE files.Konstantin Belousov2020-09-151-1/+1
* ZFS: MFV 2.0-rc1-gfd20a8Matt Macy2020-09-0424-412/+333
* ZFS: MFV 2.0-rc1-ga00c61Matt Macy2020-08-2812-34/+73
* remove pragma ident linesToomas Soome2020-08-261-2/+0
* Initial import from vendor-sys branch of openzfsMatt Macy2020-08-24425-0/+349003