aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd
Commit message (Expand)AuthorAgeFilesLines
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2020-11-022-155/+7
* Consolidate zfs_holey and zfs_accessMatthew Macy2020-10-311-88/+5
* zvol_os: Fix handling of zvol private dataRyan Moeller2020-10-301-9/+18
* zvol_os: Don't leak doi in cdev error pathRyan Moeller2020-10-301-2/+1
* zvol_os: Properly ignore error in volmode lookupRyan Moeller2020-10-301-4/+5
* zvol_os: Code cleanup in zvol_create_minor_implRyan Moeller2020-10-301-7/+7
* zvol_os: Keep better track of open count in closeRyan Moeller2020-10-301-4/+6
* zvol_os: Tidy up assertsRyan Moeller2020-10-301-15/+15
* FreeBSD: catch up with 1300124 version bumpMateusz Guzik2020-10-301-6/+14
* FreeBSD: Fix 12.2-STABLE after AT_BENEATH MFCRyan Moeller2020-10-301-1/+2
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-1/+1
* FreeBSD: Remove BIO_ORDERED flag from BIO_FLUSHAlexander Motin2020-10-301-1/+0
* FreeBSD: g/c unused zfs_znode_move supportMateusz Guzik2020-10-292-31/+1
* FreeBSD: Skip RAW kstat sysctls by defaultRyan Moeller2020-10-261-4/+4
* FreeBSD: catch up with 1300123 version bumpMateusz Guzik2020-10-261-0/+9
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-214-593/+32
* FreeBSD: delete unreferenced fileMatthew Macy2020-10-201-70/+0
* FreeBSD: add missing fplookup_vexec handler to special vop vectorsMateusz Guzik2020-10-152-0/+12
* FreeBSD: g/c unused vop vector zfsctl_ops_shares_dirMateusz Guzik2020-10-151-3/+1
* FreeBSD: fix panic due to tqid overflowMateusz Guzik2020-10-141-10/+38
* Cross-platform acltypeRyan Moeller2020-10-133-2/+40
* FreeBSD: make adjustments for the standalone environmentWarner Losh2020-10-131-1/+1
* FreeBSD: use cache_rename if availableMateusz Guzik2020-10-131-4/+14
* Expose zfetch_max_idistance tunableRyan Moeller2020-10-131-2/+3
* Make dbufstat work on FreeBSDRyan Moeller2020-10-081-0/+1
* FreeBSD: Sort and dedup includes in kmod_coreRyan Moeller2020-10-081-50/+43
* FreeBSD: Sort out kernel FPU headers for 12.1-RELRyan Moeller2020-10-021-4/+7
* Throw const on some stringsRyan Moeller2020-10-022-27/+20
* FreeBSD: Fix legacy compat for platform IOCsRyan Moeller2020-09-301-1/+3
* Drop references when skipping dmu_send due to EXDEVRyan Moeller2020-09-301-1/+3
* FreeBSD: update cache_purgevfs usage after 1300117 version bumpMateusz Guzik2020-09-251-0/+4
* FreeBSD: Code cleanup in zio_cryptRyan Moeller2020-09-251-145/+76
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-232-15/+155
* FreeBSD: Don't save user FPU context in kernel threadsMatthew Macy2020-09-231-0/+4
* Fix a logic bug in the FreeBSD getpages VOPMark Johnston2020-09-221-2/+4
* Annontate FreeBSD sysctls with CTLFLAG_MPSAFEMark Johnston2020-09-212-26/+31
* Fix switch statement indentation in the FreeBSD kstat codeMark Johnston2020-09-211-105/+102
* vdev_ashift should only be set onceGeorge Wilson2020-09-182-3/+12
* FreeBSD: Do not copy vp into f_data for DTYPE_VNODE filesRyan Moeller2020-09-171-4/+1
* FreeBSD: convert teardown inactive lock to a read-mostly sleepable lockMateusz Guzik2020-09-093-18/+18
* FreeBSD: drop dependency on cryptodev moduleRyan Moeller2020-09-091-1/+0
* Links in Source FilesSpencer Kinny2020-09-021-0/+4
* zvol: unsigned off can not be less than zeroToomas Soome2020-09-021-1/+1
* FreeBSD: Fix up after spa_stats.c moveMatthew Macy2020-09-011-60/+113
* FreeBSD: Remove unused SECLABEL codeRyan Moeller2020-08-311-193/+0
* FreeBSD: Simplify INGLOBALZONERyan Moeller2020-08-311-6/+0
* Move spa_stats.c to common codeMatthew Macy2020-08-301-114/+0
* FreeBSD: Fix spurious failure in zvol_geom_openMatthew Macy2020-08-301-0/+20
* FreeBSD: add support for KSTAT_TYPE_RAWMatthew Macy2020-08-291-17/+128
* Remove pragma ident linesToomas Soome2020-08-261-2/+0