aboutsummaryrefslogtreecommitdiffstats
path: root/include/os
Commit message (Expand)AuthorAgeFilesLines
* Implement memory and CPU hotplugPaul Dagnelie2020-12-101-0/+5
* FreeBSD: Do zcommon_init sooner to avoid FPU panicRyan Moeller2020-12-092-0/+9
* Linux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usageBrian Behlendorf2020-11-141-1/+5
* Fix compiling on FreeBSD + gcc - don't assume illmnos bitsAdrian Chadd2020-11-101-12/+20
* G/C struct znode -> z_movedMateusz Guzik2020-11-101-4/+2
* FreeBSD: Move uio_prefaultpages def to uio.hRyan Moeller2020-11-102-1/+1
* Linux 5.10 compat: check_disk_change() removedColeman Kane2020-11-021-0/+36
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2020-11-022-2/+0
* Introduce CPU_SEQID_UNSTABLEMateusz Guzik2020-11-022-0/+2
* Consolidate zfs_holey and zfs_accessMatthew Macy2020-10-313-4/+9
* Remove duplicate cond_resched() definitionRyan Moeller2020-10-311-1/+0
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-302-64/+0
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-2113-17/+30
* 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-0856-56/+0
* FreeBSD: Sort out kernel FPU headers for 12.1-RELRyan Moeller2020-10-021-7/+4
* Throw const on some stringsRyan Moeller2020-10-025-23/+19
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-233-5/+27
* FreeBSD: Don't save user FPU context in kernel threadsMatthew Macy2020-09-231-8/+8
* vdev_ashift should only be set onceGeorge Wilson2020-09-181-0/+2
* zfs label bootenv should store data as nvlistToomas Soome2020-09-154-0/+60
* 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-033-6/+15
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-014-3/+2
* FreeBSD: Simplify INGLOBALZONERyan Moeller2020-08-311-5/+4
* FreeBSD: Define crgetzoneid appropriatelyRyan Moeller2020-08-311-1/+1
* Linux 5.9 compat: NR_SLAB_RECLAIMABLEBrian Behlendorf2020-08-292-36/+0
* Remove pragma ident linesToomas Soome2020-08-266-12/+0
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-0/+6
* Linux 5.7 compat: Include linux/sched.h in spl/sys/mutex.hPavel Snajdr2020-08-191-0/+1
* 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
* Remove KMC_KMEM and KMC_VMEMMatthew Ahrens2020-08-171-4/+0
* FreeBSD: Create taskq threads in appropriate procRyan Moeller2020-08-171-3/+8
* Linux 5.9 compat: make_request_fn replaced with submit_bio interfaceColeman Kane2020-08-111-0/+2
* Linux 5.9 compat: Update NR_SLAB_RECLAIMABLE to NR_SLAB_RECLAIMABLE_BColeman Kane2020-08-112-0/+21
* Remove KM_NODEBUGMatthew Ahrens2020-08-051-1/+0
* Remove KMC_NOMAGAZINEMatthew Ahrens2020-08-051-2/+0
* Remove KMC_QCACHEMatthew Ahrens2020-08-051-2/+0
* Remove KMC_NOHASHMatthew Ahrens2020-08-051-2/+0
* Remove KMC_NOTOUCHMatthew Ahrens2020-08-052-3/+0
* Remove KMC_OFFSLABMatthew Ahrens2020-08-051-2/+0
* FreeBSD: Add support for lockless lookupMatthew Macy2020-08-052-0/+16
* Fix arc__wait__for__eviction tracepointPavel Snajdr2020-08-041-2/+2
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-07-318-8/+34
* Revise ARC shrinker algorithmMatthew Ahrens2020-07-312-2/+38