]> git.proxmox.com Git - mirror_zfs.git/history - module
Don't bomb out when using keylocation=file://
[mirror_zfs.git] / module /
2021-03-05 Jake HowardAdd "zstd-fast" to help options for "compression" property
2021-03-05 Andriy GaponFix assert in FreeBSD-specific dmu_read_pages
2021-03-05 Coleman KaneLinux 5.12 compat: bio->bi_disk member moved
2021-03-05 Brian BehlendorfLinux: increase max nvlist_src size
2021-03-05 fbynitevdev_ops: don't try to call vdev_op_hold or vdev_op_rel...
2021-03-05 Ryan MoellerRestore FreeBSD resource usage accounting
2021-03-05 Mark JohnstonFreeBSD: disable the use of hardware crypto offload...
2021-02-08 Antonio RussoSet file mode during zfs_write
2021-01-28 George AmanakisAvoid updating the L2ARC device header unnecessarily
2021-01-28 Paul DagnelieFix zrele race in zrele_async that can cause hang
2021-01-25 ColmFix two minor lint errors (cppcheck)
2021-01-25 Alexander MotinRelax special_small_blocks assertion.
2021-01-25 Ryan MoellerFreeBSD: upstream changes to VFS interface
2021-01-23 Matthew Ahrensassertion failed in arc_wait_for_eviction()
2021-01-22 Brian BehlendorfLinux 5.10 compat: restore custom uio_prefaultpages()
2021-01-05 Konstantin KhorenkoVZ 7 kernel compat: introduce ITER-enabled .direct_IO...
2021-01-05 Toomas Soomeimplicit conversion from 'boolean_t' to 'ds_hold_flags_t'
2021-01-05 Brian BehlendorfLinux 5.11 compat: blk_{un}register_region()
2021-01-05 Brian BehlendorfLinux 5.11 compat: revalidate_disk_size()
2021-01-05 Brian BehlendorfLinux 5.11 compat: bdev_whole()
2021-01-05 Brian BehlendorfLinux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()
2021-01-05 Brian BehlendorfLinux 5.11 compat: lookup_bdev()
2020-12-23 Andy FiddamanDangling reference from dmu_objset_upgrade
2020-12-23 Michael D LabriolaLinux 5.10 compat: also zvol_revalidate_disk()
2020-12-23 Brian BehlendorfFix maybe uninitialized variable warning
2020-12-23 Brian BehlendorfRemove iov_iter_advance() from iter_read
2020-12-23 Brian BehlendorfLinux 5.10 compat: use iov_iter in uio structure
2020-12-23 Brian BehlendorfRemove incorrect assertion
2020-12-23 Ryan MoellerReduce confusion in zfs_write
2020-12-23 Ryan MoellerReturn EFAULT at the end of zfs_write() when set
2020-12-23 Ryan MoellerSimplify offset and length limit in zfs_write
2020-12-23 Ryan MoellerConst some unchanging variables in zfs_write
2020-12-23 Ryan MoellerRemove redundant oid parameter to update_pages
2020-12-23 Ryan MoellerFactor uid, gid, and projid out of loop in zfs_write
2020-12-23 Matthew MacyShare zfs_fsync, zfs_read, zfs_write, et al between...
2020-12-23 Matthew Ahrensspecial device removal space accounting fixes
2020-12-23 Ryan Libbylua: avoid gcc -Wreturn-local-addr bug
2020-12-23 George AmanakisFix reporting of CKSUM errors in indirect vdevs
2020-12-23 Ryan MoellerFreeBSD: Implement sysctl for fletcher4 impl
2020-12-23 Paul DagnelieFix kernel panic induced by redacted send
2020-12-23 Ryan MoellerFreeBSD: Fix format of vfs.zfs.arc_no_grow_shift
2020-12-23 Brian BehlendorfFix possibly uninitialized 'root_inode' variable warning
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...
next