aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* vdev_disk: make read/write IO function configurableRob Norris2024-03-281-2/+21
* vdev_disk: reorganise vdev_disk_io_startRob Norris2024-03-281-20/+31
* vdev_disk: rename existing functions to vdev_classic_*Rob Norris2024-03-282-102/+118
* abd: add page iteratorRob Norris2024-03-282-11/+97
* Linux 6.8 compat: use splice_copy_file_range() for fallbackRob N2024-03-211-2/+14
* dmu: Allow buffer fills to failAlexander Motin2024-02-201-2/+2
* Improve performance for zpool trim on linuxUmer Saleem2024-02-061-14/+58
* BRT: Fix FICLONE/FICLONERANGE shortened copyTony Hutter2024-02-063-30/+27
* Linux 6.8 compat: replace MAX_ORDER defineRob Norris2024-01-291-9/+18
* Linux 6.8 compat: implement strlcpy fallbackRob Norris2024-01-294-0/+4
* Linux 6.8 compat: update for new bdev access functionsRob Norris2024-01-291-58/+79
* linux spl: fix typo in top comment of spl-condvar.cTino Reichardt2024-01-291-1/+1
* Make spl_kmem_cache size check consistentyouzhongyang2024-01-291-2/+3
* Linux: Defer loading the object set in zfs_setattr()Mark Johnston2024-01-291-1/+2
* Fix file descriptor leak on pool import.Pawel Jakub Dawidek2024-01-261-12/+51
* Linux 6.7 compat: zfs_setattr fix atime updateRob N2024-01-171-2/+1
* ZIL: Assert record sizes in different placesAlexander Motin2024-01-082-4/+14
* Linux: Reclaim unused spl_kmem_cache_reclaimAlexander Motin2024-01-081-11/+0
* FreeBSD: Optimize large kstat outputsAlexander Motin2024-01-081-22/+16
* Update the kstat dataset_name when renaming a zvolAlan Somers2024-01-082-0/+3
* Linux 6.5 compat: check BLK_OPEN_EXCL is definedBrian Behlendorf2023-12-211-6/+12
* linux 6.7 compat: rework shrinker setup for heap allocationsRob Norris2023-12-212-4/+122
* linux 6.7 compat: handle superblock shrinker member changeRob Norris2023-12-211-2/+8
* linux 6.7 compat: use inode atime/mtime accessorsRob Norris2023-12-214-35/+50
* FreeBSD: Fix ZFS so that snapshots under .zfs/snapshot are NFS visiblermacklem2023-11-292-2/+10
* FreeBSD: Fix the build on FreeBSD 12Alan Somers2023-11-283-8/+22
* ZIL: Do not encrypt block pointers in lr_clone_range_tAlexander Motin2023-11-282-0/+28
* zfs-2.2.1: Disable block cloning by defaultTony Hutter2023-11-162-2/+2
* Add a tunable to disable BRT support.Rich Ercolani2023-11-164-0/+18
* Linux: reject read/write mapping to immutable file only on VM_SHAREDLow-power2023-11-161-2/+2
* Linux 6.6 compat: fix implicit conversion error with debug buildUmer Saleem2023-11-161-1/+1
* Unify arc_prune_async() codeAlexander Motin2023-11-084-114/+33
* Linux 6.6 compat: fsync_bdev() has been removed in favor of sync_blockdev()Coleman Kane2023-11-081-0/+6
* Linux 6.6 compat: generic_fillattr has a new u32 request_mask added at arg2Coleman Kane2023-11-083-2/+22
* Linux 6.6 compat: use inode_get/set_ctime*(...)Coleman Kane2023-11-085-15/+26
* Revert "zvol: Temporally disable blk-mq"Tony Hutter2023-11-061-0/+12
* zvol: Remove broken blk-mq optimizationTony Hutter2023-11-061-29/+0
* FreeBSD: taskq: Remove unused declarationOlivier Certner2023-11-061-2/+0
* FreeBSD: Improve taskq wrapperAlexander Motin2023-11-061-37/+37
* Ensure we call fput when cloning fails due to different devices.Daniel Berlin2023-10-101-2/+6
* zvol: Temporally disable blk-mqTony Hutter2023-10-101-12/+0
* FreeBSD: Reduce divergence from in-tree sourcesAlexander Motin2023-10-102-2/+2
* Reduce number of metaslab preload taskq threads.Alexander Motin2023-10-071-22/+0
* Retire z_nr_znodesMateusz Guzik2023-09-195-14/+6
* Linux 6.5 compat: spl: properly unregister sysctl entriesAndrea Righi2023-09-191-3/+18
* Linux 6.5 compat: safe cleanup in spl_proc_fini()Andrea Righi2023-09-191-18/+18
* Linux 6.5 compat: Use copy_splice_read instead of filemap_splice_readColeman Kane2023-09-191-2/+2
* Linux 6.5 compat: replace generic_file_splice_read with filemap_splice_readColeman Kane2023-09-191-0/+4
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-09-191-3/+23
* Revert "Linux 6.5 compat: register_sysctl_table removed"Brian Atkinson2023-09-191-23/+3