aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2021-06-233-2/+13
* Consolidate zfs_holey and zfs_accessMatthew Macy2021-06-234-6/+14
* Linux: always check or verify return of igrab()Adam D. Moss2021-06-231-1/+7
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-06-232-3/+4
* linux 5.13 compat: bdevops->revalidate_disk() removed (#12122)Jonathon Fernyhough2021-06-231-0/+4
* Bend zpl_set_acl to permit the new userns* parameterRich Ercolani2021-06-231-0/+5
* Linux 5.12 compat: idmapped mountsColeman Kane2021-06-234-3/+59
* Ratelimit deadman zevents as with delay zeventsRyan Moeller2021-06-231-1/+2
* FreeBSD: Clean up zfsdev_close to match LinuxRyan Moeller2021-06-231-1/+0
* FreeBSD: switch teardown lock to rmsMateusz Guzik2021-06-231-0/+43
* Macroify teardown lock handlingMateusz Guzik2021-06-234-10/+78
* FreeBSD: rename teardown inactive macros to mimick rrm conventionMateusz Guzik2021-06-231-16/+16
* Add branch prediction to ZFS_ENTER and ZFS_VERIFY_ZP macrosMateusz Guzik2021-06-232-4/+4
* Microoptimizations for VERIFY() and friendsAdam D. Moss2021-06-232-79/+79
* Add missing files to MakefileAllan Jude2021-06-231-0/+3
* Suppress cppcheck invalidSyntax warninigsBrian Behlendorf2021-03-081-0/+2
* Linux 5.12 compat: replace bio_*_io_acct with disk_*_io_acctColeman Kane2021-03-051-2/+6
* Restore FreeBSD resource usage accountingRyan Moeller2021-03-052-0/+38
* FreeBSD: fix HEAD build, conditionally remove FDSYNC definesMatt Macy2021-01-244-4/+41
* FreeBSD: minor_t needs to be signed so that -1 is recognized as suchMatthew Macy2021-01-231-1/+1
* implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome2021-01-051-0/+1
* Linux 5.11 compat: blk_{un}register_region()Brian Behlendorf2021-01-051-8/+0
* Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()Brian Behlendorf2021-01-051-11/+24
* Linux 5.11 compat: lookup_bdev()Brian Behlendorf2021-01-051-7/+29
* Linux 4.18.0-257.el8 compat: blk_alloc_queue()Brian Behlendorf2020-12-231-0/+2
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-232-11/+68
* Remove redundant oid parameter to update_pagesRyan Moeller2020-12-231-1/+1
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-12-2315-17/+70
* spa: avoid type narrowing warningRyan Libby2020-12-231-1/+1
* FreeBSD: Implement sysctl for fletcher4 implRyan Moeller2020-12-232-0/+16
* FreeBSD: Do zcommon_init sooner to avoid FPU panicRyan Moeller2020-12-232-0/+9
* Reduce latency effects of non-interactive I/OAlexander Motin2020-12-231-0/+3
* Revert "Reduce latency effects of non-interactive I/O"Brian Behlendorf2020-11-301-3/+0
* Reduce latency effects of non-interactive I/OAlexander Motin2020-11-251-0/+3
* Fix problems in zvol_set_volmode_implMatthew Macy2020-11-171-0/+2
* zpool: correctly align columns with -pнаб2020-11-171-1/+1
* Fix 'zfs userspace' for received datasets in encrypted rootloli10K2020-11-171-1/+1
* Linux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usageBrian Behlendorf2020-11-141-1/+5
* Assertion failure when logging large output of channel programMatthew Ahrens2020-11-141-0/+1
* G/C struct znode -> z_movedMateusz Guzik2020-11-112-5/+2
* Fix compiling on FreeBSD + gcc - don't assume illmnos bitsAdrian Chadd2020-11-111-12/+20
* Linux 5.10 compat: check_disk_change() removedColeman Kane2020-11-031-0/+36
* Linux 5.10 compat: frame.h renamed objtool.hBrian Behlendorf2020-11-031-0/+4
* Remove duplicate cond_resched() definitionRyan Moeller2020-11-031-1/+0
* zstd: track allocator statisticsMateusz Guzik2020-10-301-2/+4
* Update references to nonexistent man pages in codeRyan Moeller2020-10-302-3/+3
* Cross-platform acltypeRyan Moeller2020-10-162-0/+2
* FreeBSD: make adjustments for the standalone environmentWarner Losh2020-10-1618-29/+101
* dmu.h: remove stale declaration dmu_objset_snapshot_tmpChristian Schwarz2020-10-161-1/+0
* zil_parse: make callback parameters constChristian Schwarz2020-10-161-2/+2