aboutsummaryrefslogtreecommitdiffstats
path: root/include/os/linux
Commit message (Expand)AuthorAgeFilesLines
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-091-1/+0
* Remove unused iov_iter_init_compat() wrapperBrian Behlendorf2021-01-301-13/+0
* Extending FreeBSD UIO StructBrian Atkinson2021-01-203-28/+38
* Linux 5.11 compat: blk_{un}register_region()Brian Behlendorf2020-12-271-8/+0
* Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()Brian Behlendorf2020-12-271-11/+24
* Linux 5.11 compat: lookup_bdev()Brian Behlendorf2020-12-271-7/+29
* Linux 4.18.0-257.el8 compat: blk_alloc_queue()Brian Behlendorf2020-12-211-0/+2
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-182-11/+68
* FreeBSD: Implement sysctl for fletcher4 implRyan Moeller2020-12-111-0/+11
* Implement memory and CPU hotplugPaul Dagnelie2020-12-101-0/+5
* FreeBSD: Do zcommon_init sooner to avoid FPU panicRyan Moeller2020-12-091-0/+2
* Linux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usageBrian Behlendorf2020-11-141-1/+5
* G/C struct znode -> z_movedMateusz Guzik2020-11-101-4/+2
* Linux 5.10 compat: check_disk_change() removedColeman Kane2020-11-021-0/+36
* 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-312-2/+6
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-301-43/+0
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-216-12/+14
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-0854-54/+0
* Throw const on some stringsRyan Moeller2020-10-022-11/+11
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-231-0/+1
* vdev_ashift should only be set onceGeorge Wilson2020-09-181-0/+2
* zfs label bootenv should store data as nvlistToomas Soome2020-09-152-0/+30
* Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriateMatthew Macy2020-09-031-0/+7
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-012-1/+1
* Linux 5.9 compat: NR_SLAB_RECLAIMABLEBrian Behlendorf2020-08-292-36/+0
* Linux 5.7 compat: Include linux/sched.h in spl/sys/mutex.hPavel Snajdr2020-08-191-0/+1
* Remove KMC_KMEM and KMC_VMEMMatthew Ahrens2020-08-171-4/+0
* 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 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-051-2/+0
* Remove KMC_OFFSLABMatthew Ahrens2020-08-051-2/+0
* Fix arc__wait__for__eviction tracepointPavel Snajdr2020-08-041-2/+2
* Revise ARC shrinker algorithmMatthew Ahrens2020-07-312-2/+38
* Introduce names for ZTHRsSerapheim Dimitropoulos2020-07-291-0/+5
* Prefix zfs internal endian checks with _ZFSMatthew Macy2020-07-282-20/+21
* remove kmem_cache module parameter KMC_EXPIRE_AGEMatthew Ahrens2020-07-241-8/+0
* Remove skc_reclaim, hdr_recl, kmem_cache shrinkerMatthew Ahrens2020-07-191-3/+1
* Fixing gang ABD child removal race conditionBrian Atkinson2020-07-141-1/+3
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-111-0/+1
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-292-12/+2
* Avoid installing kernel headers on FreeBSDArvind Sankar2020-06-271-0/+2
* Style fixesBrian Behlendorf2020-06-271-1/+1
* Revise SPL wrapper for shrinker callbacksMatthew Ahrens2020-06-271-82/+40
* Use percpu_counter for obj_alloc counter of Linux-backed cachesSerapheim Dimitropoulos2020-06-263-0/+46
* Fixes for make distArvind Sankar2020-06-261-12/+1