aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: Add support for lockless lookupMatthew Macy2020-08-055-12/+160
* Fix page fault in zfsctl_snapdir_getattrMatthew Macy2020-08-011-1/+2
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-07-316-15/+23
* Convert Linux-isms to FreeBSD-isms in platform zfs_debug.cRyan Moeller2020-07-311-11/+8
* Revise ARC shrinker algorithmMatthew Ahrens2020-07-312-106/+129
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-298-7/+6
* Refactor ccompile.h to not include system headersMatthew Macy2020-07-2521-2/+31
* Make use of ZFS_DEBUG consistent within kmod sourcesMatthew Macy2020-07-258-13/+13
* FreeBSD: Remove accidental ARC size limiterRyan Moeller2020-07-251-0/+1
* FreeBSD: Implement arc_free_memoryRyan Moeller2020-07-251-3/+2
* remove kmem_cache module parameter KMC_EXPIRE_AGEMatthew Ahrens2020-07-241-120/+9
* FreeBSD: Remove some code duplication in sysctl_os.cRyan Moeller2020-07-231-19/+0
* Adjust ARC terminologyMatthew Ahrens2020-07-222-15/+15
* FreeBSD: Add legacy arc_min and arc_maxRyan Moeller2020-07-191-29/+36
* Remove skc_reclaim, hdr_recl, kmem_cache shrinkerMatthew Ahrens2020-07-191-124/+16
* Linux 4.10 compat: has_capability()Brian Behlendorf2020-07-191-0/+9
* anon_pages are not free/evictableMatthew Ahrens2020-07-161-1/+0
* FreeBSD: zfs commands backward compatibilityMatthew Macy2020-07-152-32/+372
* Fix early include of <linux/percpu_compat.h>Romain Dolbeau2020-07-153-1/+3
* Fixing gang ABD child removal race conditionBrian Atkinson2020-07-141-0/+1
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-112-21/+39
* FreeBSD: Use a hash table for taskqid lookupsMatthew Macy2020-07-111-43/+118
* Fix a deadlock in the FreeBSD getpages VOPMark Johnston2020-07-061-1/+12
* Update zfs_freebsd_need_inactive to fix mmapped writesRyan Moeller2020-07-031-2/+5
* freebsd: changes necessary to coexist with dtrace in treeMatthew Macy2020-07-016-9/+18
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-294-144/+10
* Revise SPL wrapper for shrinker callbacksMatthew Ahrens2020-06-272-60/+43
* Use percpu_counter for obj_alloc counter of Linux-backed cachesSerapheim Dimitropoulos2020-06-262-8/+18
* ARC shrinking blocks reads/writesMatthew Ahrens2020-06-261-0/+18
* Add zfs_multihost_interval tunable handler for FreeBSDRyan Moeller2020-06-232-6/+16
* Clarify comments in config/*.m4, vdev_geom.c, zfs_allow_*.kshMatthew Ahrens2020-06-221-1/+1
* Fix copy-paste error breaking FreeBSD headRyan Moeller2020-06-191-3/+3
* Match new vfs_checkexp KPI in FreeBSD headRyan Moeller2020-06-181-0/+10
* Switch off -Wmissing-prototypes for libgcc math functionsArvind Sankar2020-06-181-0/+32
* Add prototypesArvind Sankar2020-06-185-10/+5
* Add include files for prototypesArvind Sankar2020-06-182-0/+2
* Remove dead codeArvind Sankar2020-06-184-63/+0
* Mark functions as staticArvind Sankar2020-06-1816-34/+37
* linux: add basic fallocate(mode=0/2) compatibilityadilger2020-06-183-22/+69
* Disambiguate condvar API contractMatthew Macy2020-06-181-14/+19
* Add abd_cache_reap_now for abd_chunk_cache usersMatthew Macy2020-06-172-0/+11
* FreeBSD: Kernel module should depend on xdr not krpc after 1300092Ryan Moeller2020-06-161-0/+4
* Make struct vdev_disk_t be platform privateJorgen Lundman2020-06-161-0/+5
* Fixing ABD struct allocation for FreeBSDBrian Atkinson2020-06-161-4/+13
* Removing ZERO_PAGE abd_alloc_zero_scatterBrian Atkinson2020-06-101-12/+21
* Fixup "Avoid the GEOM topology lock recursion when autoexpanding a pool"Ryan Moeller2020-06-101-8/+9
* Cleanup linux module kbuild filesArvind Sankar2020-06-103-4/+0
* Fix typosAndrea Gelmini2020-06-096-15/+16
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-092-2/+2
* Trim L2ARCGeorge Amanakis2020-06-091-1/+14