]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module
Move GFP flags kernel compatibility code
[FreeBSD/FreeBSD.git] / module /
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-08 Pawel Jakub DawidekRemove redundant includes
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-04 Paul DagnelieFix double mutex_init bug in send code
2020-06-03 Allan Judezfsvfs_setup(): zap_stats_t may have undefined content...
2020-06-03 Ryan MoellerFreeBSD: Simplify zvol and fix locking
2020-06-03 Ryan MoellerPeriodically update ARC kstats
2020-06-03 Jorgen LundmanRestore avl_update() calls and related functions
2020-05-30 Matthew MacyFix crypto build on FreeBSD HEAD
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-19 Ryan Moellerfreebsd: Correct the order of arguments to copyin(...
2020-05-16 Kyle Evansfreebsd: return EISDIR for read(2) on directories
2020-05-16 Ryan MoellerFix ZVOL_DIR
2020-05-15 Matthew AhrensFix error handling in receive_writer_thread()
2020-05-15 yparitcherFix VN_OPEN_INVFS typo
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-05-05 Ryan Moellertaskq: Don't leak system_delay_taskq on FreeBSD
2020-05-04 Ryan MoellerAvoid the GEOM topology lock recursion when autoexpandi...
2020-05-04 Ryan MoellerUpdate FreeBSD SPL atomics
2020-04-30 Paul B. HensonOpenZFS 6765 - zfs_zaccess_delete() comments do not...
2020-04-30 Paul B. HensonOpenZFS 6762 - POSIX write should imply DELETE_CHILD...
2020-04-30 Paul B. HensonOpenZFS 8984 - fix for 6764 breaks ACL inheritance
2020-04-30 Paul B. HensonOpenZFS 6764 - zfs issues with inheritance flags during...
2020-04-30 Paul B. HensonOpenZFS 3254 - add support in zfs for aclmode=restricted
2020-04-30 Paul B. HensonOpenZFS 742 - Resurrect the ZFS "aclmode" property...
2020-04-30 Brian BehlendorfAdd longjmp support for Thumb-2
2020-04-28 George AmanakisAdd missing zfs_refcount_destroy() in key_mapping_rele()
2020-04-28 Ryan MoellerFix zlib leak on FreeBSD
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 Matthew MacyUse new FreeBSD API to largely eliminate object locking
2020-04-17 George AmanakisPersistent L2ARC minor fixes
2020-04-15 Ryan MoellerUpdate FreeBSD tunables
2020-04-14 Matthew MacyAdd FreeBSD support to OpenZFS
2020-04-13 Brian BehlendorfDisable user space reference tracking
2020-04-11 Matthew Ahrenszvol_write() can use dmu_tx_hold_write_by_dnode()
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-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-04-01 Fabio ScaccabarozziBugfix/fix uio partial copies
2020-03-31 Matthew AhrensImprove ZVOL sync write performance by using a taskq
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-26 Dirkjan BussinkRemove checks for null out value in encryption paths
2020-03-18 Brian BehlendorfFix zfs_rmnode() unlink / rollback issue
2020-03-17 Paul DagnelieSeparate warning for incomplete and corrupt streams
2020-03-17 Attila FülöpICP: gcm-avx: Support architectures lacking the MOVBE...
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-06 Ryan MoellerChange default to overlay=on
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 Brian BehlendorfLinux 5.5 compat: blkg_tryget()
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-20 Arvind SankarFix icp include directories for in-tree build
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-16 DeHackEdHonour sync=disabled when relinking tpmfiles
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 Matthew AhrensMissed wakeup when growing kmem cache
2020-02-13 Alexander MotinRemove duplicate dbufs accounting
2020-02-11 Christian Schwarzzcp: add zfs.sync.bookmark
2020-02-11 Christian SchwarzImplement bookmark copying
next