]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs
Linux 5.8 compat: __vmalloc()
[mirror_zfs.git] / module / zfs /
2020-06-08 Pawel Jakub DawidekRestore support for in-kernel ZFS ioctls
2020-06-07 Jorgen LundmanReplace sprintf()->snprintf() and strcpy()->strlcpy()
2020-06-06 Brian Behlendorfzfsvfs_setup(): zap_stats_t may have undefined content...
2020-06-04 Paul DagnelieFix double mutex_init bug in send code
2020-06-03 Ryan MoellerPeriodically update ARC kstats
2020-05-26 Jorgen LundmanMemory leak in dsl_destroy_snapshots_nvl error case
2020-05-21 Brian AtkinsonGang ABD Type
2020-05-20 DeHackEdUse boot_ncpus in place of max_ncpus in taskq_create
2020-05-15 Matthew AhrensFix error handling in receive_writer_thread()
2020-05-15 Brian BehlendorfFix abd_enter/exit_critical wrappers
2020-05-14 Jorgen LundmanUpstream: add missing thread_exit()
2020-05-14 Matthew Ahrensremove unneeded member drc_err of dmu_recv_cookie_t
2020-05-13 John PoduskaResilver restarts unnecessarily when it encounters...
2020-05-10 Brian AtkinsonCombine OS-independent ABD Code into Common Source...
2020-05-07 George AmanakisImprovements on persistent L2ARC
2020-05-07 Paul DagnelieAdd support for boot environment data to be stored...
2020-05-06 George AmanakisEnable splitting mirrors with indirect vdevs
2020-04-28 George AmanakisAdd missing zfs_refcount_destroy() in key_mapping_rele()
2020-04-25 Tom CaputiFix missing ivset guid with resumed raw base recv
2020-04-23 Matthew AhrensRemove deduplicated send/receive code
2020-04-22 Matthew AhrensUse a struct to organize metaslab-group-allocator fields
2020-04-20 Matthew AhrensFix zfs send progress reporting
2020-04-17 George AmanakisPersistent L2ARC minor fixes
2020-04-15 Ryan MoellerUpdate FreeBSD tunables
2020-04-13 Brian BehlendorfDisable user space reference tracking
2020-04-10 George AmanakisPersistent L2ARC
2020-04-09 Ryan MoellerDon't ignore zfs_arc_max below allmem/32
2020-04-09 Matthew MacyAdd separate field for indicating that spa is in middle...
2020-04-08 Matthew MacyUse vn_io_fault_uiomove on FreeBSD to avoid potential...
2020-04-07 Ryan MoellerFinish refactoring for ZFS_MODULE_PARAM_CALL
2020-04-01 Paul DagnelieAdd 'zfs wait' command
2020-03-31 George AmanakisReset l2ad_hand and l2ad_first in l2arc_evict
2020-03-27 Ryan MoellerLet default arc_c_max be platform dependent
2020-03-27 Matthew AhrensCompile cityhash code into libzfs
2020-03-17 Paul DagnelieSeparate warning for incomplete and corrupt streams
2020-03-16 Matthew AhrensImprove zfs receive performance by batching writes
2020-03-12 Matthew Ahrensdmu_objset_from_ds must be called with dp_config_rwlock...
2020-03-12 Alexander MotinFix infinite scan on a pool with only special allocations
2020-03-12 John PoduskaPrevent race condition in dnode_dest (#10101)
2020-03-12 Mark RoperPrevent deadlock in arc_read in Linux memory reclaim...
2020-03-10 Matthew AhrensImprove zfs send performance by bypassing the ARC
2020-03-04 Brian Behlendorfzio: dprintf_bp() if errors > 0 in zfs_blkptr_verify()
2020-03-04 Brian BehlendorfAdd trim support to zpool wait
2020-03-03 Matthew AhrensImprove performance of zio_taskq_member
2020-03-02 Ryan MoellerMake spa_history_zone platform-dependent in kernel
2020-02-28 Matthew MacyDon't call zrele on passed zp in zfs_xattr_owner_unlink...
2020-02-28 Matthew MacyRe-share zfsdev_getminor and zfs_onexit_fd_hold
2020-02-28 Matthew AhrensImprove zfs destroy performance with zio_t-free zio_free()
2020-02-28 Matthew MacyConsolidate arc_buf allocation checks
2020-02-27 Brian BehlendorfLinux 5.6 compat: time_t
2020-02-27 Matthew MacyRefactor dnode dirty context from dbuf_dirty
2020-02-25 Matthew MacyRemove dead code error handling from dsl_crypt.c
2020-02-24 Dirkjan BussinkRemove zfs_getattr and convoff dead code
2020-02-24 Matthew AhrensRemove unused structs and members in dmu_send.c
2020-02-18 Ryan MoellerEnable zpool events tunables and tests on FreeBSD
2020-02-18 Matthew MacyFactor out some dbuf subroutines and add state change...
2020-02-14 Jason KingSupport setting user properties in a channel program
2020-02-14 Matthew AhrensRemove limit on number of async zio_frees of non-dedup...
2020-02-13 Alexander MotinRemove duplicate dbufs accounting
2020-02-11 Christian Schwarzzcp: add zfs.sync.bookmark
2020-02-11 Christian SchwarzImplement bookmark copying
2020-02-11 Matthew MacyAddress Coverity warnings in #9902
2020-02-10 Brian BehlendorfAdd missing dmu_buf_unlock_parent() calls to dbuf_read_...
2020-02-10 Paul ZuchowskiFix zdb -R with 'b' flag
2020-02-10 Ryan MoellerShare some code for spa deadman tunables
2020-02-07 Matthew MacyFactor out dbuf_sync_bonus
2020-02-06 Alexander MotinReduce number of atomic_add() calls in aggsum
2020-02-05 Alexander MotinFew microoptimizations to dbuf layer
2020-02-05 Matthew MacyConvert dbuf dirty record record list to a list_t
2020-02-04 Alexander MotinPrepare ks_data before calling kstat_install()
2020-02-03 Ryan MoellerFix const-correctness in raidz math
2020-02-03 Matthew Ahrensasync zvol minor node creation interferes with receive
2020-01-24 Christian Schwarzdsl_bookmark_create_check: fix NULL pointer deref if...
2020-01-23 Romain DolbeauAdd AltiVec RAID-Z
2020-01-23 Christian Schwarzdmu_send: redacted: fix memory leak on invalid redactio...
2020-01-23 Matthew MacySimplify FreeBSD's locking requirements in zfs_replay.c
2020-01-23 Jason KingSupport inheriting properties in channel programs
2020-01-21 Matthew MacyUpdate tunable macro usage for disable_ivset_guid_check
2020-01-21 Matthew MacyRe-consolidate zio_delay_interrupt
2020-01-17 Brian BehlendorfUnify target_cpu handling
2020-01-14 Tom CaputiFix errata #4 handling for resuming streams
2020-01-10 Tom CaputiAdd 'zfs send --saved' flag
2020-01-06 loli10KFix "zpool add -n" for dedup, special and log devices
2019-12-26 Steve MokrisAvoid some crashes when importing a pool with corrupt...
2019-12-26 Brian BehlendorfCancel initialize and TRIM before vdev_metaslab_fini()
2019-12-19 Brian Behlendorfcppcheck: (warning) Possible null pointer dereference...
2019-12-18 Romain DolbeauMinor performance fix for NEON RAID-Z
2019-12-16 Matthew MacyFix zfs_xattr_owner_unlinked on FreeBSD and comment
2019-12-13 Tom CaputiAllow empty ds_props_obj to be destroyed
2019-12-13 Matthew MacyMake zfs_replay.c work on FreeBSD
2019-12-11 Matthew AhrensFix use-after-free of vd_path in spa_vdev_remove()
2019-12-11 Ryan MoellerRelocate common quota functions to shared code
2019-12-11 Matthew MacyAdd FreeBSD jail support hooks
2019-12-11 Matthew MacyEliminate Linux specific inode usage from common code
2019-12-10 Paul Zuchowskizio_decompress_data always ASSERTs successful decompression
2019-12-10 Matthew MacyAbstract away platform specific superblock references
2019-12-09 Matthew MacyExclude data from cores unconditionally and metadata...
2019-12-09 Matthew MacyMark dsl_dataset_deactivate_feature_impl static
2019-12-05 Matthew MacyDisable EDONR on FreeBSD
2019-12-05 Matthew MacyRefactor deadman set failmode to be cross platform
next