aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: Remove BIO_ORDERED flag from BIO_FLUSHAlexander Motin2020-10-301-1/+0
* Linux: g/c leftover fence in zfs_znode_allocMateusz Guzik2020-10-291-1/+0
* FreeBSD: g/c unused zfs_znode_move supportMateusz Guzik2020-10-292-31/+1
* Use known license string for zluaBrian Behlendorf2020-10-271-1/+1
* FreeBSD: Skip RAW kstat sysctls by defaultRyan Moeller2020-10-261-4/+4
* FreeBSD: catch up with 1300123 version bumpMateusz Guzik2020-10-261-0/+9
* Add missing zfs_arc_evict_batch_limit tunableRyan Moeller2020-10-221-1/+4
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-2113-1250/+698
* Non-l2arc pool reads shouldn't be l2arc missesAdam D. Moss2020-10-201-8/+21
* Makefile.bsd: remove directory that no longer existsKyle Evans2020-10-201-1/+0
* FreeBSD: delete unreferenced fileMatthew Macy2020-10-201-70/+0
* FreeBSD: add missing fplookup_vexec handler to special vop vectorsMateusz Guzik2020-10-152-0/+12
* FreeBSD: g/c unused vop vector zfsctl_ops_shares_dirMateusz Guzik2020-10-151-3/+1
* Ignore special vdev ashift for spa ashift min/maxDon Brady2020-10-152-17/+25
* Fix crash caused by invalid snapshot names in redactnvlChristian Schwarz2020-10-141-1/+1
* Fix incorrect deletion order in range_tree_add_impl gap casePaul Dagnelie2020-10-141-1/+1
* FreeBSD: fix panic due to tqid overflowMateusz Guzik2020-10-141-10/+38
* Cross-platform acltypeRyan Moeller2020-10-136-13/+51
* FreeBSD: make adjustments for the standalone environmentWarner Losh2020-10-131-1/+1
* dmu_zfetch: don't leak unreferenced stream when zfetch is freedMatthew Macy2020-10-131-2/+6
* aarch64: Use proper guards for NEON instructionsWarner Losh2020-10-131-3/+3
* FreeBSD: use cache_rename if availableMateusz Guzik2020-10-131-4/+14
* Expose zfetch_max_idistance tunableRyan Moeller2020-10-132-3/+7
* zil_parse: make callback parameters constChristian Schwarz2020-10-093-15/+26
* Linux: Initialize zp in zfs_setattr_dirRyan Moeller2020-10-091-1/+1
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-0819-27/+4
* Fix Linux modules uninstallJacob Adams2020-10-081-1/+1
* Fix ubsan: shift exponent is too largeChuck Tuffli2020-10-081-1/+2
* Make dbufstat work on FreeBSDRyan Moeller2020-10-081-0/+1
* FreeBSD: Sort and dedup includes in kmod_coreRyan Moeller2020-10-081-50/+43
* Make L2ARC tests more robustGeorge Amanakis2020-10-051-11/+6
* FreeBSD: Sort out kernel FPU headers for 12.1-RELRyan Moeller2020-10-021-4/+7
* Throw const on some stringsRyan Moeller2020-10-0211-74/+68
* Mismatched nvlist names in zfs_keys_send_spaceJohn Poduska2020-10-021-4/+6
* Fix buggy procfs_list_seq_next warningBrian Behlendorf2020-09-301-0/+12
* FreeBSD: Fix legacy compat for platform IOCsRyan Moeller2020-09-301-1/+3
* Eliminate gratuitous bzeroing in dbuf_stats_hash_table_dataMatthew Macy2020-09-301-1/+2
* do a cyclic seek for unused memory objects in poolSebastian Gottschall2020-09-302-2/+26
* Drop references when skipping dmu_send due to EXDEVRyan Moeller2020-09-302-5/+10
* Use known license string for zzstdBrian Behlendorf2020-09-281-1/+1
* zfetch: Don't issue new streams when old have not completedMatthew Macy2020-09-272-37/+150
* Add DB_RF_NOPREFETCH to dbuf_read()s in dnode.cAdam D. Moss2020-09-251-2/+4
* Fix PREEMPTION=y and BLK_CGROUP=y config on arm64Brian Behlendorf2020-09-251-0/+10
* FreeBSD: update cache_purgevfs usage after 1300117 version bumpMateusz Guzik2020-09-251-0/+4
* FreeBSD: Code cleanup in zio_cryptRyan Moeller2020-09-251-145/+76
* Prune dead branch reported by CoverityRyan Moeller2020-09-251-5/+1
* zfs_log_write: simplify data copying code for WR_COPIED recordsChristian Schwarz2020-09-251-8/+15
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-236-36/+172
* FreeBSD: Don't save user FPU context in kernel threadsMatthew Macy2020-09-231-0/+4
* Don't set numobjs to UINT64_MAX or near itPaul Dagnelie2020-09-221-3/+1