]> git.proxmox.com Git - mirror_zfs.git/history - include
copy_file_range: fix fallback when source create on same txg
[mirror_zfs.git] / include /
2023-08-11 Alexander MotinZIL: Avoid dbuf_read() before dmu_sync().
2023-08-07 Ryan Lahfalinux/spl/kmem_cache: undefine `kmem_cache_alloc` befor...
2023-08-07 Alexander MotinRefactor dmu_prefetch().
2023-08-07 Mateusz PiotrowskiFix some typos
2023-08-01 Rob Nzdb: include cloned blocks in block statistics
2023-08-01 Coleman KaneLinux 4.20 compat: wrapper function for iov_iter type...
2023-08-01 Coleman KaneLinux 6.4 compat: iter_iov() function now used to get...
2023-08-01 Coleman KaneLinux 6.5 compat: blkdev changes
2023-08-01 Coleman KaneLinux 6.5 compat: use disk_check_media_change when...
2023-07-28 Alexander MotinRemove fastwrite mechanism.
2023-07-24 Rob Norrislinux: implement filesystem-side copy/clone functions...
2023-07-24 Rob Norrislinux: implement filesystem-side clone ioctls
2023-07-24 Rob Norrislinux: implement filesystem-side copy/clone functions
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-20 Ameer Hamzaspa_min_alloc should be GCD, not min
2023-07-20 Ameer HamzaIgnore pool ashift property during vdev attachment
2023-07-20 Coleman KaneLinux 6.5 compat: disk_check_media_change() was added
2023-07-20 Yuri Pankovset autotrim default to 'off' everywhere
2023-07-14 Coleman KaneLinux 6.5 compat: BLK_STS_NEXUS renamed to BLK_STS_RESV...
2023-07-14 Coleman Kaneintptr_t definition is canonically signed
2023-07-13 Mateusz GuzikFreeBSD: catch up to __FreeBSD_version 1400093
2023-06-30 Brian BehlendorfRevert "spa.h: use IN_BASE instead of IN_FREEBSD_BASE"
2023-06-30 Alexander MotinSome ZIO micro-optimizations.
2023-06-30 Alexander MotinDo not report bytes skipped by scan as issued.
2023-06-29 Yuri Pankovspa.h: use IN_BASE instead of IN_FREEBSD_BASE
2023-06-27 Alexander MotinAnother set of vdev queue optimizations.
2023-06-26 Rich ErcolaniAdd a delay to tearing down threads.
2023-06-15 Alexander MotinRemove ARC/ZIO physdone callbacks.
2023-06-14 Alexander MotinSwitch refcount tracking from lists to AVL-trees.
2023-06-09 Alexander MotinFinally drop long disabled vdev cache.
2023-06-05 Rob Norrisznode: expose zfs_get_zplprop to libzpool
2023-06-05 Alexander MotinIntroduce zfs_refcount_(add|remove)_few().
2023-05-26 Richard YaoUse __attribute__((malloc)) on memory allocation functions
2023-05-26 Richard Yaobtree: Implement faster binary search algorithm
2023-05-25 Alexander Motinzil: Add some more statistics.
2023-05-25 Alexander MotinZIL: Reduce scope of per-dataset zl_issuer_lock.
2023-05-18 George AmanakisTeach zpool scrub to scrub only blocks in error log
2023-05-18 Brian BehlendorfAdd the ability to uninitialize
2023-05-11 Pawel Jakub DawidekDon't use dmu_buf_is_dirty() for unassigned transaction.
2023-05-11 Pawel Jakub DawidekDeny block cloning is dbuf size doesn't match BP size.
2023-05-11 Pawel Jakub DawidekAdditional block cloning fixes.
2023-05-09 Brian BehlendorfAdd dmu_tx_hold_append() interface
2023-05-09 George AmanakisEnable the head_errlog feature to remove errors
2023-05-08 Matthew AhrensVerify block pointers before writing them out
2023-05-02 Brian BehlendorfWrap clang specific pragma
2023-04-27 Justin Hibbitspowerpc64: Support ELFv2 asm on Big Endian
2023-04-25 Brian BehlendorfRevert "Fix data race between zil_commit() and zil_susp...
2023-04-25 Han GaoAdd loongarch64 support
2023-04-21 Allan JudeAdd support for zpool user properties
2023-04-20 Richard YaoLinux: Suppress -Wordered-compare-function-pointers...
2023-04-20 rob-wingCreate zap for root vdev
2023-04-19 Herb WartensAllow MMP to bypass waiting for other threads
2023-04-19 Ameer HamzaFix "Detach spare vdev in case if resilvering does...
2023-04-19 youzhongyangSilence clang warning of flexible array not at end
2023-04-13 youzhongyangLinux 6.3 compat: Fix memcpy "detected field-spanning...
2023-04-10 youzhongyangLinux 6.3 compat: idmapped mount API changes
2023-04-10 Kyle Evansmodule: freebsd: fix aarch64 fpu handling
2023-04-10 Rob Nlibzfs: add v2 iterator interfaces
2023-04-06 Martin MatuškaMiscellaneous FreBSD compilation bugfixes
2023-04-05 Tino ReichardtFix "Add colored output to zfs list"
2023-03-31 youzhongyanglinux 6.3 compat: needs REQ_PREFLUSH | REQ_OP_WRITE
2023-03-28 George AmanakisFixes in persistent error log
2023-03-28 Kevin JinFix short-lived txg caused by autotrim
2023-03-27 Rich Ercolanilinux 6.3 compat: add another bdev_io_acct case
2023-03-24 Rich ErcolaniDrop lying to the compiler in the fletcher4 code
2023-03-24 George Wilsonpanic loop when removing slog device
2023-03-24 Tino ReichardtAdd more ANSI colors to libzfs
2023-03-24 Pawel Jakub DawidekFix cloning into already dirty dbufs.
2023-03-22 Tino ReichardtRemove unused constant EdonR256_BLOCK_BITSIZE
2023-03-15 Attila Fülöpspl: cmn_err_once() should be usable in brace-less...
2023-03-15 WHRRefactor CONFIG_SPE check on Linux/powerpc
2023-03-15 WHRFix missing semicolons in commit 1f196e3
2023-03-14 Tino ReichardtRemove unused Edon-R variants
2023-03-14 Richard Yaonvpair: Use flexible array member for nvpair name strings
2023-03-14 Richard Yaonvpair: Constify string functions
2023-03-14 Richard YaoSilence clang static analyzer warnings about stored...
2023-03-14 Tino ReichardtReplace dead opensolaris.org license links
2023-03-14 Attila Fülöpzcommon: Refactor FPU state handling in fletcher4
2023-03-10 Pawel Jakub DawidekImplementation of block cloning for ZFS
2023-03-10 Low-powerWorkaround for Linux PowerPC GPL-only cpu_has_feature()
2023-03-08 Richard YaoSuppress Clang Static Analyzer warning about SNPRINTF_B...
2023-03-08 Alexander MotinMore adaptive ARC eviction
2023-03-07 Low-powerFix build for Linux/powerpc without CONFIG_ALTIVEC...
2023-03-07 Rob NBetter handling for future crypto parameters
2023-03-07 Attila Fülöpspl: Add cmn_err_once() to log a message only on the...
2023-03-02 Tino ReichardtUpdate BLAKE3 for using the new impl handling
2023-03-02 Tino ReichardtAdd generic implementation handling and SHA2 impl
2023-03-02 Tino ReichardtAdd SHA2 SIMD feature tests for Linux
2023-03-02 Tino ReichardtAdd SHA2 SIMD feature tests for FreeBSD
2023-03-02 Tino ReichardtRemove old or redundant SHA2 files
2023-03-01 Alexander MotinSystem-wide speculative prefetch limit.
2023-03-01 Richard YaoFix data race between zil_commit() and zil_suspend()
2023-03-01 Richard YaoLinux: Assert mutex is held in mutex_exit()
2023-02-28 George AmanakisRevert zfeature_active() to static
2023-02-27 Richard YaoSkip memory allocation when compressing holes
2023-02-25 Dimitry AndricUse .section .rodata instead of .rodata on FreeBSD
2023-02-23 Brian BehlendorfFix buffered/direct/mmap I/O race
next