aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Fix LOR between dp_config_rwlock and spa_props_lockAlexander Motin2020-07-141-11/+7
* Fixing gang ABD child removal race conditionBrian Atkinson2020-07-142-3/+16
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-118-43/+88
* FreeBSD: Use a hash table for taskqid lookupsMatthew Macy2020-07-111-43/+118
* Fix a persistent L2ARC bug in l2arc_write_done()George Amanakis2020-07-101-5/+27
* Fix a deadlock in the FreeBSD getpages VOPMark Johnston2020-07-061-1/+12
* Add a "try" operation for range locksMark Johnston2020-07-061-18/+47
* Update zfs_freebsd_need_inactive to fix mmapped writesRyan Moeller2020-07-031-2/+5
* Add device rebuild featureBrian Behlendorf2020-07-0312-89/+1490
* freebsd: changes necessary to coexist with dtrace in treeMatthew Macy2020-07-018-9/+20
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-295-157/+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
* Include FreeBSD sources in module distArvind Sankar2020-06-261-8/+7
* ARC shrinking blocks reads/writesMatthew Ahrens2020-06-262-2/+28
* Fix tags targets in module/Makefile.in + cleanupArvind Sankar2020-06-241-28/+7
* Move zfs_gitrev.h to build directoryArvind Sankar2020-06-242-1/+3
* Support out-of-tree kmod build on FreeBSDArvind Sankar2020-06-241-7/+30
* Add zfs_multihost_interval tunable handler for FreeBSDRyan Moeller2020-06-233-6/+22
* 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
* Enable -Wmissing-prototypes/-Wstrict-prototypesArvind Sankar2020-06-182-51/+16
* Switch off -Wmissing-prototypes for libgcc math functionsArvind Sankar2020-06-182-28/+32
* Make Skein_{Get,Put}64_LSB_First inline functionsArvind Sankar2020-06-182-15/+2
* Add prototypesArvind Sankar2020-06-1813-39/+23
* Add include files for prototypesArvind Sankar2020-06-1818-2/+18
* Remove dead codeArvind Sankar2020-06-187-80/+2
* Mark functions as staticArvind Sankar2020-06-1842-104/+111
* linux: add basic fallocate(mode=0/2) compatibilityadilger2020-06-183-22/+69
* Disambiguate condvar API contractMatthew Macy2020-06-182-16/+21
* Add abd_cache_reap_now for abd_chunk_cache usersMatthew Macy2020-06-173-0/+12
* zfs_ioctl: saved_poolname can be truncatedJorgen Lundman2020-06-171-11/+14
* Set initial arc_c to arc_c_min instead of arc_c_maxAlexander Motin2020-06-171-4/+4
* 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
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-148-148/+105
* Upstream: zil_commit_waiter() can stall foreverJorgen Lundman2020-06-141-1/+1
* 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-1014-69/+86
* Fix typosAndrea Gelmini2020-06-0917-34/+35
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-095-143/+381
* Trim L2ARCGeorge Amanakis2020-06-096-42/+406
* 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-083-4/+4
* Remove redundant includesPawel Jakub Dawidek2020-06-081-49/+3
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-0721-59/+78