aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* Retire z_nr_znodesMateusz Guzik2023-09-185-14/+6
* Intel QAT 1.7 compatibilityVolker Mauel2023-09-071-0/+2
* Linux 6.5 compat: spl: properly unregister sysctl entriesAndrea Righi2023-09-071-3/+18
* Selectable block allocatorsednadolski-ix2023-09-012-0/+30
* Linux 6.5 compat: safe cleanup in spl_proc_fini()Andrea Righi2023-09-011-18/+18
* copy_file_range: fix fallback when source create on same txgRob N2023-08-142-3/+5
* Linux 6.5 compat: Use copy_splice_read instead of filemap_splice_readColeman Kane2023-08-081-2/+2
* zfs_clone_range should return a descriptive error codesoromenahar2023-08-082-3/+3
* Linux 6.5 compat: replace generic_file_splice_read with filemap_splice_readColeman Kane2023-08-071-0/+4
* Refactor dmu_prefetch().Alexander Motin2023-08-072-8/+3
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-08-021-3/+23
* Revert "Linux 6.5 compat: register_sysctl_table removed"Brian Atkinson2023-08-011-23/+3
* linux/copy_file_range: properly request a fallback copy on Linux <5.3Rob N2023-08-011-0/+7
* linux: zfs: ctldir: set [amc]time to snapshot's creation propertyнаб2023-08-011-5/+21
* Linux 4.20 compat: wrapper function for iov_iter type accessColeman Kane2023-08-011-5/+2
* Linux 6.4 compat: iter_iov() function now used to get old iov memberColeman Kane2023-08-011-5/+3
* Linux 6.5 compat: blkdev changesColeman Kane2023-08-014-14/+83
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-08-011-3/+23
* BRT should return EOPNOTSUPPoromenahar2023-07-271-1/+1
* linux: implement filesystem-side copy/clone functions for EL7Rob Norris2023-07-244-8/+34
* linux: implement filesystem-side clone ioctlsRob Norris2023-07-242-0/+85
* linux: implement filesystem-side copy/clone functionsRob Norris2023-07-242-1/+195
* Fix zpl_test_super race with zfs_umountChunwei Chen2023-07-202-15/+25
* FreeBSD: Fix build on stable/13 after 1302506.Alexander Motin2023-07-131-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
* FreeBSD: make zfs_vfs_held() definition consistent with declarationDimitry Andric2023-04-211-1/+1
* Linux: zfs_zaccess_trivial() should always call generic_permission()Richard Yao2023-04-201-2/+1
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-1013-105/+183
* Miscellaneous FreBSD compilation bugfixesMartin Matuška2023-04-061-3/+4
* vdev: expose zfs_vdev_def_queue_depth as a module parameterRob N2023-04-061-8/+0
* Linux 6.3 compat: writepage_t first arg struct folio*youzhongyang2023-04-051-3/+25
* Use vmem_zalloc to silence allocation warningBrian Behlendorf2023-03-311-2/+2
* Additional limits on hole reportingBrian Behlendorf2023-03-281-0/+3
* Fix build on FreeBSDPawel Jakub Dawidek2023-03-223-3/+3
* FreeBSD: Remove extra arc_reduce_target_size() callAlexander Motin2023-03-171-2/+0
* QAT: Fix uninitialized seed in QAT compressionnaivekun2023-03-161-1/+1
* nvpair: Constify string functionsRichard Yao2023-03-143-4/+4