aboutsummaryrefslogtreecommitdiffstats
path: root/include/os/linux
Commit message (Expand)AuthorAgeFilesLines
* Mark functions as staticArvind Sankar2020-06-181-15/+2
* linux: add basic fallocate(mode=0/2) compatibilityadilger2020-06-181-1/+1
* Disambiguate condvar API contractMatthew Macy2020-06-181-9/+39
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-141-0/+33
* Fix typosAndrea Gelmini2020-06-091-1/+1
* Move GFP flags kernel compatibility codeMichael Niewöhner2020-06-081-0/+12
* Linux 5.8 compat: __vmalloc()Michael Niewöhner2020-06-081-0/+9
* Correctly handle the x32 ABIнаб2020-05-281-1/+5
* OpenZFS 742 - Resurrect the ZFS "aclmode" property OpenZFS 664 - Umask maskin...Paul B. Henson2020-04-301-0/+1
* Fix zfs send progress reportingMatthew Ahrens2020-04-201-0/+7
* Update FreeBSD tunablesRyan Moeller2020-04-151-2/+3
* Linux 5.7 compat: blk_alloc_queue()Brian Behlendorf2020-04-091-0/+14
* Finish refactoring for ZFS_MODULE_PARAM_CALLRyan Moeller2020-04-071-1/+3
* Improve performance of zio_taskq_memberMatthew Ahrens2020-03-031-0/+1
* Linux 5.6 compat: time_tBrian Behlendorf2020-02-271-1/+1
* Linux 5.6 compat: ktime_get_raw_ts64()Brian Behlendorf2020-02-271-0/+5
* Remove zfs_getattr and convoff dead codeDirkjan Bussink2020-02-241-1/+0
* Enable zpool events tunables and tests on FreeBSDRyan Moeller2020-02-181-0/+1
* Factor out some dbuf subroutines and add state change tracingMatthew Macy2020-02-181-0/+17
* ICP: Improve AES-GCM performanceAttila Fülöp2020-02-101-0/+13
* Linux 5.6 compat: timestamp_truncate()Brian Behlendorf2020-02-071-6/+7
* Linux 5.6 compat: struct proc_opsBrian Behlendorf2020-02-071-1/+7
* Add AltiVec RAID-ZRomain Dolbeau2020-01-233-0/+113
* Make zfs_replay.c work on FreeBSDMatthew Macy2019-12-131-0/+2
* Relocate common quota functions to shared codeRyan Moeller2019-12-111-12/+0
* Eliminate Linux specific inode usage from common code Matthew Macy2019-12-113-20/+23
* SIMD: Use alloc_pages_node to force alignmentFabian-Gruenbichler2019-12-101-6/+17
* Remove stale ASSERTV commentMatthew Macy2019-12-061-1/+0
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-2/+4
* Refactor zfs_context.h to build on FreeBSDMatthew Macy2019-12-042-0/+31
* Move linux qsort def to platform headerMatthew Macy2019-12-031-1/+5
* Minor diff reduction with ZoF in include/sysMatthew Macy2019-11-271-0/+4
* Remove zfs_vdev_elevator module optionBrian Behlendorf2019-11-271-8/+0
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-216-172/+2
* Partially revert 5a6ac4cBrian Behlendorf2019-11-181-0/+1
* Add kmem_cache flag for forcing kvmallocMichael Niewöhner2019-11-131-2/+4
* Make use of kvmalloc if available and fix vmem_alloc implementationMichael Niewöhner2019-11-131-0/+3
* Linux compat: Minimum kernel version 3.10Brian Behlendorf2019-11-1213-632/+33
* Remove zpl_revalidatePavel Snajdr2019-11-113-1/+2
* Preliminary support for RV64GRomain Dolbeau2019-11-061-1/+22
* Move platform specific parts of zfs_znode.h to platform codeMatthew Macy2019-11-062-0/+165
* Add tracepoints for taskq entry lifetime eventsPrakash Surya2019-11-013-0/+93
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-016-22/+48
* Wrap Linux module macrosMatthew Macy2019-11-013-0/+34
* Move sha2.h to platform codeMatthew Macy2019-10-312-0/+152
* Factor Linux specific code out of spa_misc.cMatthew Macy2019-10-311-0/+2
* Fix for ARC sysctls ignored at runtimeloli10K2019-10-261-9/+37
* Move platform dependent errno aliasesMatthew Macy2019-10-251-0/+10
* Remove sdt.hMatthew Macy2019-10-251-0/+3
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-243-52/+154