summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* LUA: Fix CVE-2014-5461Richard Yao2022-09-271-1/+1
* Linux: Fix uninitialized variable usage in zio_do_crypt_data()Richard Yao2022-09-271-3/+3
* Refactor Log Size LimitAlexander Motin2022-09-262-27/+48
* Revert "Reduce dbuf_find() lock contention"Brian Behlendorf2022-09-212-15/+15
* Add zfs_btree_verify_intensity kernel module parameterRichard Yao2022-09-211-1/+7
* Fix incorrect size given to bqueue_enqueue() call in dmu_redact.c Richard Yao2022-09-211-2/+2
* Delay ZFS_PROP_SHARESMB property to handle it for encrypted raw receiveAmeer Hamza2022-09-211-0/+15
* Improve too large physical ashift handlingAlexander Motin2022-09-215-11/+58
* Add Module Parameter Regarding Log Size LimitKevin Jin2022-09-215-2/+86
* Optimize txg_kick() process (#12274)Kevin Jin2022-09-212-28/+33
* zfs recv hangs if max recordsize is less than received recordsizeAmeer Hamza2022-09-191-10/+13
* vdev_draid_lookup_map() should not iterate outside draid_mapsRichard Yao2022-09-151-1/+1
* Add physical device size to SIZE column in 'zpool list -v'Akash B2022-09-151-0/+1
* Introduce a tunable to exclude special class buffers from L2ARCGeorge Amanakis2022-09-144-7/+112
* Apply arc_shrink_shift to ARC above arc_c_minAlexander Motin2022-09-132-5/+9
* Fix use-after-free in btree codeRichard Yao2022-09-131-2/+2
* Linux 5.20 compat: blk_cleanup_disk()Brian Behlendorf2022-08-091-0/+4
* Linux 5.20 compat: bdevname()Brian Behlendorf2022-08-091-1/+11
* Revert behavior of 59eab109 on not-LinuxRich Ercolani2022-08-021-1/+8
* Handle partial reads in zfs_readRich Ercolani2022-08-021-0/+8
* module: lua: ldo: fix pragma nameнаб2022-07-281-1/+1
* Fix objtool: missing int3 after ret warningBrian Behlendorf2022-07-278-22/+34
* ICP: Add missing stack frame info to SHA asm filesAttila Fülöp2022-07-272-0/+52
* Fix -Wuse-after-free warning in dbuf_destroy()Brian Behlendorf2022-07-271-3/+3
* Fix -Wuse-after-free warning in dbuf_issue_final_prefetch_done()Brian Behlendorf2022-07-271-1/+2
* Fix -Wattribute-warning in dsl layerBrian Behlendorf2022-07-271-4/+2
* Fix -Wattribute-warning in edonrBrian Behlendorf2022-07-271-1/+1
* Fix -Wattribute-warning in zfs_log_xvattr()Brian Behlendorf2022-07-271-34/+29
* Silence -Winfinite-recursion warning in luaD_throw()Brian Behlendorf2022-07-271-0/+11
* libtpool: -Wno-clobberedнаб2022-07-271-1/+1
* Remove sha1 hashing from OpenZFS, it's not used anywhere.Tino Reichardt2022-07-268-3625/+0
* Fix scrub resume from newly created hole.Alexander Motin2022-07-262-6/+21
* Avoid memory copy when verifying raidz/draid parityAlexander Motin2022-07-261-2/+3
* Avoid memory copies during mirror scrubAlexander Motin2022-07-261-70/+61
* Fix and disable blocks statistics during scrubAlexander Motin2022-07-262-33/+30
* Avoid two 64-bit divisions per scanned blockAlexander Motin2022-07-261-4/+6
* Several B-tree optimizationsAlexander Motin2022-07-261-362/+411
* Several sorted scrub optimizationsAlexander Motin2022-07-262-188/+152
* FreeBSD: Improve crypto_dispatch() handlingAlexander Motin2022-07-261-12/+29
* Reduce ZIO io_lock contention on sorted scrubAlexander Motin2022-07-261-4/+15
* AVL: Remove obsolete branching optimizationsAlexander Motin2022-07-261-20/+4
* More speculative prefetcher improvementsAlexander Motin2022-07-262-88/+111
* Improve mg_aliquot mathAlexander Motin2022-07-261-4/+5
* Improve log spacemap load timeAlexander Motin2022-07-265-140/+234
* Add more control/visibility to spa_load_verify().Alexander Motin2022-07-261-3/+17
* spa.c: Replace VERIFY(nvlist_*(...) == 0) with fnvlist_* (#12678)Allan Jude2022-07-261-156/+129
* Avoid small buffer copying on writeAlexander Motin2022-07-264-4/+5
* Remove refcount from spa_config_*()Alexander Motin2022-07-261-10/+9
* Scrub mirror children without BPsBrian Behlendorf2022-07-142-14/+88
* FreeBSD: Silence clang unused-but-set-variableRyan Moeller2022-06-151-0/+1