]> git.proxmox.com Git - mirror_zfs-debian.git/blob - ChangeLog
Removed build system from master branch, will relocate to linux-zfs-branch
[mirror_zfs-debian.git] / ChangeLog
1 2008-11-19 Brian Behlendorf <behlendorf1@llnl.gov>
2
3 * : Tag zfs-0.4.0
4
5 * : ZFS project migrated from Subversion which leveraged a
6 quilt based patch stack to Git and a TopGit managed patch
7 stack. The new method treats all patches as Git branches
8 which can be more easily shared for distributed development.
9 Consult the top level GIT file for detailed information on
10 how to properly develop for this package using Git+TopGit.
11
12 2008-11-12 Brian Behlendorf <behlendorf1@llnl.gov>
13
14 * : Tag zfs-0.3.4
15
16 * zfs-07-create-dev-zfs.patch:
17 Ricardo M. Correia <Ricardo.M.Correia@sun.com>
18 - Make libzfs create /dev/zfs if it doesn't exist.
19
20 * zfs-05-check-zvol-size.patch:
21 Ricardo M. Correia <Ricardo.M.Correia@sun.com>
22 - Properly check zvol size under Linux.
23
24 * zfs-04-no-openat-fdopendir.patch:
25 Ricardo M. Correia <Ricardo.M.Correia@sun.com>
26 - Do not use openat() and fdopendir() since they are not available
27 on older systems.
28
29 * zfs-03-fix-bio-sync.patch:
30 Ricardo M. Correia <Ricardo.M.Correia@sun.com>
31 - Fix memory corruption in RHEL4 due to synchronous IO becoming
32 asynchronous.
33
34 2008-11-06 Brian Behlendorf <behlendorf1@llnl.gov>
35
36 * zfs-02-zpios-fix-stuck-thread-memleak.patch:
37 Ricardo M. Correia <Ricardo.M.Correia@sun.com>
38 - Fix stuck threads and memory leaks when errors occur while writing.
39
40 * zfs-01-zpios-arg-corruption.patch:
41 Ricardo M. Correia <Ricardo.M.Correia@sun.com>
42 - Fix zpios cmd line argument corruption problem.
43
44 * zfs-00-minor-fixes.patch:
45 Ricardo M. Correia <Ricardo.M.Correia@sun.com>
46 - Minor build system improvements
47 - Minor script improvements
48 - Create a full copy and not a link tree with quilt
49 - KPIOS_MAJOR changed from 231 to 232
50 - BIO_RW_BARRIER flag removed from IO request
51
52 2008-06-30 Brian Behlendorf <behlendorf1@llnl.gov>
53
54 * : Tag zfs-0.3.3
55
56 * : Minor script updates and tweaks to be compatible with
57 the latest version of the SPL.
58
59 2008-06-13 Brian Behlendorf <behlendorf1@llnl.gov>
60
61 * vdev_disk.diff: Replace vdev_disk implementation which was
62 based on the kmalloc'ed logical address space with a version
63 which works with vmalloc'ed memory in the virtual address space.
64 This was done to support the new SPL slab implementation which
65 is based on virtual addresses to avoid the need for contigeously
66 allocated memory.
67
68 2008-06-05 Brian Behlendorf <behlendorf1@llnl.gov>
69
70 * arc-vm-integration.diff: Reduce maximum default arc memory
71 usage to 1/4 of total system memory. Because all the bulk data
72 is still allocated on the slab memory fragmentation is a serious
73 concern. To address this in the short term we simply need to
74 leave lots of free memory.
75
76 * fix-stack.diff: First step towards reducing stack usage so
77 we can run the full ZFS stack using a stock kernel.
78
79 2008-06-04 Brian Behlendorf <behlendorf1@llnl.gov>
80
81 * : Tag zfs-0.3.2
82
83 * : Extensive improvements to the build system to detect kernel
84 API changes so we can flexibly build with a wider range of kernel
85 versions. The code has now been testing with the 2.6.18-32chaos
86 and 2.6.25.3-18.fc9 kernels, however we should also be compatible
87 with other kernels in the range of 2.6.18-2.6.25. The only
88 remaining issue preventing us from running with a stock
89 kernel is ZFS stack usage.
90
91 2008-05-21 Brian Behlendorf <behlendorf1@llnl.gov>
92
93 * : Tag zfs-0.3.1
94
95 * : License headers including URCL added for release.
96
97 2008-05-21 Brian Behlendorf <behlendorf1@llnl.gov>
98
99 * : Tag zfs-0.3.0
100
101 * configure.ac: Improved autotools support and configurable debug.
102
103 2008-05-15 Brian Behlendorf <behlendorf1@llnl.gov>
104
105 * : Updating original ZFS sources to build 89 which
106 includes the new write throttling changes plus support
107 for using ZFS as your root device. Neither of which
108 will work exactly right without some more work but this
109 gets us much closers to the latest source.
110
111
112 2008-02-28 Brian Behlendorf <behlendorf1@llnl.gov>
113
114 * : First attempt based on SPL module and zfs-lustre sources