aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Use <fcntl.h> instead of <sys/fcntl.h>Sam James2024-11-071-1/+3
* Update ABD stats for linear page LinuxBrian Atkinson2024-11-071-0/+2
* ZFS send should use spill block prefetched from send_reader_threadChunwei Chen2024-11-061-62/+64
* Use simple folio migration functiontstabrawa2024-11-061-0/+6
* Revert "Avoid BUG in migrate_folio_extra"tstabrawa2024-11-063-71/+0
* module: unicode: remove unused tolower transformationsнаб2024-11-041-5/+32
* Reduce dirty records memory usageAlexander Motin2024-11-044-11/+22
* zfs(4): remove "experimental" from zfs_bclone_enabledRob Norris2024-11-011-3/+3
* module: unicode: remove unused uconv.cнаб2024-11-013-863/+2
* Revert "Workaround issue of Linux vdev_disk.c, (#16678)"Rob Norris2024-10-311-14/+0
* vdev_disk: move abd return and free off the interrupt handlerRob Norris2024-10-311-13/+27
* vdev_disk: try harder to ensure IO alignment rulesRob Norris2024-10-311-53/+67
* Add warning for external consumers of dmu_tx_callback_registerSerapheim Dimitropoulos2024-10-301-0/+7
* On the first vdev open ignore impossible ashift hintsAlexander Motin2024-10-291-2/+3
* Fix gcc uninitialized warning in FreeBSD zio_crypt.cDimitry Andric2024-10-291-3/+2
* Workaround issue of Linux vdev_disk.c, (#16678)Alexander Motin2024-10-231-0/+14
* config: fix dequeue_signal check for kernels <4.20Rob Norris2024-10-201-3/+3
* Fix inconsistent mount options for ZFS rootUmer Saleem2024-10-172-7/+108
* Revert "Temporarily disable Direct IO by default"Brian Behlendorf2024-10-121-0/+7
* Always validate checksums for Direct I/O readsBrian Atkinson2024-10-0910-49/+226
* Fix generation of kernel uevents for snapshot rename on linuxJKDingwall2024-10-061-2/+9
* ARC: Cache arc_c value during arc_evict()Alexander Motin2024-10-041-7/+8
* Defer resilver only when progress is above a thresholdPavel Snajdr2024-10-041-14/+39
* feature: large_microzapRob Norris2024-10-025-7/+103
* Temporarily disable Direct IO by defaultBrian Behlendorf2024-10-021-1/+1
* snapdir: add 'disabled' value to make .zfs inaccessibleBrian Behlendorf2024-10-027-6/+37
* Avoid computing strlen() inside loopsrilysh2024-10-022-4/+6
* Linux 6.12: PG_error flag was removedRob Norris2024-10-011-0/+1
* Linux 6.12: support 3arg dequeue_signal() without task paramRob Norris2024-10-011-8/+10
* Support for longnames for files/directories (Linux part)Sanjeev Bagewadi2024-10-0119-43/+372
* Allocate zap_attribute_t from kmem instead of stackSanjeev Bagewadi2024-10-0131-296/+420
* Restrict raidz faulted vdev countDon Brady2024-10-011-10/+33
* lua: add flex array field to TString typeRob Norris2024-09-304-12/+15
* zfs_log: add flex array fields to log record structsRob Norris2024-09-272-113/+120
* Avoid BUG in migrate_folio_extratstabrawa2024-09-263-0/+71
* Properly release key in spa_keystore_dsl_key_hold_dd()Alexander Motin2024-09-251-1/+1
* FreeBSD: Sync taskq_cancel_id() returns with LinuxAlexander Motin2024-09-241-2/+2
* Add missing guard defines for simd_statw0xel2024-09-241-0/+6
* Evicting too many bytes from MFU metadataTheera K.2024-09-231-1/+1
* linux: log a scary warning when used with an experimental kernelRob Norris2024-09-231-0/+6
* xattr dataset prop: change defaults to saGeorge Melikov2024-09-232-3/+3
* Fix /proc/spl/kstat/simd on x86Rich Ercolani2024-09-221-1/+9
* FreeBSD: restore zfs_znode_update_vfs()Rob Norris2024-09-211-0/+12
* Add SIMD metadata in /proc on Linux follow upBrian Behlendorf2024-09-201-3/+0
* Add SIMD metadata in /proc on LinuxRich Ercolani2024-09-203-0/+196
* arc_hdr_authenticate: make explicit errorGeorge Melikov2024-09-191-2/+6
* ZLE compression: don't use BPE_PAYLOAD_SIZEGeorge Melikov2024-09-192-5/+11
* zio_compress: introduce max size thresholdGeorge Melikov2024-09-194-18/+32
* zfs_debug: specific variant for userspaceRob Norris2024-09-192-77/+1
* zfs_znode: lift common code to a single shared fileRob Norris2024-09-195-747/+401