aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn default_bs and default_ibs into ZFS_MODULE_PARAMsMateusz Piotrowski2023-01-112-14/+5
* Add tunable to allow changing micro ZAP's max sizeMateusz Piotrowski2023-01-102-2/+9
* Batch enqueue/dequeue for bqueueMatthew Ahrens2023-01-101-50/+67
* ztest: update ztest_dmu_snapshot_create_destroy()Brian Behlendorf2023-01-101-5/+5
* ztest fails assertion in zio_write_gang_member_ready()Matthew Ahrens2023-01-091-1/+1
* zed: add hotplug support for spare vdevsAmeer Hamza2023-01-091-0/+2
* Remove some dead ARC code. (#14340)Alexander Motin2023-01-091-74/+26
* 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
* Illumos #15286: do_composition() needs sign awarenessRichard Yao2023-01-051-6/+15
* FreeBSD: catch up to 1400077Mateusz Guzik2023-01-051-0/+3
* Hide b_freeze_* under ZFS_DEBUGAlexander Motin2023-01-051-6/+27
* Implement uncached prefetchAlexander Motin2023-01-046-131/+211
* arc_read()/arc_access() refactoring and cleanupAlexander Motin2022-12-223-288/+267
* FreeBSD: Fix potential boot panic with bad labelRyan Moeller2022-12-221-0/+2
* deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-224-175/+109
* FreeBSD: Remove stray debug printfDoug Rabson2022-12-131-5/+2
* Zero end of embedded block buffer in dump_write_embedded()Richard Yao2022-12-131-1/+7
* Cache dbuf_hash() calculationRichard Yao2022-12-132-17/+24
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-131-3/+2
* Skip permission checks for extended attributesAmeer Hamza2022-12-123-6/+3
* Restrict visibility of per-dataset kstats inside FreeBSD jailsAllan Jude2022-12-091-10/+79