]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - include
Convert Linux-isms to FreeBSD-isms in platform zfs_debug.c
[FreeBSD/FreeBSD.git] / include /
2020-08-01 Matthew AhrensRevise ARC shrinker algorithm
2020-07-29 Matthew MacyRename refcount.h to zfs_refcount.h
2020-07-29 Serapheim Dimitrop... Introduce names for ZTHRs
2020-07-28 Matthew MacyPrefix zfs internal endian checks with _ZFS
2020-07-26 Matthew MacyRefactor ccompile.h to not include system headers
2020-07-26 Matthew MacyMake use of ZFS_DEBUG consistent within kmod sources
2020-07-25 Matthew MacyFreeBSD: Fixes required to build ZFS on PowerPC
2020-07-24 Matthew Ahrensremove kmem_cache module parameter KMC_EXPIRE_AGE
2020-07-24 Kyle EvansAnnotate unused parameters on inline definitions as...
2020-07-24 Ryan MoellerFreeBSD: Remove some code duplication in sysctl_os.c
2020-07-22 Kyle Evanslibzfs: const'ify path argument to zfs_path_to_zhandle
2020-07-22 Matthew AhrensAdjust ARC terminology
2020-07-19 Ryan MoellerFreeBSD: Add legacy arc_min and arc_max
2020-07-19 Matthew AhrensRemove skc_reclaim, hdr_recl, kmem_cache shrinker
2020-07-16 Matthew MacyFreeBSD: zfs commands backward compatibility
2020-07-15 Matthew AhrensExtend zdb to print inconsistencies in livelists and...
2020-07-14 Brian AtkinsonFixing gang ABD child removal race condition
2020-07-13 George WilsonRemove dependency on sharetab file and refactor sharing...
2020-07-12 Matthew Ahrensfilesystem_limit/snapshot_limit is incorrectly enforced...
2020-07-12 Matthew MacyFreeBSD: Use a hash table for taskqid lookups
2020-07-06 Ryan MoellerAdd zpool_nextboot, move zfs_jail to libzfs.h
2020-07-06 Mark JohnstonAdd a "try" operation for range locks
2020-07-03 Brian BehlendorfAdd device rebuild feature
2020-07-01 Matthew Macyfreebsd: changes necessary to coexist with dtrace in...
2020-06-29 Matthew AhrensClean up OS-specific ARC and kmem code
2020-06-28 Arvind SankarAvoid installing kernel headers on FreeBSD
2020-06-28 Brian BehlendorfStyle fixes
2020-06-27 Matthew AhrensRevise SPL wrapper for shrinker callbacks
2020-06-27 Serapheim Dimitrop... Use percpu_counter for obj_alloc counter of Linux-backe...
2020-06-26 Arvind SankarFixes for make dist
2020-06-26 Matthew AhrensARC shrinking blocks reads/writes
2020-06-25 Arvind SankarDrop unnecessary srcdir paths
2020-06-23 Ryan MoellerAdd zfs_multihost_interval tunable handler for FreeBSD
2020-06-18 Arvind SankarAdd prototypes
2020-06-18 Arvind SankarRemove dead code
2020-06-18 Arvind SankarMark functions as static
2020-06-18 adilgerlinux: add basic fallocate(mode=0/2) compatibility
2020-06-18 Matthew MacyDisambiguate condvar API contract
2020-06-18 Matthew MacyAdd abd_cache_reap_now for abd_chunk_cache users
2020-06-16 Jorgen Lundmandrr_begin: can't forward declare untagged struct
2020-06-16 Jorgen LundmanMake struct vdev_disk_t be platform private
2020-06-16 Ryan MoellerFix FreeBSD condvar semantics
2020-06-14 Jorgen LundmanAdd convenience wrappers for common uio usage
2020-06-13 George AmanakisFix gcc10.1 truncation error
2020-06-13 Ryan MoellerFreeBSD: Don't require zeroing new locks before init
2020-06-11 Brian AtkinsonRemoving ZERO_PAGE abd_alloc_zero_scatter
2020-06-11 Matthew AhrensRemove unnecessary references to slavery
2020-06-10 Andrea GelminiFix typos
2020-06-09 Matthew AhrensFile incorrectly zeroed when receiving incremental...
2020-06-09 George AmanakisTrim L2ARC
2020-06-08 Michael NiewöhnerMove GFP flags kernel compatibility code
2020-06-08 Michael NiewöhnerLinux 5.8 compat: __vmalloc()
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 Ryan MoellerImprove compatibility with C++ consumers
2020-06-06 Brian Behlendorfzfsvfs_setup(): zap_stats_t may have undefined content...
2020-06-06 Allan JudeConnect dataset_kstats for FreeBSD
2020-06-03 Jorgen LundmanRestore avl_update() calls and related functions
2020-05-28 набCorrectly handle the x32 ABI
2020-05-21 Brian AtkinsonGang ABD Type
2020-05-21 felixdoerremount: use the mount syscall directly
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
next