]> git.proxmox.com Git - mirror_zfs.git/history - module
FreeBSD: Do zcommon_init sooner to avoid FPU panic
[mirror_zfs.git] / module /
2020-12-23 Ryan MoellerFreeBSD: Do zcommon_init sooner to avoid FPU panic
2020-12-23 Brian BehlendorfFix optional "force" arg handing in zfs_ioc_pool_sync()
2020-12-23 Brian BehlendorfReduce fletcher4 and raidz benchmark times
2020-12-23 Alexander MotinFix for "Reduce latency effects of non-interactive...
2020-12-23 Alexander MotinReduce latency effects of non-interactive I/O
2020-12-23 Ryan MoellerFreeBSD: notify userspace when a vdev is removed
2020-11-30 Brian BehlendorfRevert "Reduce latency effects of non-interactive I/O"
2020-11-25 Alexander MotinReduce latency effects of non-interactive I/O
2020-11-25 Matthew MacyFreeBSD: decouple ZFS_DEBUG from kernel debug settings
2020-11-22 Brian BehlendorfCorrect missing zil_claim() DTL updates
2020-11-17 Matthew MacyFix problems in zvol_set_volmode_impl
2020-11-17 loli10KFix 'zfs userspace' for received datasets in encrypted...
2020-11-17 George AmanakisFix ASSERT logic in l2arc_evict()
2020-11-14 Brian BehlendorfLinux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usage
2020-11-14 Matthew AhrensAssertion failure when logging large output of channel...
2020-11-12 Matthew AhrensChannel program may spuriously fail with "memory limit...
2020-11-12 Brian BehlendorfLinux: Fix mount/unmount when dataset name has a space
2020-11-12 Tony PerkinsStart snapdir_iterate traversals to begin wtih the...
2020-11-12 Mateusz GuzikG/C data_alloc_arena
2020-11-11 Mateusz GuzikG/C struct znode -> z_moved
2020-11-11 Ryan MoellerFreeBSD: Simplify zvol_geom_open and zvol_cdev_open
2020-11-11 Ryan MoellerFreeBSD: Avoid spurious EINTR in zvol_cdev_open
2020-11-11 Alexander MotinFix dmu_tx_dirty_throttle after arc_c reduction
2020-11-11 Matthew MacyFix dnode refcount tracking
2020-11-11 Mariusz ZaborskiFreeBSD: Prevent a NULL reference in zvol_cdev_open
2020-11-11 khng300FreeBSD: Prevent NULL pointer dereference of resid
2020-11-03 Ryan MoellerFreeBSD: zvol_os: Use SET_ERROR more judiciously
2020-11-03 Coleman KaneLinux 5.10 compat: revalidate_disk_size() added
2020-11-03 Coleman KaneLinux 5.10 compat: check_disk_change() removed
2020-11-03 Coleman KaneLinux 5.10 compat: percpu_ref added data member
2020-11-03 Sebastian GottschallOptimize locking checks in mempool allocator
2020-10-30 Ryan Moellerzvol_os: Fix handling of zvol private data
2020-10-30 Ryan Moellerzvol_os: Don't leak doi in cdev error path
2020-10-30 Ryan Moellerzvol_os: Properly ignore error in volmode lookup
2020-10-30 Ryan Moellerzvol_os: Code cleanup in zvol_create_minor_impl
2020-10-30 Ryan Moellerzvol_os: Keep better track of open count in close
2020-10-30 Ryan Moellerzvol_os: Tidy up asserts
2020-10-30 Mateusz Guzikzstd: track allocator statistics
2020-10-30 Attila FülöpICP: gcm: Allocate hash subkey table separately
2020-10-30 Attila FülöpAdd some missing cfi frame info in aesni-gcm-x86_64.S
2020-10-30 Mateusz GuzikFreeBSD: catch up with 1300124 version bump
2020-10-30 Ryan MoellerFreeBSD: Fix 12.2-STABLE after AT_BENEATH MFC
2020-10-30 Alexander MotinYield periodically when rebuilding L2ARC
2020-10-30 Ryan MoellerUpdate references to nonexistent man pages in code
2020-10-30 Alexander MotinFreeBSD: Remove BIO_ORDERED flag from BIO_FLUSH
2020-10-30 Mateusz GuzikLinux: g/c leftover fence in zfs_znode_alloc
2020-10-30 Mateusz GuzikFreeBSD: g/c unused zfs_znode_move support
2020-10-30 Brian BehlendorfUse known license string for zlua
2020-10-30 Ryan MoellerFreeBSD: Skip RAW kstat sysctls by default
2020-10-30 Mateusz GuzikFreeBSD: catch up with 1300123 version bump
2020-10-30 Ryan MoellerAdd missing zfs_arc_evict_batch_limit tunable
2020-10-30 Kyle EvansMakefile.bsd: remove directory that no longer exists
2020-10-30 Matthew MacyFreeBSD: delete unreferenced file
2020-10-16 Mateusz GuzikFreeBSD: add missing fplookup_vexec handler to special...
2020-10-16 Mateusz GuzikFreeBSD: g/c unused vop vector zfsctl_ops_shares_dir
2020-10-16 Don BradyIgnore special vdev ashift for spa ashift min/max
2020-10-16 Christian SchwarzFix crash caused by invalid snapshot names in redactnvl
2020-10-16 Paul DagnelieFix incorrect deletion order in range_tree_add_impl...
2020-10-16 Mateusz GuzikFreeBSD: fix panic due to tqid overflow
2020-10-16 Ryan MoellerCross-platform acltype
2020-10-16 Warner LoshFreeBSD: make adjustments for the standalone environment
2020-10-16 Warner Loshaarch64: Use proper guards for NEON instructions
2020-10-16 Mateusz GuzikFreeBSD: use cache_rename if available
2020-10-16 Ryan MoellerExpose zfetch_max_idistance tunable
2020-10-16 Christian Schwarzzil_parse: make callback parameters const
2020-10-16 Ryan MoellerLinux: Initialize zp in zfs_setattr_dir
2020-10-16 Brian BehlendorfReplace ZFS on Linux references with OpenZFS
2020-10-16 Jacob AdamsFix Linux modules uninstall
2020-10-16 Chuck TuffliFix ubsan: shift exponent is too large
2020-10-16 Ryan MoellerMake dbufstat work on FreeBSD
2020-10-16 Ryan MoellerFreeBSD: Sort and dedup includes in kmod_core
2020-10-16 Ryan MoellerFreeBSD: Sort out kernel FPU headers for 12.1-REL
2020-10-16 Ryan MoellerThrow const on some strings
2020-10-16 John PoduskaMismatched nvlist names in zfs_keys_send_space
2020-10-01 Brian BehlendorfFix buggy procfs_list_seq_next warning
2020-10-01 Ryan MoellerFreeBSD: Fix legacy compat for platform IOCs
2020-10-01 Matthew MacyEliminate gratuitous bzeroing in dbuf_stats_hash_table_data
2020-10-01 Sebastian Gottschalldo a cyclic seek for unused memory objects in pool
2020-10-01 Ryan MoellerDrop references when skipping dmu_send due to EXDEV
2020-10-01 Brian BehlendorfUse known license string for zzstd
2020-10-01 Adam D. MossAdd DB_RF_NOPREFETCH to dbuf_read()s in dnode.c
2020-10-01 Brian BehlendorfFix PREEMPTION=y and BLK_CGROUP=y config on arm64
2020-10-01 Mateusz GuzikFreeBSD: update cache_purgevfs usage after 1300117...
2020-10-01 Ryan MoellerFreeBSD: Code cleanup in zio_crypt
2020-10-01 Ryan MoellerPrune dead branch reported by Coverity
2020-10-01 Christian Schwarzzfs_log_write: simplify data copying code for WR_COPIED...
2020-10-01 Matthew MacyFreeBSD: Add support for procfs_list
2020-10-01 Matthew MacyFreeBSD: Don't save user FPU context in kernel threads
2020-10-01 Paul DagnelieDon't set numobjs to UINT64_MAX or near it
2020-10-01 Mark JohnstonFix a logic bug in the FreeBSD getpages VOP
2020-10-01 Ryan MoellerFreeBSD: Reduce stack usage of Lua
2020-10-01 Mark JohnstonAnnontate FreeBSD sysctls with CTLFLAG_MPSAFE
2020-10-01 Mark JohnstonFix switch statement indentation in the FreeBSD kstat...
2020-09-18 George Wilsonvdev_ashift should only be set once
2020-09-18 George Wilsonpool may become suspended during device expansion
2020-09-18 Ryan MoellerFreeBSD: Do not copy vp into f_data for DTYPE_VNODE...
2020-09-18 John PoduskaNeed a long hold in zpl_mount_impl
2020-09-18 Ryan MoellerRename acltype=posixacl to acltype=posix
2020-09-18 Pavel SnajdrFix stack frame size: dnode_dirty_l1range()
2020-09-18 Pavel Snajdrdmu_redact_snap: fix possible memleak
next