]> git.proxmox.com Git - mirror_zfs.git/history - lib
etc/init.d: decide which variant to use at build time.
[mirror_zfs.git] / lib /
2024-04-08 Maxim FilimonovFix locale-specific time
2024-03-29 George WilsonAdd ashift validation when adding devices to a pool
2024-03-25 George WilsonProvide macros for setting and getting blkptr birth...
2024-02-16 Brian BehlendorfCheck for minimum partition size
2024-02-15 Rob Norrisddt: lift dedup stats out to separate file
2024-02-08 Don BradyAdd slow disk diagnosis to ZED
2024-02-05 Rich Ercolanilibzdb: Initial breakout of libzdb
2024-01-29 Richard Kojedzinszkylibzfs: use zfs_strerror() in place of strerror()
2024-01-29 Richard Kojedzinszkylibzfs: make userquota_propname_decode threadsafe
2024-01-29 rilyshlibnvpair.c: replace strstr() with strchr() for a singl...
2024-01-26 MigeljanImeriRemove list_size struct member from list implementation
2024-01-19 Val PackettFreeBSD: Fix bootstrapping tools under Linux/musl
2024-01-16 Ameer HamzaAdd path handling for aux vdevs in `label_path`
2024-01-12 Brian BehlendorfFix "out of memory" error
2023-12-27 Mark JohnstonFix the FreeBSD userspace build (#15716)
2023-12-21 Tony Hutterzpool: Add slot power control, print power status
2023-12-15 Alexander Motindmu: Allow buffer fills to fail
2023-12-07 Rob Nsetproctitle: fix ununitialised variable
2023-12-01 Alexander MotinZIO: Add overflow checks for linear buffers
2023-12-01 Brooks DavisOnly provide execvpe(3) when needed
2023-11-30 Yuri PankovUse uint64_t instead of u_int64_t
2023-11-29 WraithhFix zoneid when USER_NS is disabled
2023-11-17 Brooks Davisfreebsd: remove __FBSDID macro use
2023-11-17 Paul DagnelieFix memory leak in zfs_setprocinit code
2023-11-08 Don BradyRAID-Z expansion feature
2023-11-07 Tony Hutterzed: misc vdev_enc_sysfs_path fixes
2023-11-06 ednadolski-ixImprove ZFS objset sync parallelism
2023-10-31 siv0Fix nfs_truncate_shares without /etc/exports.d
2023-10-31 Ameer Hamzazvol: Implement zvol threading as a Property
2023-10-26 Thomas BertschingerAdd mutex_enter_interruptible() for interruptible sleep...
2023-10-24 Brian BehlendorfAdd prefetch property
2023-10-20 Don BradyFix ZED auto-replace for VDEVs using by-id paths
2023-10-02 Umer SaleemAdd '-u' - nomount flag for zfs set
2023-09-21 Tony HutterAdd zfs_prepare_disk script for disk firmware install
2023-09-20 Rob Nstatus: report pool suspension state under failmode...
2023-09-20 Paul DagnelieFix occasional rsend test crashes
2023-09-20 Dag-Erling SmørgravAdd VERIFY0P() and ASSERT0P() macros.
2023-09-20 Dag-Erling SmørgravClean up existing VERIFY*() macros.
2023-09-20 Umer SaleemImprove the handling of sharesmb,sharenfs properties
2023-09-20 Umer SaleemUpdate the behavior of mountpoint property
2023-09-02 Umer SaleemRelax error reporting in zpool import and zpool split
2023-08-26 Paul DagnelieIncrease limit of redaction list by using spill block
2023-08-08 набlibzfs: sendrecv: send_progress_thread: handle SIGINFO...
2023-08-01 Serapheim Dimitrop... zpool_vdev_remove() should handle EALREADY error return
2023-06-30 Alexander MotinFix remount when setting multiple properties.
2023-06-09 Alexander MotinFinally drop long disabled vdev cache.
2023-05-26 Richard YaoUse __attribute__((malloc)) on memory allocation functions
2023-05-18 George AmanakisTeach zpool scrub to scrub only blocks in error log
2023-05-18 Brian BehlendorfAdd the ability to uninitialize
2023-05-12 Don BradyRefine special_small_blocks property validation
2023-04-27 Justin Hibbitspowerpc64: Support ELFv2 asm on Big Endian
2023-04-25 Han GaoAdd loongarch64 support
2023-04-21 Allan JudeAdd support for zpool user properties
2023-04-20 rob-wingCreate zap for root vdev
2023-04-10 Rob Nlibzfs: add v2 iterator interfaces
2023-04-05 Tino ReichardtFix "Add colored output to zfs list"
2023-03-24 Tino ReichardtAdd more ANSI colors to libzfs
2023-03-15 Attila Fülöpspl: cmn_err_once() should be usable in brace-less...
2023-03-15 Low-powerFix building for powerpc* targets with some compilers
2023-03-14 Richard Yaonvpair: Constify string functions
2023-03-14 Richard Yaodiscover_cached_paths() should not corrupt nvlist strin...
2023-03-14 Richard Yaozpool_valid_proplist() should not corrupt nvpair name...
2023-03-14 Attila Fülöpzcommon: Refactor FPU state handling in fletcher4
2023-03-11 George MelikovABI files: sync with new Ubuntu release in CI
2023-03-10 Pawel Jakub DawidekImplementation of block cloning for ZFS
2023-03-07 Rob NBetter handling for future crypto parameters
2023-03-07 Attila Fülöpspl: Add cmn_err_once() to log a message only on the...
2023-03-02 Tino ReichardtAdd generic implementation handling and SHA2 impl
2023-03-02 Tino ReichardtAdd SHA2 SIMD feature tests for libspl
2023-03-02 Tino ReichardtRemove old or redundant SHA2 files
2023-02-25 Dimitry AndricUse .section .rodata instead of .rodata on FreeBSD
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
next