Correct refcount_add in dmu_zfetch
[freebsd.git] / module /
2021-10-08 Rich ErcolaniCorrect refcount_add in dmu_zfetch
2021-10-04 Tony HutterRescan enclosure sysfs path on import
2021-10-02 Attila FülöpZFS: Remove a redundant if condition (#12598)
2021-10-01 José Luis Salvador... Proper support for DESTDIR and INSTALL_MOD_PATH
2021-09-20 Rich ErcolaniHandle partial reads in zfs_read
2021-09-17 Alexander MotinReally zero the zero page
2021-09-16 George AmanakisAvoid panic in case of pool errors and missing L2ARC
2021-09-14 Allan JudeTemporarily use root credentials to mount snapshots...
2021-09-14 Brian BehlendorfUse fallthrough macro
2021-09-13 Jorgen LundmanIterate encrypted clones at zvol_create_minor
2021-09-13 Arun KVFixed data integrity issue when underlying disk returns...
2021-09-10 Brian BehlendorfVerify embedded blkptr's in arc_read()
2021-09-09 Jorgen LundmanUpstream: Add snapshot and zvol events
2021-09-09 Brian BehlendorfLinux 5.15 compat: get_acl()
2021-09-09 Allan JudeAllow sending corrupt snapshots even if metadata is...
2021-09-08 Rich Ercolaniarc: Drop an incorrect assert
2021-09-08 Paul DagnelieCompressed receive with different ashift can result...
2021-08-30 Ryan MoellerFreeBSD: Don't remove SA xattr if not SA znode
2021-08-30 Rich ErcolaniFix cross-endian interoperability of zstd
2021-08-30 Ka Ho NgFreeBSD: Implement hole-punching support
2021-08-26 Trevor BautistaExtend zpool-iostat to account for ZIO_PRIORITY_REBUILD...
2021-08-23 Mark JohnstonInitialize parity blocks before RAID-Z reconstruction...
2021-08-17 Richard YaoLinux 4.11 compat: statx support
2021-08-17 Alexander MotinRemove b_pabd/b_rabd allocation from arc_hdr_alloc()
2021-08-17 Alexander MotinOptimize arc_l2c_only lists assertions
2021-08-17 Alexander MotinFix/improve dbuf hits accounting
2021-08-17 Alexander MotinAvoid vq_lock drop in vdev_queue_aggregate()
2021-08-17 Alexander MotinUse more atomics in refcounts
2021-08-16 Allan JudeRestore FreeBSD sysctl processing for arc.min and arc.max
2021-08-13 Ryan Moellerzfs: add missed dependency of zfs module on zlib
2021-08-10 Tony NguyenRun arc_evict thread at higher priority
2021-08-05 Brian BehlendorfEnable /proc/diskstats for zvols
2021-08-03 hedongzhangModify checksum obtain method of QAT
2021-08-02 Mark JohnstonAllow disabling of unmapped I/O on FreeBSD
2021-07-27 Alexander MotinAvoid small buffer copying on write
2021-07-27 Brian BehlendorfFix format specifier warnings
2021-07-26 Jorgen LundmanmacOS can also set va_type
2021-07-26 Alexander MotinAdd comment on metaslab_class_throttle_reserve() locking
2021-07-26 George AmanakisFixes in persistent L2ARC
2021-07-26 набRemove NOTE(CONSTCOND) and note.h
2021-07-26 набNormalise /*FALLTHR{OUGH,U}*/
2021-07-26 набPrune /*NOTREACHED*/
2021-07-26 набReplace /*PRINTFLIKEn*/ with attribute(printf)
2021-07-26 Mark JohnstonInitialize dn_next_type[] in the dnode constructor
2021-07-26 Mark JohnstonZero pad bytes following TX_WRITE log data
2021-07-26 Mark JohnstonZero pad bytes when allocating a ZIL record
2021-07-26 Mark JohnstonInitialize all fields in zfs_log_xvattr()
2021-07-26 Mark JohnstonInitialize "autoreplace" in spa_ld_get_props()
2021-07-26 Coleman KaneLinux 5.14 compat: explicity assign set_page_dirty
2021-07-26 Rich ErcolaniFix unfortunate NULL in spa_update_dspace
2021-07-23 Brian BehlendorfLinux 5.14 compat: blk_alloc_disk()
2021-07-22 Alexander MotinFreeBSD: Ignore make_dev_s() errors
2021-07-21 Alexander MotinOptimize allocation throttling
2021-07-20 Kevin JinAdd Module Parameter Regarding Log Size Limit
2021-07-20 Alexander MotinMinor ARC optimizations
2021-07-20 Jorgen Lundmandmu_redact.c does not call bqueue_destroy
2021-07-20 AlexanderA few fixes of callback typecasting (for the upcoming...
2021-07-19 Ryan MoellerUse SET_ERROR for more errors in FreeBSD vnops
2021-07-19 Ryan MoellerRemove unused fields from zvol_task_t
2021-07-19 Alexander MotinFreeBSD: Switch from MAXPHYS to maxphys on FreeBSD 13+
2021-07-16 Alexander MotinIntroduce dsl_dir_diduse_transfer_space()
2021-07-13 Rich ErcolaniTinker with slop space accounting with dedup
2021-07-13 Alexander MotinFix ARC ghost states eviction accounting
2021-07-11 George Wilsonfile reference counts can get corrupted
2021-07-07 Alexander MotinFreeBSD: Use unmapped I/O for scattered/gang ABD buffers
2021-07-07 Alexander MotinFreeBSD: Hardcode abd_chunk_size to PAGE_SIZE
2021-07-06 Alexander MotinMove gethrtime() calls out of vdev queue lock
2021-07-01 Alexander MotinRemove avl_size field from struct avl_tree
2021-07-01 Alexander MotinCompact dbuf/buf hashes and lock arrays
2021-07-01 Jorgen LundmanFix abd leak, kmem_free correct size of abd_t
2021-07-01 Jorgen LundmanUpstream: dmu_zfetch_stream_fini leaks refcount
2021-07-01 Kevin JinOptimize txg_kick() process (#12274)
2021-07-01 Alexander MotinRemove refcount from spa_config_*()
2021-06-29 Alexandermodule/zfs: simplify ddt_stat_add() loop
2021-06-29 Alexander MotinAvoid 64bit division in multilist index functions
2021-06-26 Rich ErcolaniFix build with KASAN
2021-06-25 Alexander MotinHelp compiller optimize out abd_verify()
2021-06-24 Brian BehlendorfUpdate cache file when setting compatibility property
2021-06-24 jumbi77zfs_metaslab_mem_limit should be 25 instead of 75
2021-06-23 Attila Fülöpgcc 11 cleanup
2021-06-23 Rich ErcolaniAnnotated dprintf as printf-like
2021-06-23 Antonio RussoRevert Consolidate arc_buf allocation checks
2021-06-22 Alexander MotinOptimize small random numbers generation
2021-06-17 Alexander MotinUse wmsum for arc, abd, dbuf and zfetch statistics...
2021-06-17 George AmanakisAvoid deadlock when removing L2ARC devices under I/O
2021-06-13 Matthew Ahrensvdev_draid_min_asize() ignores reserved space
2021-06-12 Paul ZuchowskiDo not hash unlinked inodes
2021-06-10 Alexander MotinRe-embed multilist_t storage
2021-06-10 Alexander MotinRemove pool io kstats (#12212)
2021-06-08 Alan Somerslibzfs: On FreeBSD, use MNT_NOWAIT with getfsstat
2021-06-08 набmodule/zfs: vdev_removal: spa_vdev_remove_thread: remov...
2021-06-08 набmodule/zfs: vdev_indirect: vdev_indirect_repair: remove...
2021-06-08 набmodule/zfs: dbuf: dbuf_read_impl: remove unused variable
2021-06-08 набmodule/zfs: arc: arc_hdr_realloc_crypt: remove unused...
2021-06-07 Serapheim Dimitrop... Livelist logic should handle dedup blkptrs
2021-06-07 Alexander MotinMore aggsum optimizations
2021-06-04 jharmeningFreeBSD: incorporate changes to the VFS_QUOTACTL(9...
2021-06-03 Brian BehlendorfLinux: Set spl_kmem_cache_slab_limit when page size !4K
2021-06-02 набspl-module-parameters.5: remove spl_kmem_cache_{expire...
2021-06-01 Rich ErcolaniRemove iov_iter_advance() for iter_write
next