v0.6.5.9
behlendorf
released this
03 Feb 22:22
·
34 commits
to zfs-0.6.5-release
since this release
Supported Kernels
- Compatible with 2.6.32 - 4.10 Linux kernels.
Bug Fixes
- Linux 4.10 compat: BIO flag changes #5499
- Linux 4.9 compat: inode_change_ok() renamed setattr_prepare() #5307
- Linux 4.9 compat: remove iops->{set,get,remove}xattr #5307
- Linux 4.9 compat: iops->rename() wants flags #5307
- Linux 4.9 compat: file_operations->aio_fsync removal #5393
- Linux 4.9 compat: Remove dir inode operations from zpl_inode_operations #5307
- Linux 4.9 compat: group_info changes openzfs/spl#581
- Linux 4.8 compat: Fix RW_READ_HELD #5233
- Linux 4.7 compat: Fix deadlock during lookup on case-insensitive #5124 #5141 #5147 #5148
- Linux 3.14 compat: assign inode->set_acl #5371 #5375
- Linux 2.6.32 compat: Reorder HAVE_BIO_RW_* checks #4951 #4959
- Use large stacks when available #4059
- Use set_cached_acl() and forget_cached_acl() when possible #5378
- Use kernel slab for vn_cache and vn_file_cache openzfs/spl#599
- Fix batch free zpl_posix_acl_release #5340 #5353
- Fix zfsctl_snapshot_{,un}mount() issues #5250
- Fix systemd services configutation through preset file #5356
- Fix RLIMIT_FSIZE enforcement #5587 #5673 #5720 #5726
- Fix leak on zfs_sb_create() failure #5490 #5496
- Fix zpl_fallocate_common() creak leak #5244 #5330
- Fix fchange in zpl_ioctl_setflags() #5486
- Fix wrong operator in xvattr.h #5486
- Fix counting '@' in dataset namelen #5432 #5456
- Fix dmu_object_size_from_db() call under spinlock #3858
- Fix lookup_bdev() on Ubuntu #5336
- Fix receiving custom snapshot properties #5189
- Fix bio merging w/noop scheduler #5181
- Fix sync behavior for disk vdevs #4858
- Fix uninitialized variable in avl_add() #3609
- Fix tq_lock contention by making write taskq non-dynamic #5236
- Fix atime handling (relatime, lazytime) #4482
- Fix splat-cred.c cred usage openzfs/spl#556
- Fix splat memleak openzfs/spl#590
- Fix p0 initializer openzfs/spl#576
- Fix aarch64 type warning openzfs/spl#574
- Fix crgetgroups out-of-bound and misc cred fix openzfs/spl#556
- Remove dead root pool import code #4951