aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Skip memory allocation when compressing holesRichard Yao2023-02-275-16/+23
* ICP: AES-GCM: Refactor gcm_clear_ctx()Attila Fülöp2023-02-274-55/+36
* Move zap_attribute_t to the heap in dsl_deadlist_mergeMariusz Zaborski2023-02-271-10/+16
* Workaround GitHub Action failureBrian Behlendorf2023-02-274-8/+16
* Use .section .rodata instead of .rodata on FreeBSDDimitry Andric2023-02-242-2/+2
* Move dmu_buf_rele() after dsl_dataset_sync_done()George Amanakis2023-02-234-10/+4
* ZTS: Minor fixesBrian Behlendorf2023-02-232-3/+3
* Fix buffered/direct/mmap I/O raceBrian Behlendorf2023-02-237-105/+175
* 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
* Improve error message of zfs redactPaul Dagnelie2023-02-211-3/+18
* 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
* zdb: zero-pad checksum output follow upBrian Behlendorf2023-02-151-1/+1
* Suppress Clang static analyzer complaint in zfs_replay_create()Richard Yao2023-02-141-3/+3
* Linux: use filemap_range_has_page()Brian Behlendorf2023-02-1411-17/+65
* Give strlcat() full buffer lengths rather than smaller buffer lengthsRichard Yao2023-02-143-5/+4
* 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-134-11/+34
* Reduce need for contiguous memory for ioctlsPrakash Surya2023-02-132-7/+7
* Improve arc_read() error reportingAlexander Motin2023-02-131-8/+16
* rpm: Use libtirpc-devel and /usr/lib on SUSEAndreas Vögele2023-02-091-4/+4
* zdb: zero-pad checksum outputRob N ★2023-02-071-2/+5
* initramfs: Make mountpoint=none workRyan Moeller2023-02-061-1/+3
* 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-064-8/+97
* Restore FreeBSD to use .rodataJorgen Lundman2023-02-062-2/+2
* Unify assembly files with macOSJorgen Lundman2023-02-065-5/+8
* Fix variable shadowing in libzfs_mountReno Reckling2023-02-021-3/+3
* Prevent error messages when running tests with no timeoutPaul Dagnelie2023-02-021-1/+1
* Teach zdb about DMU_OT_ERROR_LOG objectsGeorge Amanakis2023-02-021-0/+19
* zfs_main.c: fix unused variable error with GCCrob-wing2023-02-022-1/+1
* Resolve WS-2021-0184 vulnerability in zstdAllan Jude2023-02-023-9/+13
* rootdelay on zfs should be adaptiveGeorge Wilson2023-02-021-19/+35
* Fix console progress reporting for recursive sendAmeer Hamza2023-02-022-3/+7
* Increase default zfs_rebuild_vdev_limit to 64MBBrian Behlendorf2023-01-272-10/+19
* Increase default zfs_scan_vdev_limit to 16MBBrian Behlendorf2023-01-272-13/+17
* Prefetch on deadlists mergeAlexander Motin2023-01-253-6/+131
* Improve resilver ETAsBrian Behlendorf2023-01-254-12/+57
* linux 6.2 compat: zpl_set_acl arg2 is now struct dentryColeman Kane2023-01-243-3/+38
* Introduce minimal ZIL block commit delayAlexander Motin2023-01-242-2/+41
* x86 asm: Replace .align with .balignAttila Fülöp2023-01-2416-63/+63
* 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-235-1/+116
* Reject streams that set ->drr_payloadlen to unreasonably large valuesRichard Yao2023-01-235-6/+34