aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move GFP flags kernel compatibility codeMichael Niewöhner2020-06-081-9/+0
* Linux 5.8 compat: __vmalloc()Michael Niewöhner2020-06-082-11/+9
* Restore support for in-kernel ZFS ioctlsPawel Jakub Dawidek2020-06-082-2/+2
* Remove redundant includesPawel Jakub Dawidek2020-06-081-49/+3
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-1/+1
* Improve compatibility with C++ consumersRyan Moeller2020-06-061-7/+7
* zfsvfs_setup(): zap_stats_t may have undefined content when accessed (#10398)Brian Behlendorf2020-06-051-3/+3
|\
| * zfsvfs_setup(): zap_stats_t may have undefined content when accessedAllan Jude2020-06-031-3/+3
* | Connect dataset_kstats for FreeBSDAllan Jude2020-06-056-20/+113
|/
* FreeBSD: Simplify zvol and fix lockingRyan Moeller2020-06-031-66/+25