]> git.proxmox.com Git - mirror_zfs.git/history - lib
FreeBSD: don't verify recycled vnode for zfs control directory
[mirror_zfs.git] / lib /
2023-02-14 Richard YaoGive strlcat() full buffer lengths rather than smaller...
2023-02-06 Jorgen LundmanRestore FreeBSD to use .rodata
2023-02-02 Reno RecklingFix variable shadowing in libzfs_mount
2023-02-02 Ameer HamzaFix console progress reporting for recursive send
2023-01-24 Attila Fülöpx86 asm: Replace .align with .balign
2023-01-23 Richard YaoReject streams that set ->drr_payloadlen to unreasonabl...
2023-01-23 rob-wingConfigure zed's diagnosis engine with vdev properties
2023-01-20 Allan Judezfs_receive_one: Check for the more likely error first
2023-01-17 Jorgen LundmanUnify Assembler files between Linux and Windows
2023-01-17 Ameer HamzaUse setproctitle to report progress of zfs send
2023-01-09 Charles Suhlibzpool: fix ddi_strtoull to update nptr
2023-01-09 Ameer Hamzazed: add hotplug support for spare vdevs
2022-12-22 Matthew Ahrensdeadlock between spa_errlog_lock and dp_config_rwlock
2022-12-15 Ethan Coe-RennerAdd color output to zfs diff.
2022-12-14 Ameer HamzaAllow receiver to override encryption properties in...
2022-12-14 Allan Judezfs list: Allow more fields in ZFS_ITER_SIMPLE mode
2022-12-08 Richard YaoDo not pass -1 to strerror() from zfs_send_cb_impl()
2022-11-30 szuberskFix GCC 12 compilation errors
2022-11-29 Brooks DavisDon't leak packed recieved proprties
2022-11-28 Minsoo ChooAdd <limits.h> header
2022-11-18 Richard YaoFreeBSD: do_mount() passes wrong string length to helper
2022-11-18 Richard YaoFreeBSD: get_zfs_ioctl_version() should be cast to...
2022-11-18 szuberskUbuntu 22.04 integration: Cppcheck
2022-11-10 Mariusz ZaborskiAllow to control failfast
2022-11-07 Brooks Davisfreebsd: simplify MD isa_defs.h
2022-11-07 Brooks Davisfreebsd: add ifdefs around legacy ioctl support
2022-11-03 Brooks DavisMake 1-bit bitfields unsigned
2022-11-03 Brooks Davislibuutil: deobfuscate internal pointers
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 DavisImprove RISC-V support
2022-11-01 Richard YaoFreeBSD: Fix regression from kmem_scnprintf() in libzfs
2022-10-31 Richard YaoFix oversights from 4170ae4e
2022-10-29 Richard YaoIntroduce kmem_scnprintf()
2022-10-29 Richard YaoFix TOCTOU race conditions reported by CodeQL and Coverity
2022-10-28 Andrew InnesFix multiplication converted to larger type
2022-10-26 Andrew InnesAligned free for aligned alloc
2022-10-20 Richard YaoLinux: Fix big endian and partial read bugs in get_syst...
2022-10-20 Richard YaoFix theoretical use of uninitialized values
2022-10-18 Richard YaoCleanup: Delete unnecessary pointer check from vdev_to_...
2022-10-18 Richard Yaoset_global_var() should not pass NULL pointers to dlclose()
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-07 Richard YaoHandle possible null pointers from malloc/strdup/strndup()
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 Tino ReichardtFix double const qualifier declarations
2022-09-30 Richard YaoReduce false positives from Static Analyzers
2022-09-28 Ameer Hamzazed: mark disks as REMOVED when they are removed
2022-09-27 Richard YaoFix unsafe string operations
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-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-20 Mateusz GuzikAdd membar_sync
2022-09-20 Richard YaoCall va_end() before return in zpool_standard_error_fmt()
2022-09-20 Richard YaoCleanup: Remove unused uu_pname code
2022-09-16 Tino ReichardtAdd PPC cpu feature tests for FreeBSD and Linux
2022-09-16 набHandle ECKSUM as new EZFS_CKSUM ‒ "insufficient replicas"
2022-09-16 Chunwei ChenFix unable to export zpool without nfs-utils
2022-09-14 Richard YaoRemove incorrect free() in zfs_get_pci_slots_sys_path()
2022-09-13 Richard YaoCleanup dead spa_boot code
2022-09-12 Richard Yaozpool_load_compat() should create strings of length...
2022-09-09 Don BradyMake zfs-share service resilient to stale exports
2022-08-26 George WilsonImporting from cachefile can trip assertion
2022-08-25 Brian BehlendorfRevert "Avoid panic with recordsize > 128k, raw sending...
2022-08-24 Umer SaleemUpdates for snapshots_changed property
2022-08-05 Ryan Moellerlibzfs: Remove unused zpool_get_physpath()
2022-08-02 Umer SaleemAdd snapshots_changed as property
2022-07-28 Alek PImplement a new type of zfs receive: corrective receive...
2022-07-25 Ameer HamzaAdd createtxg sort support for simple snapshot iterator
2022-07-14 ixhamzaExpose ZFS dataset case sensitivity setting via sb_opts
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-30 набRe-fix -Wwrite-strings on FreeBSD
2022-06-29 набlinux: libzfs: util: don't fallthrough to to end-of...
2022-06-29 набEnable -Wwrite-strings
2022-06-27 George AmanakisAvoid panic with recordsize > 128k, raw sending and...
2022-06-15 ixhamzalibzfs: Prevent overridding of error code
2022-06-14 Allan JudeReplace ZPROP_INVAL with ZPROP_USERPROP where it means...
2022-06-14 Ryan Moellerlibzfs: zfs_userns: Don't leak the namespace fd
2022-06-10 Will AndrewsAdd Linux namespace delegation support
2022-06-09 Ryan Moellerlibzfs: Rename msg bufs to errbuf for consistency
2022-06-09 Ryan Moellerlibzfs: Define the defecto standard errbuf size
2022-06-08 Tino ReichardtIntroduce BLAKE3 checksums as an OpenZFS feature
2022-05-26 Brian BehlendorfReplace EXTRA_DIST with dist_noinst_DATA
2022-05-24 Ryan MoellerFreeBSD: libspl: Add locking around statfs globals
2022-05-18 набlinux: libshare: smb: don't swallow net(1) errors
2022-05-18 набlibzfs: return (allocated) strings instead of filling...
2022-05-18 набlinux: libzfs: simplify module-loaded check
2022-05-18 набlibspl/include: remove unused/empty headers
2022-05-16 набlinux: libzutil: zfs_strip_path: only strip known prefixes
2022-05-16 набlibzfs: constify zfs_strip_partition(), zfs_strip_path()
2022-05-16 набlibzfs: pool: zpool_vdev_name: use libzfs_envvar_is_set
2022-05-13 набRemove hw_serial, ddi_strtoul()
2022-05-12 набlinux: libshare/nfs: don't do anything unless exportfs...
2022-05-12 набlinux: libshare/smb: cache smb_available
next