aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Exclude data from cores unconditionally and metadata conditionallyMatthew Macy2019-12-091-0/+1
* Disable EDONR on FreeBSDMatthew Macy2019-12-051-0/+2
* Add ZFS_IOC offsets for FreeBSDMatthew Macy2019-12-051-12/+13
* Refactor deadman set failmode to be cross platformMatthew Macy2019-12-052-1/+3
* Refactor zfs_context.h to build on FreeBSDMatthew Macy2019-12-041-18/+4
* 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-274-6/+7
* Prevent unnecessary resilver restartsjwpoduska2019-11-273-4/+9
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-2110-62/+80
* Add kmem_cache flag for forcing kvmallocMichael Niewöhner2019-11-131-0/+1
* Linux compat: Minimum kernel version 3.10Brian Behlendorf2019-11-121-3/+1
* Move platform specific parts of zfs_znode.h to platform codeMatthew Macy2019-11-061-137/+12
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-011-1/+1
* Wrap Linux module macrosMatthew Macy2019-11-013-6/+44
* 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-312-156/+0
* Don't cast away constMatthew Macy2019-10-311-1/+1
* Factor Linux specific code out of spa_misc.cMatthew Macy2019-10-312-1/+6
* Minor spa portability fixesMatthew Macy2019-10-281-0/+3
* Fix for ARC sysctls ignored at runtimeloli10K2019-10-262-0/+10
* Move platform dependent errno aliasesMatthew Macy2019-10-251-10/+0
* Remove sdt.hMatthew Macy2019-10-254-72/+8
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-241-7/+7
* OpenZFS restructuring - ARC memory pressureMatthew Macy2019-10-181-0/+58
* Make zfsdev_getminor signature cross platformMatthew Macy2019-10-161-1/+1
* Don't call sizeof on voidPaul Dagnelie2019-10-131-6/+6
* Function name and comment updatesPaul Dagnelie2019-10-111-8/+13
* Expose dmu_buf_hold_array_by_dnode to platform codeMatthew Macy2019-10-111-1/+3
* Make `zil_async_to_sync` visible to platform codeMatthew Macy2019-10-101-0/+1
* Fix strdup conflict on other platformsMatthew Macy2019-10-101-1/+2
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-0911-82/+564
* Rename rangelock_ functions to zfs_rangelock_Matthew Macy2019-10-031-5/+5
* Add inode accessors to common codeMatthew Macy2019-10-021-1/+9
* OpenZFS restructuring - arc_statsMatthew Macy2019-10-011-0/+276
* OpenZFS restructuring - zfs_ioctlMatthew Macy2019-09-274-0/+99
* OpenZFS restructuring - zvolMatthew Macy2019-09-254-6/+117
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-134-0/+35
* QAT related bug fixesChengfei ZHu2019-09-121-5/+0
* Enable compiler to typecheck loggingMatthew Macy2019-09-121-3/+3
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-1116-2122/+0
* Fix /etc/hostid on root pool deadlockBrian Behlendorf2019-09-102-1/+2
* Enable SIMD for encryptionBrian Behlendorf2019-09-101-7/+7
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-062-0/+205
* Make module tunables cross platformMatthew Macy2019-09-051-0/+11
* OpenZFS restructuring - move platform specific headersMatthew Macy2019-09-057-769/+0
* Fix typos in include/Andrea Gelmini2019-08-3018-26/+26