aboutsummaryrefslogtreecommitdiffstats
path: root/include/os/freebsd
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: Mark ZFS_MODULE_PARAM_CALL as MPSAFERyan Moeller2022-09-131-1/+1
* FreeBSD: Parameterize ZFS_ENTER/ZFS_VERIFY_VP with an error codeMark Johnston2022-04-191-14/+18
* Fix ACL checks for NFS kernel serverBrian Behlendorf2022-03-204-194/+9
* FreeBSD: Provide correct file generation numberRyan Moeller2022-02-031-1/+0
* Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistencyBrian Behlendorf2021-11-052-1/+20
* FreeBSD: fix compilation of FreeBSD world after 29274c9f6Martin Matuška2021-11-021-2/+2
* Use fallthrough macroBrian Behlendorf2021-11-021-0/+1
* Detect HAVE_LARGE_STACKS at compile time (#12584)Kevin Bowling2021-11-011-0/+4
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-09-141-0/+6
* Optimize small random numbers generationAlexander Motin2021-09-141-0/+22
* Remove pool io kstatsAlexander Motin2021-06-101-4/+0
* Introduce write-mostly sumsAlexander Motin2021-06-092-0/+73
* module/zfs: remove zfs_zevent_console and zfs_zevent_colsнаб2021-05-272-36/+0
* FreeBSD: Prune some unneeded definitionsRyan Moeller2021-05-101-5/+0
* FreeBSD: add support for lockless symlink lookupMateusz Guzik2021-04-141-0/+1
* Fix various typosAndrea Gelmini2021-04-071-1/+1
* FreeBSD: switch teardown lock to rmsMateusz Guzik2021-03-121-0/+43
* Macroify teardown lock handlingMateusz Guzik2021-03-122-7/+42
* 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-121-2/+2
* Microoptimizations for VERIFY() and friendsAdam D. Moss2021-03-111-40/+40
* Add missing files to MakefileAllan Jude2021-03-111-0/+3
* Cleaning up uio headersBrian Atkinson2021-02-201-37/+6
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-091-1/+0
* FreeBSD: fix HEAD build, conditionally remove FDSYNC definesMatt Macy2021-01-234-4/+41
* Extending FreeBSD UIO StructBrian Atkinson2021-01-203-33/+52
* FreeBSD: minor_t needs to be signed so that -1 is recognized as suchMatthew Macy2021-01-071-1/+1
* FreeBSD: Implement sysctl for fletcher4 implRyan Moeller2020-12-111-0/+5
* FreeBSD: Do zcommon_init sooner to avoid FPU panicRyan Moeller2020-12-091-0/+7
* Fix compiling on FreeBSD + gcc - don't assume illmnos bitsAdrian Chadd2020-11-101-12/+20
* FreeBSD: Move uio_prefaultpages def to uio.hRyan Moeller2020-11-102-1/+1
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2020-11-021-1/+0
* Introduce CPU_SEQID_UNSTABLEMateusz Guzik2020-11-021-0/+1
* Consolidate zfs_holey and zfs_accessMatthew Macy2020-10-311-2/+3
* Remove duplicate cond_resched() definitionRyan Moeller2020-10-311-1/+0
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-301-21/+0
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-217-5/+16
* Cross-platform acltypeRyan Moeller2020-10-131-0/+1
* FreeBSD: make adjustments for the standalone environmentWarner Losh2020-10-1316-22/+86
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-082-2/+0
* FreeBSD: Sort out kernel FPU headers for 12.1-RELRyan Moeller2020-10-021-7/+4
* Throw const on some stringsRyan Moeller2020-10-023-12/+8
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-232-5/+26
* FreeBSD: Don't save user FPU context in kernel threadsMatthew Macy2020-09-231-8/+8
* zfs label bootenv should store data as nvlistToomas Soome2020-09-152-0/+30
* FreeBSD: convert teardown inactive lock to a read-mostly sleepable lockMateusz Guzik2020-09-091-1/+64
* Avoid possibility of division by zeroRyan Moeller2020-09-081-1/+1
* Fixes for running FreeBSD buildworld on Linux/macOS hostsAlexander Richardson2020-09-031-1/+4
* Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriateMatthew Macy2020-09-032-6/+8
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-012-2/+1