aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-104-2/+128
* Linux: Fix octal detection in define_ddi_strtox()Richard Yao2023-03-081-1/+1
* Linux: Suppress clang static analyzer warning in zfs_remove()Richard Yao2023-03-081-0/+1
* Linux: Silence static analyzer warning in crypto_create_ctx_template()Richard Yao2023-03-081-1/+1
* Linux cleanup: zvol_discard() should only call blk_queue_io_stat() onceRichard Yao2023-03-081-2/+1
* More adaptive ARC evictionAlexander Motin2023-03-083-28/+53
* [FreeBSD] fix false assert in cache_vop_rmdir when replaying ZILAndriy Gapon2023-03-071-1/+2
* [FreeBSD] zfs_znode_alloc: lock the vnode earlierAndriy Gapon2023-03-061-6/+7
* Remove old or redundant SHA2 filesTino Reichardt2023-03-027-1421/+0
* Linux: zfs_fillpage() should handle partial pages from end of fileRichard Yao2023-03-011-1/+5
* Prevent incorrect datasets being mountedJohn Poduska2023-02-271-2/+20
* Fix buffered/direct/mmap I/O raceBrian Behlendorf2023-02-232-102/+84
* FreeBSD: don't verify recycled vnode for zfs control directoryrob-wing2023-02-211-1/+3
* Fix per-jail zfs.mount_snapshot settingAllan Jude2023-02-211-2/+14
* Linux: use filemap_range_has_page()Brian Behlendorf2023-02-144-5/+12
* quick fix for lingering snapdir unmount problemsRich Ercolani2023-02-131-1/+14
* Reduce need for contiguous memory for ioctlsPrakash Surya2023-02-132-7/+7
* Add assertion and make variables unsigned in abd_alloc_chunks()Richard Yao2023-02-061-6/+8
* zfs_get_temporary_prop() should not pass NULL to strcpy()Richard Yao2023-02-062-2/+4
* linux 6.2 compat: zpl_set_acl arg2 is now struct dentryColeman Kane2023-01-241-0/+7
* Fix unprotected zfs_znode_dmu_finiChunwei Chen2023-01-194-5/+18
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-178-23/+10