]> git.proxmox.com Git - mirror_zfs.git/history - include
Honour sync=disabled when relinking tpmfiles
[mirror_zfs.git] / include /
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
2019-11-01 Matthew MacyPrefix struct rangelock
2019-11-01 Matthew MacyReturn an error code from zfs_acl_chmod_setattr
2019-10-31 Matthew MacyMove sha2.h to platform code
2019-10-31 Matthew MacyDon't cast away const
2019-10-31 Matthew MacyFactor Linux specific code out of spa_misc.c
2019-10-30 Romain DolbeauAdd AVX512BW variant of fletcher
2019-10-28 Matthew MacyAdd wrapper for Linux BLKFLSBUF ioctl
2019-10-28 Matthew MacyMinor spa portability fixes
2019-10-28 Chunwei ChenFix zpool history unbounded memory usage
2019-10-26 loli10KFix for ARC sysctls ignored at runtime
2019-10-25 Matthew MacyMove platform dependent errno aliases
2019-10-25 Matthew MacyRemove sdt.h
2019-10-24 Brian BehlendorfLinux 4.14, 4.19, 5.0+ compat: SIMD save/restore
2019-10-18 Serapheim Dimitrop... Name anonymous enum of KMC_BIT constants
2019-10-18 Matthew MacyOpenZFS restructuring - ARC memory pressure
2019-10-17 Matthew MacyMake zfsdev_getminor signature cross platform
2019-10-14 Paul DagnelieDon't call sizeof on void
2019-10-11 Paul DagnelieFunction name and comment updates
2019-10-11 Matthew MacyExpose dmu_buf_hold_array_by_dnode to platform code
2019-10-10 loli10KFix pool creation with feature@allocation_classes disabled
2019-10-10 Matthew MacyMove get_temporary_prop to platform code
2019-10-10 Matthew MacyAdd kmem cache accessors
2019-10-10 Matthew MacyMake `zil_async_to_sync` visible to platform code
2019-10-10 Matthew MacyFix strdup conflict on other platforms
2019-10-09 Paul DagnelieReduce loaded range tree memory usage
2019-10-03 Matthew MacyRename rangelock_ functions to zfs_rangelock_
2019-10-03 Matthew MacyOpenZFS restructuring - libzfs
2019-10-03 Matthew MacyOpenZFS restructuring - libzutil
2019-10-02 Matthew MacyAdd inode accessors to common code
2019-10-01 Matthew MacyOpenZFS restructuring - arc_stats
2019-09-30 Matthew MacyOpenZFS restructuring - zpool
2019-09-27 Matthew MacyOpenZFS restructuring - zfs_ioctl
2019-09-26 Tom CaputiFix encryption hierarchy issues with zfs recv -d
2019-09-25 Matthew MacyOpenZFS restructuring - zvol
2019-09-14 John GallagherAdd subcommand to wait for background zfs activity...
2019-09-12 Chengfei ZHuQAT related bug fixes
2019-09-12 Matthew MacyMove objnode handling to common code
2019-09-12 Matthew MacyEnable compiler to typecheck logging
2019-09-11 Matthew MacyOpenZFS restructuring - move linux tracing code to...
2019-09-10 Brian BehlendorfFix /etc/hostid on root pool deadlock
2019-09-10 Brian BehlendorfEnable SIMD for encryption
2019-09-06 Matthew MacyOpenZFS restructuring - move platform specific sources
next