]> git.proxmox.com Git - mirror_zfs.git/history - module
Fix setting the large_block feature after receiving a snapshot
[mirror_zfs.git] / module /
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 YaoCleanup: Suppress Coverity dereference before/after...
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-07 Brooks Davisfreebsd: add ifdefs around legacy ioctl support
2022-11-07 Brooks Davisfreebsd: remove no-op vn_renamepath()
2022-11-04 Ameer Hamzazed: Prevent special vdev to be replaced by hot spare
2022-11-04 Alexander Lobakinicp: fix all !ENDBR objtool warnings in x86 Asm code
2022-11-04 Alexander Lobakinicp: fix rodata being marked as text in x86 Asm code
2022-11-04 Alexander Lobakinicp: properly fix all RETs in x86_64 Asm code
2022-11-04 Richard YaoFreeBSD: Fix out of bounds read in zfs_ioctl_ozfs_to_le...
2022-11-03 Serapheim Dimitrop... Expose zfs_vdev_open_timeout_ms as a tunable
2022-11-03 Allan JudeAllow mounting snapshots in .zfs/snapshot as a regular...
2022-11-03 Richard YaoCleanup: Remove branches that always evaluate the same way
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 Davislua: cast through uintptr_t when return a pointer
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-03 Brooks Davisacl: use uintptr_t for ace walker cookies
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 Aleksa Saraizfs_rename: restructure to have cleaner fallbacks
2022-10-28 Pavel SnajdrRemove zpl_revalidate: fix snapshot rollback
2022-10-28 Andrew InnesFix multiplication converted to larger type
2022-10-27 Richard YaoConvert enum zio_flag to uint64_t
2022-10-26 Andrew InnesAligned free for aligned alloc
2022-10-20 Richard YaoLinux: Upgrade random_get_pseudo_bytes() to xoshiro256...
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 Yaocrypto_get_ptrs() should always write to *out_data_2
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 YaoCleanup: Simplify userspace abd_free_chunks()
2022-10-18 Richard YaoFix possible NULL pointer dereference in sha2_mac_init()
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 Coleman KaneLinux 6.1 compat: change order of sys/mutex.h includes
2022-10-18 Tino ReichardtFix declarations of non-global variables
2022-10-14 Richard YaoFix theoretical array overflow in lua_typename()
2022-10-14 Richard YaoCleanup: Address Clang's static analyzer's unused code...
2022-10-14 Christian Schwarzzfs_domount: fix double-disown of dataset / double...
2022-10-13 Richard YaoCleanup: 64-bit kernel module parameters should use...
2022-10-12 Richard YaoAdd defensive assertions
2022-10-11 Mark JohnstonFreeBSD: Fix a pair of bugs in zfs_fhtovp()
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-06 Jorgen LundmanAvoid calling rw_destroy() on uninitialized rwlock
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-30 Richard YaoReduce false positives from Static Analyzers
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 YaoLUA: Fix CVE-2014-5461
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 bad free in skein code
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-26 Richard YaoLinux: Fix uninitialized variable usage in zio_do_crypt...
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 youzhongyangFix minor issues in namespace delegation support
2022-09-20 Mateusz GuzikFreeBSD: handle V_PCATCH
2022-09-20 Mateusz GuzikFreeBSD: catch up to 1400068
2022-09-20 Ameer HamzaDelay ZFS_PROP_SHARESMB property to handle it for encry...
2022-09-20 Richard YaoFreeBSD: Cleanup zfs_readdir()
2022-09-20 Richard YaoFreeBSD: Fix uninitialized pointer read in spa_import_r...
2022-09-20 Richard YaoFix usage of zed_log_msg() and zfs_panic_recover()
next