aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux 4.20 compat: wrapper function for iov_iter type accessColeman Kane2023-09-191-5/+2
* Linux 6.4 compat: iter_iov() function now used to get old iov memberColeman Kane2023-09-191-5/+3
* Linux 6.5 compat: blkdev changesColeman Kane2023-09-194-14/+83
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-09-191-3/+23
* Intel QAT 1.7 compatibilityVolker Mauel2023-09-071-0/+2
* copy_file_range: fix fallback when source create on same txgRob N2023-08-252-3/+5
* zfs_clone_range should return a descriptive error codesoromenahar2023-08-252-3/+3
* linux: zfs: ctldir: set [amc]time to snapshot's creation propertyнаб2023-08-021-5/+21
* linux/copy_file_range: properly request a fallback copy on Linux <5.3Rob N2023-08-021-0/+7
* BRT should return EOPNOTSUPPoromenahar2023-07-271-1/+1
* linux: implement filesystem-side copy/clone functions for EL7Rob Norris2023-07-264-8/+34
* linux: implement filesystem-side clone ioctlsRob Norris2023-07-262-0/+85
* linux: implement filesystem-side copy/clone functionsRob Norris2023-07-262-1/+195
* Fix zpl_test_super race with zfs_umountChunwei Chen2023-07-212-15/+25
* FreeBSD: Fix build on stable/13 after 1302506.Alexander Motin2023-07-201-1/+2
* Enable tuning of ZVOL open timeout valuePrakash Surya2023-06-301-1/+6
* Add a delay to tearing down threads.Rich Ercolani2023-06-261-1/+33
* Finally drop long disabled vdev cache.Alexander Motin2023-06-091-2/+0
* Use list_remove_head() where possible.Alexander Motin2023-06-092-6/+2
* Linux: Never sleep in kmem_cache_alloc(..., KM_NOSLEEP) (#14926)Brian Behlendorf2023-06-071-1/+11
* znode: expose zfs_get_zplprop to libzpoolRob Norris2023-06-054-171/+172
* Linux 6.4 compat: reclaimed_slab renamed to reclaimedyouzhongyang2023-05-242-1/+8
* Prevent panic during concurrent snapshot rollback and zvol readAmeer Hamza2023-05-091-0/+2
* Fix checkstyle warningBrian Behlendorf2023-04-261-1/+1
* FreeBSD: fix up EINVAL from getdirentries on .zfsMateusz Guzik2023-04-261-0/+11
* FreeBSD: add missing vn state transition for .zfsMateusz Guzik2023-04-261-0/+4
* FreeBSD: add missing vop_fplookup assignmentsMateusz Guzik2023-04-241-0/+9
* FreeBSD: try to fallback early if can't do optimized copyMateusz Guzik2023-04-241-0/+8
* FreeBSD: fix up EXDEV handling for clone_rangeMateusz Guzik2023-04-241-30/+33