aboutsummaryrefslogtreecommitdiffstats
path: root/include/os/linux
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.11 compat: blk_{un}register_region()Brian Behlendorf2021-01-051-8/+0
* Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()Brian Behlendorf2021-01-051-11/+24
* Linux 5.11 compat: lookup_bdev()Brian Behlendorf2021-01-051-7/+29
* Linux 4.18.0-257.el8 compat: blk_alloc_queue()Brian Behlendorf2020-12-231-0/+2
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-232-11/+68
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-12-236-12/+14
* FreeBSD: Implement sysctl for fletcher4 implRyan Moeller2020-12-231-0/+11
* FreeBSD: Do zcommon_init sooner to avoid FPU panicRyan Moeller2020-12-231-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-111-4/+2
* Linux 5.10 compat: check_disk_change() removedColeman Kane2020-11-031-0/+36
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-1654-54/+0
* Throw const on some stringsRyan Moeller2020-10-162-11/+11
* FreeBSD: Add support for procfs_listMatthew Macy2020-10-011-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-091-0/+7
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-032-1/+1
* Linux 5.9 compat: NR_SLAB_RECLAIMABLEBrian Behlendorf2020-08-302-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
* Drop unnecessary srcdir pathsArvind Sankar2020-06-244-96/+96
* Add prototypesArvind Sankar2020-06-182-13/+21
* Mark functions as staticArvind Sankar2020-06-181-15/+2
* linux: add basic fallocate(mode=0/2) compatibilityadilger2020-06-181-1/+1
* Disambiguate condvar API contractMatthew Macy2020-06-181-9/+39
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-141-0/+33
* Fix typosAndrea Gelmini2020-06-091-1/+1
* Move GFP flags kernel compatibility codeMichael Niewöhner2020-06-081-0/+12