aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Remove hash_elements_max accounting from DBUF and ARCAlexander Motin2024-11-192-11/+14
* Move "no name changes" from compression to checksum tableRob Norris2024-11-192-4/+6
* BRT: Rework structures and locks to be per-vdevAlexander Motin2024-11-152-462/+338
* ZAP: Add by_dnode variants to lookup/prefetch_uint64Alexander Motin2024-11-151-10/+58
* BRT: Don't call brt_pending_remove() on holes/embeddedAlexander Motin2024-11-151-2/+5
* dsl_dataset: put IO-inducing frees on the pool deadlistRob Norris2024-11-131-2/+26
* L2ARC: Move different stats updates earlierAlexander Motin2024-11-131-8/+10
* ZFS send should use spill block prefetched from send_reader_threadChunwei Chen2024-11-061-62/+64
* Reduce dirty records memory usageAlexander Motin2024-11-044-11/+22
* zfs(4): remove "experimental" from zfs_bclone_enabledRob Norris2024-11-011-3/+3
* Revert "Workaround issue of Linux vdev_disk.c, (#16678)"Rob Norris2024-10-311-14/+0
* 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
* Workaround issue of Linux vdev_disk.c, (#16678)Alexander Motin2024-10-231-0/+14
* Revert "Temporarily disable Direct IO by default"Brian Behlendorf2024-10-121-0/+7
* Always validate checksums for Direct I/O readsBrian Atkinson2024-10-097-44/+185
* 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-024-6/+89
* Temporarily disable Direct IO by defaultBrian Behlendorf2024-10-021-1/+1
* snapdir: add 'disabled' value to make .zfs inaccessibleBrian Behlendorf2024-10-021-0/+4
* Support for longnames for files/directories (Linux part)Sanjeev Bagewadi2024-10-018-35/+159
* Allocate zap_attribute_t from kmem instead of stackSanjeev Bagewadi2024-10-0126-240/+350
* Restrict raidz faulted vdev countDon Brady2024-10-011-10/+33
* zfs_log: add flex array fields to log record structsRob Norris2024-09-272-113/+120
* Properly release key in spa_keystore_dsl_key_hold_dd()Alexander Motin2024-09-251-1/+1
* Evicting too many bytes from MFU metadataTheera K.2024-09-231-1/+1
* 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_znode: lift common code to a single shared fileRob Norris2024-09-191-0/+397
* cityhash: replace invocations with specialized versions when possibleShengqi Chen2024-09-192-4/+4
* dmu_objset: replace dnode_hash impl with cityhash4Shengqi Chen2024-09-191-16/+3
* Remove extra newline from spa_set_allocator().Alexander Motin2024-09-171-1/+1
* Adding Direct IO SupportBrian Atkinson2024-09-1415-228/+1250
* Remove set but not used variable in ddt.c (#16522)Tino Reichardt2024-09-101-2/+1
* zio_resume: log when unsuspending the pool (#16485)Rob Norris2024-09-091-1/+5
* spa_prop_get: require caller to supply output nvlistRob Norris2024-09-062-62/+48
* Add DDT prune commandDon Brady2024-09-044-58/+500
* zdb: rework dedup accounting for log, quota and pruneRob Norris2024-09-041-0/+3
* fm: pass io_flags through events & zed as uint64_tRob Norris2024-08-261-1/+1
* zpool: Provide GUID to zpool-reguid(8) with -g (#16239)Mateusz Piotrowski2024-08-262-4/+51
* zio_compress_data: limit dest length to ABD sizeRob Norris2024-08-221-4/+3
* compress: change zio_compress API to use ABDsRob Norris2024-08-226-90/+74
* compress: change compression providers API to use ABDsRob Norris2024-08-227-28/+50
* compress: standardise names of compression functionsRob Norris2024-08-226-27/+45
* compress: remove zio_decompress_data_bufRob Norris2024-08-221-14/+10
* compress: rework callers to always use the zio_compress callsRob Norris2024-08-223-6/+15
* abd_get_from_buf_struct: wrap existing buf with ABD stored on stackRob Norris2024-08-221-5/+17