]> git.proxmox.com Git - mirror_zfs.git/history - include
Use boot_ncpus in place of max_ncpus in taskq_create
[mirror_zfs.git] / include /
2020-05-20 Paul DagnelieSmall program that converts a dataset id and an object...
2020-05-16 Ryan MoellerFix ZVOL_DIR
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-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-04 Ryan MoellerUpdate FreeBSD SPL atomics
2020-04-30 Paul B. HensonOpenZFS 742 - Resurrect the ZFS "aclmode" property...
2020-04-28 Jason KingSupport custom URI schemes for the keylocation property
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 Matthew MacyUse new FreeBSD API to largely eliminate object locking
2020-04-15 Ryan MoellerUpdate FreeBSD tunables
2020-04-14 Matthew MacyAdd FreeBSD support to OpenZFS
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-09 Brian BehlendorfLinux 5.7 compat: blk_alloc_queue()
2020-04-07 Ryan MoellerFinish refactoring for ZFS_MODULE_PARAM_CALL
2020-04-01 Paul DagnelieAdd 'zfs wait' command
2020-03-27 Ryan MoellerLet default arc_c_max be platform dependent
2020-03-27 Matthew AhrensCompile cityhash code into libzfs
2020-03-18 Matthew AhrensDeprecate deduplicated send streams
2020-03-17 Paul DagnelieSeparate warning for incomplete and corrupt streams
2020-03-17 Mariusz ZaborskiAdd option for forcible unmounting dataset while receiv...
2020-03-12 Matthew Ahrensdmu_objset_from_ds must be called with dp_config_rwlock...
2020-03-12 John PoduskaPrevent race condition in dnode_dest (#10101)
2020-03-10 Matthew AhrensImprove zfs send performance by bypassing the ARC
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 MacyRe-share zfsdev_getminor and zfs_onexit_fd_hold
2020-02-27 Brian BehlendorfLinux 5.6 compat: time_t
2020-02-27 Brian BehlendorfLinux 5.6 compat: ktime_get_raw_ts64()
2020-02-27 Matthew MacyRefactor dnode dirty context from dbuf_dirty
2020-02-24 Dirkjan BussinkRemove zfs_getattr and convoff dead code
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-18 Richard LaagerPrefer org.openzfs for features and properties
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-10 Paul ZuchowskiFix zdb -R with 'b' flag
2020-02-10 Ryan MoellerShare some code for spa deadman tunables
2020-02-10 Attila FülöpICP: Improve AES-GCM performance
2020-02-07 Brian BehlendorfLinux 5.6 compat: timestamp_truncate()
2020-02-07 Brian BehlendorfLinux 5.6 compat: struct proc_ops
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 Ryan MoellerRestore aclmode and remove acltype on FreeBSD
2020-02-03 Matthew Ahrensasync zvol minor node creation interferes with receive
2020-01-23 Romain DolbeauAdd AltiVec RAID-Z
2020-01-23 Jason KingSupport inheriting properties in channel programs
2020-01-14 Tom CaputiFix errata #4 handling for resuming streams
2020-01-14 Kyle Evanslibzfs: add zfs_mount_at() function
2020-01-14 Brian BehlendorfChange http://zfsonlinux.org links to https://zfsonlinu...
2020-01-10 Tom CaputiAdd 'zfs send --saved' flag
2020-01-09 Nick BlackRemove parameter names from libzfs.h signatures
2020-01-06 loli10KFix "zpool add -n" for dedup, special and log devices
2019-12-20 Tony HutterColorize zpool status output
2019-12-13 Matthew MacyMake zfs_replay.c work on FreeBSD
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 Fabian-GruenbichlerSIMD: Use alloc_pages_node to force alignment
2019-12-10 Matthew MacyAbstract away platform specific superblock references
2019-12-09 Matthew MacyExclude data from cores unconditionally and metadata...
2019-12-06 Matthew MacyRemove stale ASSERTV comment
2019-12-05 Matthew MacyDisable EDONR on FreeBSD
2019-12-05 Matthew MacyAdd ZFS_IOC offsets for FreeBSD
2019-12-05 Matthew MacyRefactor deadman set failmode to be cross platform
2019-12-05 Matthew MacyReplace ASSERTV macro with compiler annotation
2019-12-04 Matthew MacyRefactor zfs_context.h to build on FreeBSD
2019-12-03 Matthew MacyMove linux qsort def to platform header
2019-12-02 Matthew MacyMove zfs_cmd_t copyin/copyout to platform code
2019-11-30 Matthew MacyAdd FreeBSD required defines to mntent.h
2019-11-30 Matthew MacyAdd FreeBSD support to zio_crypto.h
2019-11-30 Matthew MacyResolve ZoF differences in zfs_ioctl.h
2019-11-27 Matthew MacyMinor diff reduction with ZoF in include/sys
2019-11-27 Brian BehlendorfRemove zfs_vdev_elevator module option
2019-11-27 jwpoduskaPrevent unnecessary resilver restarts
2019-11-21 Matthew MacyAdd zfs_file_* interface, remove vnodes
2019-11-18 Brian BehlendorfPartially revert 5a6ac4c
2019-11-13 Michael NiewöhnerAdd kmem_cache flag for forcing kvmalloc
2019-11-13 Michael NiewöhnerMake use of kvmalloc if available and fix vmem_alloc...
2019-11-12 Matthew MacyAdd wrapper stub for zfs_cmd ioctl to libzpool
2019-11-12 Brian BehlendorfLinux compat: Minimum kernel version 3.10
2019-11-11 Ryan MoellerAllow platform dependent path stripping for vdevs
2019-11-11 Pavel SnajdrRemove zpl_revalidate
2019-11-06 Romain DolbeauPreliminary support for RV64G
2019-11-06 Matthew MacyMove platform specific parts of zfs_znode.h to platform...
2019-11-01 Prakash SuryaAdd tracepoints for taskq entry lifetime events
2019-11-01 Prakash SuryaEnable use of DTRACE_PROBE* macros in "spl" module
2019-11-01 Matthew MacyWrap Linux module macros
next