aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup: Use NULL when doing NULL pointer comparisonsRichard Yao2023-01-121-1/+1
* Cleanup: !A || A && B is equivalent to !A || BRichard Yao2023-01-122-4/+2
* Cleanup: Replace oldstyle struct hack with C99 flexible array membersRichard Yao2023-01-122-4/+4
* Cleanup: Fix indentation in zfs_dbgmsg_tRichard Yao2023-01-121-1/+1
* Cleanup: Use C99 flexible array members instead of zero length arraysRichard Yao2023-01-122-2/+2
* Cleanup: Use kmem_zalloc() instead of memset() to zero memoryRichard Yao2023-01-121-2/+1
* Cleanup: Remove unnecessary explicit casts of pointers from allocatorsRichard Yao2023-01-122-2/+2
* Turn default_bs and default_ibs into ZFS_MODULE_PARAMsMateusz Piotrowski2023-01-111-14/+0
* linux 6.2 compat: get_acl() got moved to get_inode_acl() in 6.2Coleman Kane2023-01-062-1/+13
* Linux 6.1 compat: open inside tmpfile()Antonio Russo2023-01-061-0/+15
* FreeBSD: catch up to 1400077Mateusz Guzik2023-01-051-0/+3
* Implement uncached prefetchAlexander Motin2023-01-041-2/+15
* FreeBSD: Fix potential boot panic with bad labelRyan Moeller2022-12-221-0/+2