File: NEWS

package info (click to toggle)
zfs-linux 2.3.2-2
  • links: PTS, VCS
  • area: contrib
  • in suites: trixie
  • size: 71,496 kB
  • sloc: ansic: 392,648; sh: 67,208; asm: 47,693; python: 8,160; makefile: 5,100; perl: 839; sed: 41
file content (81 lines) | stat: -rw-r--r-- 2,856 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
zfs-linux (2.2.4-2) unstable; urgency=medium

  zfs-linux has now opted-in usr-merge. No behavioral changes should be noted.

  Some tools that do not require root privilege in zfsutils-linux have been
  moved from sbin to bin: arc_summary, zvol_wait, zilstat. Links are added in
  sbin to avoid breaking existing scripts. Users calling these binraies should
  update all absolute paths used.

  As an exception, the name /usr/bin/arcstat is taken by another different
  package, nordugrid-arc-client. Thus zfs-linux still uses /usr/sbin/arcstat.

 -- Shengqi Chen <harry-chen@outlook.com>  Wed, 02 Jun 2024 15:26:37 +0800

zfs-linux (2.2.2-5~exp3) experimental; urgency=medium

  zfs-linux has now opted-in usr-merge. No behavioral changes should be noted.
  
  Some tools that do not require root privilege in zfsutils-linux have been
  moved from sbin to bin: arc_summary, arcstat, zvol_wait, zilstat.
  Symbolic links are added in sbin to keep compatibility. We encourage all
  users to update the paths in their own use cases, as the links might be
  removed in future versions.

  zfsutils-linux now conflicts with nordugrid-arc-client, since they both
  provide /usr/bin/arcstat.

 -- Shengqi Chen <harry-chen@outlook.com>  Wed, 07 Feb 2024 22:56:01 +0800

zfs-linux (0.8.3-1) unstable; urgency=medium

  The SIMD acceleration has been fixed in this upstream release.
  Users could use the following two commands to double check:

    $ cat /sys/module/zfs/parameters/zfs_vdev_raidz_impl 
    $ cat /sys/module/zcommon/parameters/zfs_fletcher_4_impl

  Another notable change is the parallelization of the KABI checks
  during the configure stage, which may significantly boost the
  postinst stage of zfs-dkms that builds the kernel module.

 -- Mo Zhou <lumin@debian.org>  Sat, 25 Jan 2020 13:26:02 +0800

zfs-linux (0.8.0-1) experimental; urgency=medium

  ZFS 0.8.0 introduced the following NEW features:

    * Native encryption
    * Raw encrypted 'zfs send/receive'
    * Device removal
    * Pool checkpoints
    * Pool TRIM
    * Pool initialization
    * Project accounting and quota
    * Channel programs
    * Pyzfs
    * Python 3 compatibility
    * Direct IO

  And the following performance improvements:

    * Sequential scrub and resilver
    * Allocation classes
    * Administrative commands
    * Parallel allocation
    * Deferred resilvers
    * ZFS Intent Log (ZIL)
    * Volumes
    * QAT

  Details about the features and performance improvements can be found at:

    https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.8.0

  NEWS on the Debian packaging side:

    * ZFS doesn't depend on the spl-dkms package anymore, because
      upstream had merged SPL source into ZFS source tree, and that
      module is now included in the zfs-dkms package.

 -- Mo Zhou <cdluminate@gmail.com>  Fri, 24 May 2019 03:27:43 +0000