aboutsummaryrefslogtreecommitdiffstats
path: root/include/os/freebsd
Commit message (Expand)AuthorAgeFilesLines
* 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
* FreeBSD: Simplify INGLOBALZONERyan Moeller2020-08-311-5/+4
* FreeBSD: Define crgetzoneid appropriatelyRyan Moeller2020-08-311-1/+1
* Remove pragma ident linesToomas Soome2020-08-266-12/+0
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-0/+6
* FreeBSD: Add option to rewind checkpoint while importing root poolMariusz Zaborski2020-08-191-1/+1
* FreeBSD: Fix UNIX permissions checkingMatthew Macy2020-08-183-0/+140
* Make zc_nvlist_src_size limit tunableRyan Moeller2020-08-181-2/+0
* FreeBSD: Create taskq threads in appropriate procRyan Moeller2020-08-171-3/+8
* Remove KM_NODEBUGMatthew Ahrens2020-08-051-1/+0
* Remove KMC_NOTOUCHMatthew Ahrens2020-08-051-1/+0
* FreeBSD: Add support for lockless lookupMatthew Macy2020-08-052-0/+16
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-07-318-8/+34
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-293-3/+2
* Introduce names for ZTHRsSerapheim Dimitropoulos2020-07-291-3/+6
* Prefix zfs internal endian checks with _ZFSMatthew Macy2020-07-284-45/+11