aboutsummaryrefslogtreecommitdiffstats
path: root/include/os
Commit message (Expand)AuthorAgeFilesLines
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-08-161-0/+6
* Remove overlooked __sun_attr__ based macrosBrian Behlendorf2021-07-272-7/+1
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-263-103/+14
* Detect HAVE_LARGE_STACKS at compile timeKevin Bowling2021-07-162-0/+9
* FreeBSD: fix compilation of FreeBSD world after 29274c9f6Martin Matuška2021-06-252-3/+3
* Optimize small random numbers generationAlexander Motin2021-06-222-0/+37
* Remove pool io kstats (#12212)Alexander Motin2021-06-102-8/+0
* More aggsum optimizationsAlexander Motin2021-06-071-0/+4
* Introduce write-mostly sumsAlexander Motin2021-05-274-0/+150
* Bend zpl_set_acl to permit the new userns* parameterRich Ercolani2021-05-271-0/+5
* Various Linux kABI cosmeticsнаб2021-05-261-7/+7
* linux 5.13 compat: bdevops->revalidate_disk() removedColeman Kane2021-05-111-0/+4
* Remove unimplemented virus scanning hooksRyan Moeller2021-05-103-4/+0
* module/zfs: remove zfs_zevent_console and zfs_zevent_colsнаб2021-05-104-67/+0
* Replace ZoL with OpenZFS where applicableнаб2021-05-071-1/+1
* FreeBSD: Prune some unneeded definitionsRyan Moeller2021-04-301-5/+0
* Add SIGSTOP and SIGTSTP handling to issigPaul Dagnelie2021-04-152-17/+14
* FreeBSD: add support for lockless symlink lookupMateusz Guzik2021-04-121-0/+1
* Move zfsdev_state_{init,destroy} to common codeRyan Moeller2021-04-081-2/+0
* Fix various typosAndrea Gelmini2021-04-023-3/+3
* Removing old code for k(un)map_atomicBrian Atkinson2021-03-191-2/+2
* Linux 5.12 compat: idmapped mountsColeman Kane2021-03-194-3/+59
* Linux: always check or verify return of igrab()Adam D. Moss2021-03-161-1/+7
* FreeBSD: switch teardown lock to rmsMateusz Guzik2021-03-121-0/+43
* Macroify teardown lock handlingMateusz Guzik2021-03-124-10/+78
* FreeBSD: rename teardown inactive macros to mimick rrm conventionMateusz Guzik2021-03-121-16/+16
* Add branch prediction to ZFS_ENTER and ZFS_VERIFY_ZP macrosMateusz Guzik2021-03-122-4/+4
* Microoptimizations for VERIFY() and friendsAdam D. Moss2021-03-112-79/+79
* Add missing files to MakefileAllan Jude2021-03-111-0/+3
* Linux 5.12 compat: replace bio_*_io_acct with disk_*_io_acctColeman Kane2021-02-241-2/+6
* Cleaning up uio headersBrian Atkinson2021-02-203-58/+8
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-092-2/+0
* Remove unused iov_iter_init_compat() wrapperBrian Behlendorf2021-01-301-13/+0
* FreeBSD: fix HEAD build, conditionally remove FDSYNC definesMatt Macy2021-01-234-4/+41
* Extending FreeBSD UIO StructBrian Atkinson2021-01-206-61/+90
* FreeBSD: minor_t needs to be signed so that -1 is recognized as suchMatthew Macy2021-01-071-1/+1
* Linux 5.11 compat: blk_{un}register_region()Brian Behlendorf2020-12-271-8/+0
* Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()Brian Behlendorf2020-12-271-11/+24
* Linux 5.11 compat: lookup_bdev()Brian Behlendorf2020-12-271-7/+29
* Linux 4.18.0-257.el8 compat: blk_alloc_queue()Brian Behlendorf2020-12-211-0/+2
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-182-11/+68
* FreeBSD: Implement sysctl for fletcher4 implRyan Moeller2020-12-112-0/+16
* Implement memory and CPU hotplugPaul Dagnelie2020-12-101-0/+5
* FreeBSD: Do zcommon_init sooner to avoid FPU panicRyan Moeller2020-12-092-0/+9
* Linux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usageBrian Behlendorf2020-11-141-1/+5
* Fix compiling on FreeBSD + gcc - don't assume illmnos bitsAdrian Chadd2020-11-101-12/+20
* G/C struct znode -> z_movedMateusz Guzik2020-11-101-4/+2
* FreeBSD: Move uio_prefaultpages def to uio.hRyan Moeller2020-11-102-1/+1
* Linux 5.10 compat: check_disk_change() removedColeman Kane2020-11-021-0/+36
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2020-11-022-2/+0