aboutsummaryrefslogtreecommitdiffstats
path: root/include/os
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.16 compat: asm/fpu/xcr.h is new location for xgetbv/xsetbvColeman Kane2021-11-291-0/+3
* FreeBSD: fix world build after de198f2d9Martin Matuška2021-11-151-0/+2
* Linux 5.16 compat: linux/elevator.hBrian Behlendorf2021-11-091-1/+1
* Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistencyBrian Behlendorf2021-11-073-1/+21
* Simplify and document OpenZFS library dependenciesBrian Behlendorf2021-10-071-1/+0
* Use fallthrough macroBrian Behlendorf2021-09-143-0/+10
* Linux 5.15 compat: get_acl()Brian Behlendorf2021-09-091-0/+4
* Linux 5.15 compat: standalone <linux/stdarg.h>Alexander2021-09-081-0/+4
* Linux 5.15 compat: block device readaheadBrian Behlendorf2021-09-081-0/+3
* Linux 4.11 compat: statx supportRichard Yao2021-08-171-2/+2
* Fix/improve dbuf hits accountingAlexander Motin2021-08-171-2/+2
* 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