]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs
Intel QAT 1.7 compatibility
[mirror_zfs.git] / module / zfs /
2023-09-02 ednadolski-ixSelectable block allocators
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 Paul DagnelieIncrease limit of redaction list by using spill block
2023-08-25 Serapheim Dimitrop... Update outdated assertion from zio_write_compress
2023-08-25 Alexander MotinZIL: Second attempt to reduce scope of zl_issuer_lock.
2023-08-15 Rob Ncopy_file_range: fix fallback when source create on...
2023-08-11 Alexander MotinZIL: Replay blocks without next block pointer.
2023-08-11 Alexander MotinZIL: Avoid dbuf_read() before dmu_sync().
2023-08-08 oromenaharzfs_clone_range should return a descriptive error codes
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-07-28 Alexander MotinRemove fastwrite mechanism.
2023-07-27 oromenaharBRT should return EOPNOTSUPP
2023-07-27 Alexander MotinAvoid waiting in dmu_sync_late_arrival().
2023-07-25 Alexander MotinRemove zl_issuer_lock from zil_suspend().
2023-07-24 Rob Norrisdbuf_sync_leaf: check DB_READ in state assertions
2023-07-24 Rob Norrisdmu_buf_will_clone: only check that current txg is...
2023-07-24 Rob Norrisbrt_vdev_realloc: use vmem_alloc for large allocation
2023-07-24 Rob Norriszfs_clone_range: use vmem_malloc for large allocation
2023-07-24 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-20 Ameer Hamzaspa_min_alloc should be GCD, not min
2023-07-20 Yuri PankovDon't panic if setting vdev properties is unsupported...
2023-07-20 Ameer HamzaIgnore pool ashift property during vdev attachment
2023-07-20 Alexander MotinDo not request data L1 buffers on scan prefetch.
2023-07-14 Alexander MotinFix raw receive with different indirect block size.
2023-07-14 Alan SomersFix the ZFS checksum error histograms with larger recor...
2023-07-14 Alexander MotinAvoid extra snprintf() in dsl_deadlist_merge().
2023-07-13 Alexander MotinAdd missed DMU_PROJECTUSED_OBJECT prefetch.
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-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-06 George AmanakisFix the L2ARC write size calculating logic
2023-06-05 Rob Norriszdb: add -B option to generate backup stream
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-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
2023-05-15 Richard YaoFix undefined behavior in spa_sync_props()
2023-05-15 Richard YaoFix use after free regression in spa_remove_healed_errors()
2023-05-12 Alexander Motinzil: Free lwb_buf after write completion.
2023-05-12 Alexander Motinzil: Some micro-optimizations.
2023-05-11 Pawel Jakub DawidekMake sure we are not trying to clone a spill block.
2023-05-11 Pawel Jakub DawidekCorrect comment.
2023-05-11 Pawel Jakub DawidekRemove badly placed comment.
2023-05-11 Pawel Jakub DawidekDon't call zfs_exit_two() before zfs_enter_two().
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-11 Alexander Motinzil: Don't expect zio_shrink() to succeed.
2023-05-09 Brian BehlendorfAdd dmu_tx_hold_append() interface
2023-05-09 George AmanakisRemove duplicate code in l2arc_evict()
2023-05-09 Alexander MotinRemove single parent assertion from zio_nowait().
2023-05-09 George AmanakisEnable the head_errlog feature to remove errors
2023-05-08 George AmanakisFixes in head_errlog feature with encryption
2023-05-08 Matthew AhrensVerify block pointers before writing them out
2023-05-05 Alexander MotinFix two abd_gang_add_gang() issues.
2023-05-05 Pawel Jakub DawidekPlug memory leak in zfsdev_state.
2023-05-03 Ameer Hamzazpool import -m also removing spare and cache when...
2023-05-03 George AmanakisOptimize check_filesystem() and process_error_log()
2023-05-02 Pawel Jakub DawidekUse correct block pointer in block cloning case.
2023-05-02 Mateusz Guzikblake3: fix up bogus checksums in face of cpu migration
2023-05-02 Serapheim Dimitrop... Correct ABD size for split block ZIOs
2023-04-27 Alexander MotinMark TX_COMMIT transaction with TXG_NOTHROTTLE.
2023-04-26 Alexander MotinFix positive ABD size assertion in abd_verify().
2023-04-25 Brian BehlendorfRevert "Fix data race between zil_commit() and zil_susp...
2023-04-21 Allan JudeAdd support for zpool user properties
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-18 Tony HutterRevert "ZFS_IOC_COUNT_FILLED does unnecessary txg_wait_...
next