aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Fix double mutex_init bug in send codePaul Dagnelie2020-06-031-5/+12
|/
* FreeBSD: Simplify zvol and fix lockingRyan Moeller2020-06-031-66/+25
* Periodically update ARC kstatsRyan Moeller2020-06-031-2/+2
* Restore avl_update() calls and related functionsJorgen Lundman2020-06-031-0/+61
* Fix crypto build on FreeBSD HEADMatthew Macy2020-05-301-3/+1
* Memory leak in dsl_destroy_snapshots_nvl error caseJorgen Lundman2020-05-261-0/+2
* Gang ABD TypeBrian Atkinson2020-05-205-103/+611
* Use boot_ncpus in place of max_ncpus in taskq_createDeHackEd2020-05-203-6/+6
* freebsd: Correct the order of arguments to copyin() for Q_SETQUOTARyan Moeller2020-05-191-1/+1
* freebsd: return EISDIR for read(2) on directoriesKyle Evans2020-05-161-0/+6
* Fix ZVOL_DIRRyan Moeller2020-05-161-0/+1
* Fix error handling in receive_writer_thread()Matthew Ahrens2020-05-141-1/+2
* Fix VN_OPEN_INVFS typoyparitcher2020-05-141-1/+1