]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/zfs
Fix dereference after null check in enqueue_range
[FreeBSD/FreeBSD.git] / module / zfs /
2022-12-08 Richard YaoFix dereference after null check in enqueue_range
2022-12-08 Richard YaoRemove duplicate statically allocated variable
2022-12-03 George Wilsonzio can deadlock during device removal
2022-12-03 George Wilsonnopwrites on dmu_sync-ed blocks can result in a panic
2022-12-03 Rob WingBump checksum error counter before reporting to ZED
2022-11-30 szuberskFix Clang 15 compilation errors
2022-11-29 Richard YaoFix NULL pointer dereference in dbuf_prefetch_indirect_...
2022-11-29 Richard YaoCleanup: Delete dead code from send_merge_thread()
2022-11-29 AlexanderFix the last two CFI callback prototype mismatches
2022-11-29 Alexander MotinRemove few pointer dereferences in dbuf_read()
2022-11-29 Alexander MotinSwitch dnode stats to wmsums
2022-11-29 Alexander MotinMicro-optimize zrl_remove()
2022-11-29 Ameer Hamzazed: unclean disk attachment faults the vdev
2022-11-28 Richard YaoConvert some sprintf() calls to kmem_scnprintf()
2022-11-18 Ameer Hamzazed: post a udev change event from spa_vdev_attach()
2022-11-18 George AmanakisFix setting the large_block feature after receiving...
2022-11-15 Rich ErcolaniHandle and detect #13709's unlock regression (#14161)
2022-11-11 shodanshokFix arc_p aggressive increase
2022-11-10 Richard YaoFix potential NULL pointer dereference regression
2022-11-10 Mariusz ZaborskiAllow to control failfast
2022-11-08 Mariusz Zaborskiquota: disable quota check for ZVOL
2022-11-08 Alan SomersOptionally skip zil_close during zvol_create_minor_impl
2022-11-08 youzhongyangSupport idmapped mount in user namespace
2022-11-08 Damian Szuberskidsl_prop_known_index(): check for invalid prop
2022-11-04 Ameer Hamzazed: Prevent special vdev to be replaced by hot spare
2022-11-03 Brooks DavisRemove an unused variable
2022-11-03 Richard YaoAddress warnings about possible division by zero from...
2022-11-03 Attila FülöpDeny receiving into encrypted datasets if the keys...
2022-11-03 Brooks DavisUse intptr_t when storing an integer in a pointer
2022-11-03 Brooks Daviszfs_onexit_add_cb: make action_handle point to a uintptr_t
2022-11-01 Ryan Moellerzil: Relax assertion in zil_parse
2022-10-29 Allan JudeAvoid null pointer dereference in dsl_fs_ss_limit_check()
2022-10-29 Richard YaoIntroduce kmem_scnprintf()
2022-10-29 Richard YaoFix too few arguments to formatting function
2022-10-28 Brian BehlendorfRevert "Cleanup: Delete dead code from send_merge_thread()"
2022-10-28 Mariusz Zaborskiquota: extend quota for dataset
2022-10-28 shodanshokFix ARC target collapse when zfs_arc_meta_limit_percent=100
2022-10-28 vaclavskalaPropagate extent_bytes change to autotrim thread
2022-10-28 Aleksa Saraizfs_rename: support RENAME_* flags
2022-10-28 Andrew InnesFix multiplication converted to larger type
2022-10-27 Richard YaoConvert enum zio_flag to uint64_t
2022-10-20 Alexander MotinOptimize microzaps
2022-10-20 Richard YaoAdd defensive assertion to vdev_queue_aggregate()
2022-10-20 Richard Yaoabd_return_buf() should call zfs_refcount_remove_many...
2022-10-20 Richard YaoSilence static analyzer warnings about spa_sync_props()
2022-10-20 Akash BAdd options to zfs redundant_metadata property
2022-10-19 samwycFix sequential resilver drive failure race condition
2022-10-19 youzhongyangSupport idmapped mount
2022-10-18 Richard YaoFix memory leaks in dmu_send()/dmu_send_obj()
2022-10-18 Richard YaoCleanup: Remove NULL pointer check from dmu_send_impl()
2022-10-18 Richard YaoCleanup: Delete dead code from send_merge_thread()
2022-10-18 Richard YaoCleanup: zvol_add_clones() should not NULL check dp
2022-10-18 Richard YaoCleanup: metaslab_alloc_dva() should not NULL check...
2022-10-18 Richard YaoFix NULL pointer dereference in spa_open_common()
2022-10-18 Richard YaoFix NULL pointer passed to strlcpy from zap_lookup_impl()
2022-10-18 Richard Yaofm_fmri_hc_create() must call va_end() before returning
2022-10-18 Tino ReichardtFix declarations of non-global variables
2022-10-14 Richard YaoCleanup: Address Clang's static analyzer's unused code...
2022-10-13 Richard YaoCleanup: 64-bit kernel module parameters should use...
2022-10-12 Richard YaoAdd defensive assertions
2022-10-11 Serapheim Dimitrop... Stop ganging due to past vdev write errors
2022-10-11 Richard YaoFix uninitialized value read in vdev_prop_set()
2022-10-04 Finix1979Avoid unnecessary metaslab_check_free calling
2022-09-30 Richard YaoFix potential NULL pointer dereference in dsl_dataset_p...
2022-09-30 Tino ReichardtFix double const qualifier declarations
2022-09-29 Serapheim Dimitrop... Fix panic in dsl_process_sub_livelist for EINTR
2022-09-29 Richard YaoFix unchecked return values
2022-09-28 Ameer Hamzazed: mark disks as REMOVED when they are removed
2022-09-28 Mateusz GuzikBring per_txg_dirty_frees_percent back to 30
2022-09-27 Richard YaoFix unsafe string operations
2022-09-27 Richard YaoCleanup spa_export_common()
2022-09-27 Richard YaoCleanup: Specify unsignedness on things that should...
2022-09-27 Richard YaoCleanup: Switch to strlcpy from strncpy
2022-09-27 Jitendra PatidarEnforce "-F" flag on resuming recv of full/newfs on...
2022-09-27 Richard YaoFix userspace memory leaks found by Clang Static Analzyer
2022-09-27 Richard YaoCleanup: Remove ineffective unsigned comparisons against 0
2022-09-23 Richard YaoFix unchecked return values and unused return values
2022-09-22 Brian BehlendorfDynamically size dbuf hash mutex array
2022-09-22 Brian BehlendorfRevert "Reduce dbuf_find() lock contention"
2022-09-22 Richard YaoCleanup: Change 1 used in bitshifts to 1ULL
2022-09-20 Ameer HamzaDelay ZFS_PROP_SHARESMB property to handle it for encry...
2022-09-20 Richard YaoFix usage of zed_log_msg() and zfs_panic_recover()
2022-09-16 Tino ReichardtFix BLAKE3 tuneable and module loading on Linux and...
2022-09-16 Ameer Hamzazfs recv hangs if max recordsize is less than received...
2022-09-16 Chunwei Chenzfs_enter rework
2022-09-15 Richard YaoAdd zfs_btree_verify_intensity kernel module parameter
2022-09-15 Richard YaoFix incorrect size given to bqueue_enqueue() call in...
2022-09-14 Richard YaoAdd assertion to dsl_dataset_set_compression_sync
2022-09-14 Richard YaoFix theoretical "use-after-free" in dbuf_prefetch_indir...
2022-09-13 Richard YaoCleanup: Make memory barrier definitions consistent...
2022-09-13 Richard YaoCleanup dead spa_boot code
2022-09-12 Richard Yaovdev_draid_lookup_map() should not iterate outside...
2022-09-12 Richard YaoFix use-after-free in btree code
2022-09-12 Richard YaoCleanup: Use OpenSolaris functions to call scheduler
2022-09-08 Alexander MotinImprove too large physical ashift handling
2022-09-06 Richard YaoCleanup Raid-Z Typo fixes
2022-09-02 Umer SaleemAdd DD_FIELD string for snapshots_changed property
2022-09-02 Andriy GaponAdd zfs.sync.snapshot_rename
2022-09-02 Alexander MotinApply arc_shrink_shift to ARC above arc_c_min
2022-08-25 Brian BehlendorfRevert "Avoid panic with recordsize > 128k, raw sending...
next