aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Fix memory allocation issue for BLAKE3 contextTino Reichardt2022-06-212-4/+15
* Reduce ZIO io_lock contention on sorted scrubAlexander Motin2022-06-151-4/+15
* Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user propertyAllan Jude2022-06-144-16/+16
* Improve sorted scan memory accountingAlexander Motin2022-06-101-2/+5
* Introduce BLAKE3 checksums as an OpenZFS featureTino Reichardt2022-06-084-0/+438
* Remove wrong assertion in log spacemapAlexander Motin2022-06-011-6/+0
* Fix typo in zil_commit() comment blockAllan Jude2022-05-311-1/+1
* Fix inflated quiesce time caused by lwb_tx during zil_commit()Kevin Jin2022-05-261-20/+69
* More speculative prefetcher improvementsAlexander Motin2022-05-252-88/+111
* Cancel in-progress rebuilds when we finish removalPaul Dagnelie2022-05-251-0/+2
* Refactor Log Size LimitAlexander Motin2022-05-242-27/+48
* Tiered early abort, zstd editionRich Ercolani2022-05-241-1/+1
* Verify BPs in spa_load_verify_cb() and dsl_scan_visitbp()Brian Behlendorf2022-05-203-24/+31
* Expose zpool guids through kstatsAndrew2022-05-181-0/+48
* linux: spl: generic: ddi_strto*: match solaris ddi_strto*(9)наб2022-05-131-2/+2
* Fix functions without a prototypeAidan Harris2022-05-061-1/+1
* Corrected edge case in uncompressed ARC->L2ARC handlingRich Ercolani2022-05-041-8/+19
* Improve mg_aliquot mathAlexander Motin2022-05-041-4/+5
* Reduce dbuf_find() lock contentionBrian Behlendorf2022-05-042-15/+15
* Speed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simultaneouslyShaan Nobee2022-05-031-0/+2
* Add missing replay entry in zvol_replay_vector for TX_SETSAXATTRJitendra Patidar2022-05-021-0/+1
* Default zfs_max_recordsize to 16MRich Ercolani2022-04-282-21/+13
* Improve log spacemap load timeAlexander Motin2022-04-266-141/+235
* Improve zpool status output, list all affected datasetsGeorge Amanakis2022-04-255-66/+896
* linux: module: weld all but spl.ko into zfs.koнаб2022-04-201-158/+0
* Improve the inline descriptions of the ARC module parametersAllan Jude2022-04-201-10/+10
* module: zfs: vdev_removal: remove unused num_indirectнаб2022-04-131-3/+0
* Prefer ATTR_ in shared codebase over AT_Jorgen Lundman2022-04-051-3/+3
* module: zfs: dsl_bookmark: silence false-positive maybe-uninitialisedнаб2022-03-281-3/+2
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-2313-29/+30
* module: zfs: arc: hdr_full_crypt_dest: drop unevaulated-only variableнаб2022-03-181-3/+3
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-151-1/+0
* Remove bcopy(), bzero(), bcmp()наб2022-03-1552-324/+316
* module: zfs: zio_inject: zio_match_handler: don't << -1наб2022-03-131-1/+2
* Add physical device size to SIZE column in 'zpool list -v'Akash B2022-03-081-0/+1
* Fix ENOSPC when unlinking multiple files from full poolBrian Behlendorf2022-03-082-6/+20
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-0413-28/+28
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-224-2/+218
* Correct compilation errors reported by GCC 10/11Damian Szuberski2022-02-201-7/+5
* module: zfs: zcp_get: fix uninitialised warningнаб2022-02-181-1/+1
* module: mark arguments usedнаб2022-02-1812-94/+58
* Enable encrypted raw sending to pools with greater ashiftGeorge Amanakis2022-02-161-1/+7
* module: icp: rip out insane crypto_req_handle_t mechanism, inline KM_SLEEPнаб2022-02-151-2/+2
* module: icp: fold away all key formats except CRYPTO_KEY_RAWнаб2022-02-152-3/+0
* module: icp: remove unused CRYPTO_ALWAYS_QUEUEнаб2022-02-151-4/+4
* Add spa _os() hooksJorgen Lundman2022-02-151-0/+11
* Avoid dirtying the final TXGs when exporting a poolGeorge Amanakis2022-02-151-17/+43
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-156-12/+12
* Silence uninitialized warnings in dsl_dataset.cRich Ercolani2022-02-141-6/+6
* Receive checks should allow unencrypted child datasetsAttila Fülöp2022-02-091-1/+9