aboutsummaryrefslogtreecommitdiffstats
path: root/include/os/freebsd
Commit message (Expand)AuthorAgeFilesLines
* module: icp: remove unused (and mostly faked) cm_{{min,max}_key_length,mech_f...наб2022-02-151-3/+0
* module: icp: fold away all key formats except CRYPTO_KEY_RAWнаб2022-02-151-5/+2
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-1/+1
* spl: Don't check FreeBSD rwlocks for double initialization (#13019)Mark Johnston2022-01-311-5/+2
* Replace *CTASSERT() with _Static_assert()наб2022-01-261-1/+0
* Clean up CSTYLEDsнаб2022-01-267-62/+56
* libspl: cast to uintptr_t instead of !!ingнаб2022-01-241-8/+14
* libspl: ASSERT*: !! for sizeofнаб2022-01-211-8/+8
* module/*.ko: prune .data, global .rodataнаб2022-01-143-5/+4
* libspl: ASSERT*: mark arguments as usedнаб2021-12-231-8/+8
* FreeBSD: Provide correct file generation numberRyan Moeller2021-12-161-1/+0
* FreeBSD: fix world build after de198f2d9Martin Matuška2021-11-151-0/+2
* Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistencyBrian Behlendorf2021-11-072-1/+20
* Simplify and document OpenZFS library dependenciesBrian Behlendorf2021-10-071-1/+0
* Use fallthrough macroBrian Behlendorf2021-09-141-0/+1
* 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-262-100/+8
* Detect HAVE_LARGE_STACKS at compile timeKevin Bowling2021-07-161-0/+4
* FreeBSD: fix compilation of FreeBSD world after 29274c9f6Martin Matuška2021-06-251-2/+2
* Optimize small random numbers generationAlexander Motin2021-06-221-0/+22
* Remove pool io kstats (#12212)Alexander Motin2021-06-101-4/+0
* Introduce write-mostly sumsAlexander Motin2021-05-272-0/+73
* Remove unimplemented virus scanning hooksRyan Moeller2021-05-102-3/+0
* module/zfs: remove zfs_zevent_console and zfs_zevent_colsнаб2021-05-102-36/+0
* FreeBSD: Prune some unneeded definitionsRyan Moeller2021-04-301-5/+0
* 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-021-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