]> git.proxmox.com Git - mirror_zfs.git/shortlog
mirror_zfs.git
2023-02-27 Brian BehlendorfWorkaround GitHub Action failure
2023-02-25 Dimitry AndricUse .section .rodata instead of .rodata on FreeBSD
2023-02-24 George AmanakisMove dmu_buf_rele() after dsl_dataset_sync_done()
2023-02-24 Brian BehlendorfZTS: Minor fixes
2023-02-23 Brian BehlendorfFix buffered/direct/mmap I/O race
2023-02-23 Richard YaoFix NULL pointer dereference in zio_ready()
2023-02-23 Richard YaoUse rw_tryupgrade() in dmu_bonus_hold_by_dnode()
2023-02-22 Paul DagnelieImprove error message of zfs redact
2023-02-22 rob-wingFreeBSD: don't verify recycled vnode for zfs control...
2023-02-22 Allan JudeFix per-jail zfs.mount_snapshot setting
2023-02-21 George AmanakisPartially revert eee9362a7
2023-02-16 Richard YaoSync thread should avoid holding the spa config write...
2023-02-16 Paul Dagneliezfs redact fails when dnodesize=auto
2023-02-15 Brian Behlendorfzdb: zero-pad checksum output follow up
2023-02-14 Richard YaoSuppress Clang static analyzer complaint in zfs_replay_...
2023-02-14 Brian BehlendorfLinux: use filemap_range_has_page()
2023-02-14 Richard YaoGive strlcat() full buffer lengths rather than smaller...
2023-02-14 Rich Ercolaniquick fix for lingering snapdir unmount problems
2023-02-14 George AmanakisFix a race condition in dsl_dataset_sync() when activat...
2023-02-14 Prakash SuryaReduce need for contiguous memory for ioctls
2023-02-13 Alexander MotinImprove arc_read() error reporting
2023-02-09 Andreas Vögelerpm: Use libtirpc-devel and /usr/lib on SUSE
2023-02-07 Rob N ★zdb: zero-pad checksum output
2023-02-06 Ryan Moellerinitramfs: Make mountpoint=none work
2023-02-06 Richard YaoAdd assertion and make variables unsigned in abd_alloc_...
2023-02-06 Richard YaoCleanup: spa vdev processing should check NULL pointers
2023-02-06 Richard Yaozfs_get_temporary_prop() should not pass NULL to strcpy()
2023-02-06 Matthew AhrensEIO caused by encryption + recursive gang
2023-02-06 Jorgen LundmanRestore FreeBSD to use .rodata
2023-02-06 Jorgen LundmanUnify assembly files with macOS
2023-02-02 Reno RecklingFix variable shadowing in libzfs_mount
2023-02-02 Paul DagneliePrevent error messages when running tests with no timeout
2023-02-02 George AmanakisTeach zdb about DMU_OT_ERROR_LOG objects
2023-02-02 rob-wingzfs_main.c: fix unused variable error with GCC
2023-02-02 Allan JudeResolve WS-2021-0184 vulnerability in zstd
2023-02-02 George Wilsonrootdelay on zfs should be adaptive
2023-02-02 Ameer HamzaFix console progress reporting for recursive send
2023-01-27 Brian BehlendorfIncrease default zfs_rebuild_vdev_limit to 64MB
2023-01-27 Brian BehlendorfIncrease default zfs_scan_vdev_limit to 16MB
2023-01-25 Alexander MotinPrefetch on deadlists merge
2023-01-25 Brian BehlendorfImprove resilver ETAs
2023-01-24 Coleman Kanelinux 6.2 compat: zpl_set_acl arg2 is now struct dentry
2023-01-24 Alexander MotinIntroduce minimal ZIL block commit delay
2023-01-24 Attila Fülöpx86 asm: Replace .align with .balign
2023-01-24 Attila FülöpIPC: blake3 x86 asm: fix placement of .size directives
2023-01-23 David HedbergWait for txg sync if the last DRR_FREEOBJECTS might...
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-23 Richard Yaofree_blocks(): Fix reports from 2016 PVS Studio FreeBSD...
2023-01-20 Chunwei ChenFix reading uninitialized variable in receive_read
2023-01-20 Allan Judezfs_receive_one: Check for the more likely error first
2023-01-20 Richard YaoCleanup ->dd_space_towrite should be unsigned
2023-01-20 Mark JohnstonMicro-optimize dsl_prop_get_dd()
2023-01-20 Mark JohnstonAvoid passing an uninitialized index to dsl_prop_known_...
2023-01-20 Chunwei ChenFix unprotected zfs_znode_dmu_fini
2023-01-17 George MelikovMan: fix defaults for zfs_dirty_data_max_max
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-17 Richard YaoCleanup of dead code suggested by Clang Static Analyzer...
2023-01-17 Brian BehlendorfZTS: Annotate additonal flaky test cases
2023-01-17 Brian BehlendorfCI: Reclaim space after package operations
2023-01-17 Rob Wingzpool-set: print error message when pool or vdev is...
2023-01-17 Rob Wingzpool-set: update usage text
2023-01-13 Richard YaoLinux ppc64le ieee128 compat: Do not redefine __asm...
2023-01-13 Richard YaoCleanup: Use NULL when doing NULL pointer comparisons
2023-01-13 Richard YaoCleanup: Remove unneeded semicolons
2023-01-13 Richard YaoCleanup: Use MIN() macro
2023-01-13 Richard YaoCleanup: !A || A && B is equivalent to !A || B
2023-01-13 Richard YaoCleanup: Replace oldstyle struct hack with C99 flexible...
2023-01-12 Richard YaoCleanup: Fix indentation in zfs_dbgmsg_t
2023-01-12 Richard YaoCleanup: Use C99 flexible array members instead of...
2023-01-12 Richard YaoCleanup: Use kmem_zalloc() instead of memset() to zero...
2023-01-12 Richard YaoCleanup: Remove unnecessary explicit casts of pointers...
2023-01-12 Gian-Carlo... change how d_alias is replaced by du.d_alias
2023-01-12 George AmanakisActivate filesystem features only in syncing context
2023-01-11 Brian BehlendorfCI: remove unused packages/snaps
2023-01-11 rob-wingzpool: do guid-based comparison in is_vdev_cb()
2023-01-11 Mateusz PiotrowskiTurn default_bs and default_ibs into ZFS_MODULE_PARAMs
2023-01-10 Tony HutterUpdate META to 6.1 kernel
2023-01-10 Mateusz PiotrowskiAdd tunable to allow changing micro ZAP's max size
2023-01-10 Alyssa Rossetc/systemd/zfs-mount-generator: avoid strndupa
2023-01-10 Matthew AhrensBatch enqueue/dequeue for bqueue
2023-01-10 Brian Behlendorfztest: update ztest_dmu_snapshot_create_destroy()
2023-01-10 Brian Behlendorfztest: ztest_dsl_prop_set_uint64() ENOSPC consistency
2023-01-10 Brian Behlendorfztest: reduce `zpool split` frequency
2023-01-10 Brian Behlendorfztest: update expectation for sparing a special device
2023-01-10 Matthew Ahrensztest fails assertion in zio_write_gang_member_ready()
2023-01-09 Charles Suhlibzpool: fix ddi_strtoull to update nptr
2023-01-09 Ameer Hamzazed: add hotplug support for spare vdevs
2023-01-09 Alexander MotinRemove some dead ARC code. (#14340)
2023-01-06 Coleman Kanelinux 6.2 compat: bio->bi_rw was renamed bio->bi_opf
2023-01-06 Coleman Kanelinux 6.2 compat: get_acl() got moved to get_inode_acl...
2023-01-06 Antonio RussoIntroduce ZFS_LINUX_REQUIRE_API autoconf macro
2023-01-06 Antonio RussoLinux 6.1 compat: open inside tmpfile()
2023-01-06 Antonio RussoZTS: close in mmapwrite.c
2023-01-05 Antonio RussoZTS: limit mmapwrite file size
2023-01-05 Clemens Langcontrib: dracut: Do not timeout waiting for pw
2023-01-05 Richard YaoIllumos #15286: do_composition() needs sign awareness
2023-01-05 Matthew Ahrensremoval of LegacyVersion broke ax_python_dev.m4
2023-01-05 Mateusz GuzikFreeBSD: catch up to 1400077
next