summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make zfs_replay.c work on FreeBSDMatthew Macy2019-12-131-0/+2
* Relocate common quota functions to shared codeRyan Moeller2019-12-114-12/+49
* Add FreeBSD jail support hooksMatthew Macy2019-12-111-1/+1
* Eliminate Linux specific inode usage from common code Matthew Macy2019-12-114-22/+25
* SIMD: Use alloc_pages_node to force alignmentFabian-Gruenbichler2019-12-101-6/+17
* Abstract away platform specific superblock referencesMatthew Macy2019-12-101-0/+2
* Exclude data from cores unconditionally and metadata conditionallyMatthew Macy2019-12-091-0/+1
* Remove stale ASSERTV commentMatthew Macy2019-12-061-1/+0
* Disable EDONR on FreeBSDMatthew Macy2019-12-052-0/+4
* Add ZFS_IOC offsets for FreeBSDMatthew Macy2019-12-051-12/+13
* Refactor deadman set failmode to be cross platformMatthew Macy2019-12-052-1/+3
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-2/+4
* Refactor zfs_context.h to build on FreeBSDMatthew Macy2019-12-043-18/+35
* Move linux qsort def to platform headerMatthew Macy2019-12-031-1/+5
* Move zfs_cmd_t copyin/copyout to platform codeMatthew Macy2019-12-021-1/+1
* Add FreeBSD required defines to mntent.hMatthew Macy2019-11-301-0/+9
* Add FreeBSD support to zio_crypto.hMatthew Macy2019-11-301-1/+17
* Resolve ZoF differences in zfs_ioctl.hMatthew Macy2019-11-301-1/+1
* Minor diff reduction with ZoF in include/sysMatthew Macy2019-11-275-6/+11
* Remove zfs_vdev_elevator module optionBrian Behlendorf2019-11-271-8/+0
* Prevent unnecessary resilver restartsjwpoduska2019-11-273-4/+9
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-2116-234/+82
* Partially revert 5a6ac4cBrian Behlendorf2019-11-181-0/+1
* Add kmem_cache flag for forcing kvmallocMichael Niewöhner2019-11-132-2/+5
* Make use of kvmalloc if available and fix vmem_alloc implementationMichael Niewöhner2019-11-131-0/+3
* Add wrapper stub for zfs_cmd ioctl to libzpoolMatthew Macy2019-11-121-0/+3
* Linux compat: Minimum kernel version 3.10Brian Behlendorf2019-11-1214-635/+34
* Allow platform dependent path stripping for vdevsRyan Moeller2019-11-111-1/+1
* 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-063-137/+177
* Add tracepoints for taskq entry lifetime eventsPrakash Surya2019-11-013-0/+93
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-017-23/+49
* Wrap Linux module macrosMatthew Macy2019-11-016-6/+78
* Prefix struct rangelockMatthew Macy2019-11-014-19/+19
* Return an error code from zfs_acl_chmod_setattrMatthew Macy2019-11-011-1/+1
* Move sha2.h to platform codeMatthew Macy2019-10-313-5/+1
* Don't cast away constMatthew Macy2019-10-311-1/+1
* Factor Linux specific code out of spa_misc.cMatthew Macy2019-10-313-1/+8
* Add AVX512BW variant of fletcherRomain Dolbeau2019-10-301-0/+4
* Add wrapper for Linux BLKFLSBUF ioctlMatthew Macy2019-10-281-0/+1
* Minor spa portability fixesMatthew Macy2019-10-281-0/+3
* Fix zpool history unbounded memory usageChunwei Chen2019-10-281-1/+2
* Fix for ARC sysctls ignored at runtimeloli10K2019-10-263-9/+47
* Move platform dependent errno aliasesMatthew Macy2019-10-252-10/+10
* Remove sdt.hMatthew Macy2019-10-255-72/+11
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-244-59/+161
* Name anonymous enum of KMC_BIT constantsSerapheim Dimitropoulos2019-10-181-2/+2
* OpenZFS restructuring - ARC memory pressureMatthew Macy2019-10-181-0/+58
* Make zfsdev_getminor signature cross platformMatthew Macy2019-10-161-1/+1