]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module
Increase limit of redaction list by using spill block
[FreeBSD/FreeBSD.git] / module /
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 Coleman KaneLinux 6.5 compat: Use copy_splice_read instead of filem...
2023-08-08 oromenaharzfs_clone_range should return a descriptive error codes
2023-08-07 Coleman KaneLinux 6.5 compat: replace generic_file_splice_read...
2023-08-07 Alexander MotinRefactor dmu_prefetch().
2023-08-07 Mateusz PiotrowskiFix some typos
2023-08-02 Coleman KaneLinux 6.5 compat: register_sysctl_table removed
2023-08-01 Brian AtkinsonRevert "Linux 6.5 compat: register_sysctl_table removed"
2023-08-01 Rob Nlinux/copy_file_range: properly request a fallback...
2023-08-01 Rob Nzdb: include cloned blocks in block statistics
2023-08-01 набlinux: zfs: ctldir: set [amc]time to snapshot's creatio...
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: register_sysctl_table removed
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 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-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 Chunwei ChenFix zpl_test_super race with zfs_umount
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-20 Yuri Pankovset autotrim default to 'off' everywhere
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-07-13 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
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-10 Ameer HamzaPrevent panic during concurrent snapshot rollback and...
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
next