aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Fix NULL pointer dereference in zio_ready()Richard Yao2023-02-231-1/+1
* Use rw_tryupgrade() in dmu_bonus_hold_by_dnode()Richard Yao2023-02-221-2/+4
* 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
* Partially revert eee9362a7George Amanakis2023-02-213-24/+7
* Sync thread should avoid holding the spa config write lock when possibleRichard Yao2023-02-161-1/+7
* zfs redact fails when dnodesize=autoPaul Dagnelie2023-02-161-0/+2
* Suppress Clang static analyzer complaint in zfs_replay_create()Richard Yao2023-02-141-3/+3
* Linux: use filemap_range_has_page()Brian Behlendorf2023-02-145-8/+17
* Give strlcat() full buffer lengths rather than smaller buffer lengthsRichard Yao2023-02-141-2/+1
* quick fix for lingering snapdir unmount problemsRich Ercolani2023-02-131-1/+14
* Fix a race condition in dsl_dataset_sync() when activating featuresGeorge Amanakis2023-02-133-11/+33
* Reduce need for contiguous memory for ioctlsPrakash Surya2023-02-132-7/+7
* Improve arc_read() error reportingAlexander Motin2023-02-131-8/+16
* Add assertion and make variables unsigned in abd_alloc_chunks()Richard Yao2023-02-061-6/+8
* Cleanup: spa vdev processing should check NULL pointersRichard Yao2023-02-061-28/+30
* zfs_get_temporary_prop() should not pass NULL to strcpy()Richard Yao2023-02-062-2/+4
* EIO caused by encryption + recursive gangMatthew Ahrens2023-02-061-7/+9
* Unify assembly files with macOSJorgen Lundman2023-02-065-5/+8
* Resolve WS-2021-0184 vulnerability in zstdAllan Jude2023-02-023-9/+13
* Increase default zfs_rebuild_vdev_limit to 64MBBrian Behlendorf2023-01-271-9/+18
* Increase default zfs_scan_vdev_limit to 16MBBrian Behlendorf2023-01-271-12/+16
* Prefetch on deadlists mergeAlexander Motin2023-01-252-6/+130
* Improve resilver ETAsBrian Behlendorf2023-01-252-1/+28
* linux 6.2 compat: zpl_set_acl arg2 is now struct dentryColeman Kane2023-01-241-0/+7
* Introduce minimal ZIL block commit delayAlexander Motin2023-01-241-2/+34
* x86 asm: Replace .align with .balignAttila Fülöp2023-01-2412-43/+43
* IPC: blake3 x86 asm: fix placement of .size directivesAttila Fülöp2023-01-243-9/+6
* Wait for txg sync if the last DRR_FREEOBJECTS might result in a holeDavid Hedberg2023-01-231-0/+26
* Reject streams that set ->drr_payloadlen to unreasonably large valuesRichard Yao2023-01-231-3/+14
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-233-15/+213
* free_blocks(): Fix reports from 2016 PVS Studio FreeBSD reportRichard Yao2023-01-231-10/+17
* Fix reading uninitialized variable in receive_readChunwei Chen2023-01-201-2/+2
* Cleanup ->dd_space_towrite should be unsignedRichard Yao2023-01-201-3/+2
* Micro-optimize dsl_prop_get_dd()Mark Johnston2023-01-201-1/+1
* Avoid passing an uninitialized index to dsl_prop_known_indexMark Johnston2023-01-201-1/+1
* Fix unprotected zfs_znode_dmu_finiChunwei Chen2023-01-194-5/+18
* Unify Assembler files between Linux and WindowsJorgen Lundman2023-01-1723-725/+154
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-1714-48/+19
* Linux ppc64le ieee128 compat: Do not redefine __asm on external headersRichard Yao2023-01-131-24/+20
* Cleanup: Use NULL when doing NULL pointer comparisonsRichard Yao2023-01-124-6/+6
* Cleanup: Remove unneeded semicolonsRichard Yao2023-01-125-5/+5
* Cleanup: Use MIN() macroRichard Yao2023-01-122-3/+2
* 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-125-9/+9
* 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-123-3/+3
* 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-129-11/+11
* Activate filesystem features only in syncing contextGeorge Amanakis2023-01-112-16/+13