]> git.proxmox.com Git - mirror_zfs.git/history - module
Fix invalid pointer access in trace_dbuf.h
[mirror_zfs.git] / module /
2023-10-03 George AmanakisReport ashift of L2ARC devices in zdb
2023-10-03 Alexander MotinRestrict short block cloning requests
2023-10-03 Brian BehlendorfTweak rebuild in-flight hard limit
2023-09-28 Akash BFix ENOSPC for extended quota
2023-09-28 Paul DagnelieDon't allocate from new metaslabs
2023-09-22 Rob Nstatus: report pool suspension state under failmode...
2023-09-22 Paul DagnelieFix l2arc_apply_transforms ztest crash
2023-09-20 Alexander MotinZIL: Fix potential race on flush deferring.
2023-09-19 Mateusz GuzikRetire z_nr_znodes
2023-09-19 набcheck-zstd-symbols: also ignore __pfx_ symbols
2023-09-19 George AmanakisUpdate the MOS directory on spa_upgrade_errlog()
2023-09-19 Andrea RighiLinux 6.5 compat: spl: properly unregister sysctl entries
2023-09-19 Andrea RighiLinux 6.5 compat: safe cleanup in spl_proc_fini()
2023-09-19 Coleman KaneLinux 6.5 compat: Use copy_splice_read instead of filem...
2023-09-19 Coleman KaneLinux 6.5 compat: replace generic_file_splice_read...
2023-09-19 Coleman KaneLinux 6.5 compat: register_sysctl_table removed
2023-09-19 Brian AtkinsonRevert "Linux 6.5 compat: register_sysctl_table removed"
2023-09-19 Coleman KaneLinux 4.20 compat: wrapper function for iov_iter type...
2023-09-19 Coleman KaneLinux 6.4 compat: iter_iov() function now used to get...
2023-09-19 Coleman KaneLinux 6.5 compat: blkdev changes
2023-09-19 Coleman KaneLinux 6.5 compat: register_sysctl_table removed
2023-09-10 Alexander MotinAdd more constraints for block cloning.
2023-09-07 Volker MauelIntel QAT 1.7 compatibility
2023-09-02 Alexander MotinZIL: Change ZIOs issue order.
2023-09-02 Alexander MotinZIL: Revert zl_lock scope reduction.
2023-09-02 Alexander MotinZIL: Tune some assertions.
2023-09-01 Dimitry Andricdmu_buf_will_clone: change assertion to fix 32-bit...
2023-08-26 Serapheim Dimitrop... Update outdated assertion from zio_write_compress
2023-08-25 Rob Ncopy_file_range: fix fallback when source create on...
2023-08-25 oromenaharzfs_clone_range should return a descriptive error codes
2023-08-25 Mateusz PiotrowskiFix some typos
2023-08-25 Alexander MotinZIL: Second attempt to reduce scope of zl_issuer_lock.
2023-08-25 Alexander MotinZIL: Replay blocks without next block pointer.
2023-08-25 Alexander MotinZIL: Avoid dbuf_read() before dmu_sync().
2023-08-25 Alexander MotinRemove fastwrite mechanism.
2023-08-25 Alexander MotinAvoid waiting in dmu_sync_late_arrival().
2023-08-02 набlinux: zfs: ctldir: set [amc]time to snapshot's creatio...
2023-08-02 Rob Nlinux/copy_file_range: properly request a fallback...
2023-08-02 Rob Nzdb: include cloned blocks in block statistics
2023-07-27 oromenaharBRT should return EOPNOTSUPP
2023-07-26 Rob Norrislinux: implement filesystem-side copy/clone functions...
2023-07-26 Rob Norrislinux: implement filesystem-side clone ioctls
2023-07-26 Rob Norrislinux: implement filesystem-side copy/clone functions
2023-07-26 Rob Norrisdbuf_sync_leaf: check DB_READ in state assertions
2023-07-26 Rob Norrisdmu_buf_will_clone: only check that current txg is...
2023-07-26 Rob Norrisbrt_vdev_realloc: use vmem_alloc for large allocation
2023-07-26 Rob Norriszfs_clone_range: use vmem_malloc for large allocation
2023-07-25 Alexander MotinRemove zl_issuer_lock from zil_suspend().
2023-07-25 Alexander MotinZIL: Fix config lock deadlock.
2023-07-21 Rob Nmetaslab: tuneable to better control force ganging
2023-07-21 Alexander MotinAdjust prefetch parameters.
2023-07-21 Alexander MotinAdd explicit prefetches to bpobj_iterate().
2023-07-21 Alan SomersDon't emit cksum_{actual_expected} in ereport.fs.zfs...
2023-07-21 Alan SomersDon't emit checksum histograms in ereport.fs.zfs.checks...
2023-07-21 Chunwei ChenFix zpl_test_super race with zfs_umount
2023-07-21 Ameer Hamzaspa_min_alloc should be GCD, not min
2023-07-21 Yuri PankovDon't panic if setting vdev properties is unsupported...
2023-07-21 Ameer HamzaIgnore pool ashift property during vdev attachment
2023-07-21 Alexander MotinDo not request data L1 buffers on scan prefetch.
2023-07-21 Yuri Pankovset autotrim default to 'off' everywhere
2023-07-21 Alan SomersFix the ZFS checksum error histograms with larger recor...
2023-07-20 Alexander MotinFix raw receive with different indirect block size.
2023-07-20 Alexander MotinAvoid extra snprintf() in dsl_deadlist_merge().
2023-07-20 Alexander MotinAdd missed DMU_PROJECTUSED_OBJECT prefetch.
2023-07-20 Alexander MotinFreeBSD: Fix build on stable/13 after 1302506.
2023-06-30 Prakash SuryaEnable tuning of ZVOL open timeout value
2023-06-30 Rich ErcolaniPack our DDT ZAPs a bit denser.
2023-06-30 Rob Nddt_addref: remove unnecessary phys fill when refcount...
2023-06-30 Alexander MotinAgain fix race between zil_commit() and zil_suspend().
2023-06-30 Alexander MotinSome ZIO micro-optimizations.
2023-06-30 Alexander MotinDo not report bytes skipped by scan as issued.
2023-06-28 Alexander MotinZIL: Fix another use-after-free.
2023-06-28 Alexander MotinUse big transactions for small recordsize writes.
2023-06-27 Alexander MotinAnother set of vdev queue optimizations.
2023-06-26 Rich ErcolaniAdd a delay to tearing down threads.
2023-06-18 Alexander MotinFix memory leak in zil_parse().
2023-06-15 Alexander MotinRemove ARC/ZIO physdone callbacks.
2023-06-14 Alexander MotinSwitch refcount tracking from lists to AVL-trees.
2023-06-14 George AmanakisStore the L2ARC device ashift in the vdev label
2023-06-10 George AmanakisFix the L2ARC write size calculating logic (2)
2023-06-09 Alexander MotinFinally drop long disabled vdev cache.
2023-06-09 Alexander MotinUse list_remove_head() where possible.
2023-06-09 Alexander MotinZIL: Fix race introduced by f63811f0721.
2023-06-07 Brian BehlendorfLinux: Never sleep in kmem_cache_alloc(..., KM_NOSLEEP...
2023-06-06 George AmanakisFix the L2ARC write size calculating logic
2023-06-05 Rob Norriszdb: add -B option to generate backup stream
2023-06-05 Rob Norrisznode: expose zfs_get_zplprop to libzpool
2023-06-05 Alexander MotinIntroduce zfs_refcount_(add|remove)_few().
2023-06-02 Alexander MotinZIL: Allow to replay blocks of any size.
2023-05-30 Luís HenriquesFix NULL pointer dereference when doing concurrent...
2023-05-26 Richard Yaobtree: Implement faster binary search algorithm
2023-05-26 George AmanakisFix inconsistent definition of zfs_scrub_error_blocks_p...
2023-05-25 Alexander Motinzil: Add some more statistics.
2023-05-25 Alexander MotinZIL: Reduce scope of per-dataset zl_issuer_lock.
2023-05-24 Akash BFix concurrent resilvers initiated at same time
2023-05-24 youzhongyangLinux 6.4 compat: reclaimed_slab renamed to reclaimed
2023-05-19 Brian AtkinsonHold db_mtx when updating db_state
2023-05-19 Brian BehlendorfProbe vdevs before marking removed
2023-05-18 George AmanakisTeach zpool scrub to scrub only blocks in error log
2023-05-18 Brian BehlendorfAdd the ability to uninitialize
next