]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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()
2022-10-06 Richard YaoPAM: Fix unchecked return value from zfs_key_config_load()
2022-10-06 Jorgen LundmanAvoid calling rw_destroy() on uninitialized rwlock
2022-10-04 shodanshokRemove ambiguity on demand vs prefetch stats reported...
2022-10-04 Finix1979Avoid unnecessary metaslab_check_free calling
2022-10-04 Umer SaleemAdd membar_sync abi change
2022-10-04 Umer SaleemExpose libzutil error info in libpc_handle_t
2022-10-03 Richard YaoFix memory leak found by GCC static analyzer
2022-10-01 Richard YaoFix userland dereference NULL return value bugs
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 Richard YaoFix unreachable code in zstreamdump
2022-09-29 Serapheim DimitropoulosFix panic in dsl_process_sub_livelist for EINTR
2022-09-29 Richard YaoFix unchecked return values
2022-09-29 Richard YaoMiscellaneous ZTS fixes
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-28 Toomas Soomebtree_test: smatch did detect few issues
2022-09-27 Christian SchwarzDMU_BACKUP_FEATURE: indicate that bit 28 and 29 are...
2022-09-27 Christian SchwarzDMU_BACKUP_FEATURE: remove unused BLAKE3 feature
2022-09-27 Richard YaoPAM: Fix uninitialized value read
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 Chris ZubrzyckiUpdate zfs-mount to load before fstab, matches systemd...
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-26 Tino ReichardtFix double declaration of getauxval() for FreeBSD PPC
2022-09-23 Richard YaoFix userland resource leaks
2022-09-23 Richard YaoFix unchecked return values and unused return values
2022-09-23 Richard Yaoset_global_var_parse_kv() should pass the pointer from...
2022-09-23 Tony Hutterzpool: Don't print "repairing" on force faulted drives
2022-09-22 John Wren KennedyZTS: fallocate tests fail with hard coded 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 Mateusz GuzikRetire ZFS_TEARDOWN_TRY_ENTER_READ
2022-09-20 Mateusz GuzikAdd membar_sync
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 Richard YaoCall va_end() before return in zpool_standard_error_fmt()
2022-09-20 Richard YaoFix potential NULL pointer dereference in zfsdle_vdev_o...
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 YaoCleanup: Remove unused uu_pname code
2022-09-20 Richard YaoFix usage of zed_log_msg() and zfs_panic_recover()
2022-09-20 Richard YaoLinux: Fix use-after-free in zfsvfs_create()
2022-09-20 Martin MatuškaFreeBSD: fix static module build broken in 7bb707ffa
2022-09-20 Mateusz GuzikFreeBSD: stop passing LK_INTERLOCK to VOP_LOCK
2022-09-16 Tino ReichardtAdd PPC cpu feature tests for FreeBSD and Linux
2022-09-16 Tino ReichardtAdd zfs_blake3_impl to zfs.4
2022-09-16 Tino ReichardtFix BLAKE3 tuneable and module loading on Linux and...
2022-09-16 Brian Behlendorfzfs_enter rework followup
2022-09-16 Richard YaoFix null pointer dereferences in PAM
2022-09-16 набHandle ECKSUM as new EZFS_CKSUM ‒ "insufficient replicas"
2022-09-16 Ameer Hamzazfs recv hangs if max recordsize is less than received...
2022-09-16 Richard YaoUpdate coverity model
2022-09-16 Chunwei ChenFix unable to export zpool without nfs-utils
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-15 Mateusz PiotrowskiUse correct mdoc macros for arguments
2022-09-15 Richard YaoFix assertions in crypto reference helpers
2022-09-15 John Wren KennedyZTS: parameter expansion in zfs_unshare_006_pos
2022-09-15 Richard YaoAdd coverity model to repository
2022-09-15 Richard YaoFix use-after-free bugs in icp code
2022-09-14 George MelikovCI: revert `--with-config=dist` to hotfix Ubuntu 20.04
2022-09-14 Richard YaoFreeBSD: Fix integer conversion for vnlru_free{,_vfsops}()
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-14 Richard YaoRemove incorrect free() in zfs_get_pci_slots_sys_path()
2022-09-13 Richard YaoCleanup: Make memory barrier definitions consistent...
2022-09-13 Richard YaoFix memory leak in ztest
2022-09-13 Richard YaoCleanup dead spa_boot code
2022-09-12 Richard Yaozpool_load_compat() should create strings of length...
2022-09-12 Richard Yaovdev_draid_lookup_map() should not iterate outside...
2022-09-12 Richard YaoFix file descriptor handling in zdb_copy_object()
2022-09-12 Richard YaoFix use-after-free in btree code
2022-09-12 Richard YaoCleanup: Use OpenSolaris functions to call scheduler
2022-09-09 Don BradyMake zfs-share service resilient to stale exports
2022-09-08 Ryan MoellerFreeBSD: Replace legacy make_dev() interface usage
2022-09-08 Tony Hutterzed: Fix config_sync autoexpand flood
2022-09-08 Alexander MotinImprove too large physical ashift handling
2022-09-08 Finix1979Add Linux posix_fadvise support
2022-09-08 Richard YaoLinux SPL module init: Handle memory allocation failure...
2022-09-08 pkubajFix build on FreeBSD/powerpc64*
2022-09-08 Christian Schwarzmake DMU_OT_IS_METADATA and DMU_OT_IS_ENCRYPTED return...
2022-09-06 Walter HufAdd xattr_handler support for Android kernels
next