]> git.proxmox.com Git - mirror_zfs.git/shortlog
mirror_zfs.git
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 DimitropoulosExpose 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 Brooks DavisMake 1-bit bitfields unsigned
2022-11-03 Richard YaoAddress warnings about possible division by zero from...
2022-11-03 Brooks Davislibuutil: deobfuscate internal pointers
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 Davisrecvd_props_mode: use a uintptr_t to stash nvlists
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-03 Brooks Davislinux isa_defs.h: Don't define _ALIGNMENT_REQUIRED
2022-11-03 Brooks DavisImprove RISC-V support
2022-11-01 Richard YaoFreeBSD: Fix regression from kmem_scnprintf() in libzfs
2022-11-01 Vince van Oosteninclude overrides for zfs snapshot/rollback bootfs...
2022-11-01 Vince van Oosteninclude overrides for zfs-import.target
2022-11-01 Vince van Oosteninclude systemd overrides to zfs-dracut module
2022-11-01 Ryan Moellerzil: Relax assertion in zil_parse
2022-11-01 youzhongyangZTS: rsend_009_pos.ksh is destructive on zfs-on-root...
2022-10-31 Richard YaoFix oversights from 4170ae4e
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 YaoCleanup dump_bookmarks()
2022-10-29 Richard YaoFix too few arguments to formatting function
2022-10-29 Richard YaoFix TOCTOU race conditions reported by CodeQL and Coverity
2022-10-28 Brian BehlendorfRevert "Cleanup: Delete dead code from send_merge_thread()"
2022-10-28 Rob N ★debug: fix output from VERIFY0 assertion
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 Aleksa Saraidebug: add VERIFY_{IMPLY,EQUIV} variants
2022-10-28 Pavel SnajdrRemove zpl_revalidate: fix snapshot rollback
2022-10-28 Andrew InnesFix multiplication converted to larger type
2022-10-28 youzhongyangFix zio_flag_t print format
2022-10-27 Damian SzuberskiProcess `script` directory for all configs
2022-10-27 Umer SaleemAdd native Debian Packaging for Linux
2022-10-27 Richard YaoConvert enum zio_flag to uint64_t
2022-10-27 Richard YaoAdd CodeQL workflow
2022-10-26 Andrew InnesAligned free for aligned alloc
2022-10-26 Andriy GaponFreeBSD: vn_flush_cached_data: observe vnode locking...
2022-10-26 Richard YaoSilence objtool warnings from 55d7afa4
2022-10-26 Brian BehlendorfLinux 6.0 compat: META
2022-10-21 Ameer Hamzazed: Avoid core dump if wholedisk property does not...
2022-10-21 youzhongyangAdd delay between zpool add zvol and zpool destroy
2022-10-20 Richard YaoLinux: Fix big endian and partial read bugs in get_syst...
2022-10-20 Richard YaoSilence new static analyzer defect reports from idmap_u...
2022-10-20 Richard YaoLinux: Upgrade random_get_pseudo_bytes() to xoshiro256...
2022-10-20 Alexander MotinOptimize microzaps
2022-10-20 Richard YaoFix multiple definitions of struct mount_attr on recent...
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 Richard YaoFix theoretical use of uninitialized values
2022-10-20 Richard YaoFix userland memory leak in zfs_do_send()
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: Delete unnecessary pointer check from vdev_to_...
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 Yaoset_global_var() should not pass NULL pointers to dlclose()
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 Richard YaoFix NULL pointer dereference in zdb
2022-10-18 Richard YaoZED: Fix uninitialized value reads
2022-10-18 Coleman KaneLinux 6.1 compat: change order of sys/mutex.h includes
2022-10-18 Richard YaoCoverity model file update
2022-10-18 Tino ReichardtFix declarations of non-global variables
2022-10-17 AlexanderLinux compat: fix DECLARE_EVENT_CLASS() test when ZFS...
2022-10-14 Richard YaoFix theoretical array overflow in lua_typename()
2022-10-14 Alan Somerszstream: allow decompress to fix metadata for uncompres...
2022-10-14 Richard YaoCleanup: Address Clang's static analyzer's unused code...
2022-10-14 Richard YaoFix potential NULL pointer dereference in lzc_ioctl()
2022-10-14 Christian Schwarzzfs_domount: fix double-disown of dataset / double...
2022-10-13 ColMelvincstyle: Allow URLs in C++ comments
2022-10-13 Richard YaoCleanup: 64-bit kernel module parameters should use...
2022-10-13 Richard YaoLinux: Remove ZFS_AC_KERNEL_SRC_MODULE_PARAM_CALL_CONST...
2022-10-12 набetc: mask zfs-load-key.service
2022-10-12 George MelikovCI: bump actions/upload-artifact to v3
2022-10-12 George MelikovCI: bump actions/checkout to v3
2022-10-12 Richard YaoAdd defensive assertions
2022-10-11 Richard Yaoscripts/enum-extract.pl should not hard code perl path
2022-10-11 Mark JohnstonFreeBSD: Fix a pair of bugs in zfs_fhtovp()
2022-10-11 Serapheim DimitropoulosStop ganging due to past vdev write errors
2022-10-11 Richard YaoFix uninitialized value read in vdev_prop_set()
2022-10-11 Serapheim Dimitropouloszvol_wait logic may terminate prematurely
2022-10-07 Richard YaoHandle possible null pointers from malloc/strdup/strndup()
next