File: ChangeLog

package info (click to toggle)
unionfs 1.4%2Bdebian-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 924 kB
  • ctags: 929
  • sloc: ansic: 9,905; sh: 2,787; makefile: 253; perl: 200
file content (231 lines) | stat: -rw-r--r-- 7,399 bytes parent folder | download
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
2006-11-04  Josef "Jeff" Sipek  <jsipek@fsl.cs.sunysb.edu>

	* rename-501.sh: It just fails all the time...remove it for the time
	being

2006-05-29  Josef "Jeff" Sipek  <jsipek@fsl.cs.sunysb.edu>

	* rename-501.sh: Updates by Junjiro to test additional cases

2006-05-29  Josef "Jeff" Sipek  <jsipek@fsl.cs.sunysb.edu>

	* rename-matrix.sh: forgot to remove a debug statement

2006-05-29  Josef "Jeff" Sipek  <jsipek@fsl.cs.sunysb.edu>

	* rename-matrix.sh: added checks for the rename matrix (see
	docs/rename.sh)

2006-03-03  David P. Quigley  <dquigley@fsl.cs.sunysb.edu>

	* unlink-all.sh, rename-all.sh, rmdir-all.sh: added check for
	DELETE_ALL env variable being set to perform checks.

2006-02-20  David P. Quigley  <dquigley@fsl.cs.sunysb.edu>

	* unlink-all.sh: added delete=all as the first param of the
	mount_union function call to account for it no longer being the
	default behavior.
	* rename-all.sh:  added delete=all as the first param of the
	mount_union function call to account for it no longer being the
	default behavior.

2006-01-20  Josef "Jeff" Sipek  <jsipek@fsl.cs.sunysb.edu>

	* branchman.sh: Updated regression test to work with the new nfsro
	flag

2005-12-29  David P. Quigley  <dquigley@fsl.cs.sunysb.edu>

	* lookup-opaque.sh: Changed script to use -d instead of --home-dir

2005-12-28  Josef "Jeff" Sipek  <jsipek@fsl.cs.sunysb.edu>

	* lookup-opaque.sh: New test for situations where a dir is set as
	unreadable, ie. the mode is 0700 or something, unionfs cannot detect
	it is opaque or not

2005-12-27  Josef "Jeff" Sipek  <jsipek@fsl.cs.sunysb.edu>

	* creat-open.sh, progs/creat-open.c: New test for situations
	where you try to creat(2) an executing file

2005-09-27  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* unlink-all.sh: New test for situations where you have opaque
	whiteouts to the right of a file.

	* rmdir-all.sh: Test for BUG420, but it doesn't fail as
	described in the email.

2005-09-14  David P. Quigley  <dquigley@fsl.cs.sunysb.edu>

	* scaffold: touch will return 0 on an immutable file so the
	test in havechattr will be done with echo now

2005-09-01  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* branchman.sh: Functionize, and add a query check.

2005-08-29  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* Detect working chattr so we can run tests on reiser.

	* fsync.sh: Run fsync on a file.

2005-08-24  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* scaffold (checkperms): Permissions checking function.
	* create.sh (BUG383): Test for BUG383.

2005-08-23  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* rename-all.sh: Test for BUG388.

2005-08-18  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* unlink-all.sh: Add BUG 319 regression test, because that fix
	introduced a reference count leak elsewhere.  This should make sure
	the subsequent fix doesn't unfix 319.

2005-08-17  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* link.sh, unlink-all.sh: Make it easier to run a subset of tests.
	* flock.sh: Use complete_test.

2005-08-16  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* scaffold: Make sure unmount is executed for each mount.

2005-08-15  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* flock.sh: Test for bug 360.

2005-08-12  Arun M. Krishnakumar  <arunmk@fsl.cs.sunysb.edu>

	* all files : now the files can be used for testing
	unionfs over NFS as well

2005-08-11  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* branchman.sh: Test to trigger BUG 370.

2005-08-10  Arun M. Krishnakumar  <arunmk@fsl.cs.sunysb.edu>

	* all files : introduced a variable to set the lower-level
	directory. introduced a variable that will later help
	test NFS in future (this does not test it completely now).

2005-08-10  Charles P. Wright <cwright@fsl.cs.sunysb.edu>

	* branchman.sh: Branch removal using new unionctl remount.

2005-08-04  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* branchman.sh: Test branch removal.

	* truncate-all.sh: Update mount options.

2005-08-03  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* branchman.sh: Test of adding a branch.

2005-08-01  Arun M. Krishnakumar  <arunmk@fsl.cs.sunysb.edu>

	* link-rename.sh: Added a test case to check bugs #345
	and #351. This checks for copyups across ro branches.

2005-08-01  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* open.sh: Test directory-none-directory open.

	* incgen.sh: Regression test for generation number increment.

2005-07-26  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* unlink-first.sh: No longer needed.

2005-07-22  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* scaffold: Behave slightly better when chattr -i'ing the tree.
	* Makefile: Die on a failed test.
	* progs/open-unlink.c: Fix a comment typo.

2005-07-22  Arun M. Krishnakumar  <arunmk@fsl.cs.sunysb.edu>

	* open-unlink.sh : fixed some small issues. this must
	completely knockout bug #296

2005-07-20  Arun M. Krishnakumar  <arunmk@fsl.cs.sunysb.edu>

	* rmdir-all.sh : updated the test cases to use dir_opaque

2005-07-20  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* open-unlink.sh: A shell script that calls a program that does nasty
	a combination of open, unlink, and copyup after unlink. (Works on Ext2,
	but currently provokes bad Unionfs behavior.)

	* scaffold: Remove checkfile_after_remove and checkfile_after_create
	as checktype does the same thing.
	* unlink-all.sh: Check type of files after removal.
	* unlink-whiteout.sh: Update results of tests and test rw symlink.

2005-07-19  Arun M. Krishnakumar  <arunmk@fsl.cs.sunysb.edu>

	* mkdir.sh : updated the mkdir to use the dir_opaque

2005-07-19  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* scaffold: Add symlink support.
	* unlink-whiteout.sh: Add symlink tests (currently broken).

2005-03-02  David P. Quigley  <dquigley@fsl.cs.sunysb.edu>

	* link.sh: Fixed more cases that were not correct due to new unionfs_link
	code

2005-02-18  David P. Quigley  <dquigley@fsl.cs.sunysb.edu>

	* link.sh: Some cases were no longer valid due to the changes to unionfs_link.
	The test cases have been fixed to reflect this and new ones have been added.

2005-02-08  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* link.sh: Test two directories on the same ro branch.

2004-12-27  Charles P. Wright  <cwright@fsl.cs.sunysb.edu>

	* chmod.sh: Reproduce bug 142.

2004-08-25  Mohammad Nayyer Zubair  <zubair@filer.fsl.cs.sunysb.edu>

	* create.sh: tested unionfs_create()

2004-08-24  Charles P. Wright <cwright@fsl.cs.sunysb.edu>

	* symlink.sh: readlink to make sure that it worked, and check the hierarchy

	* *.sh: Use set -e, so we don't need to do || exit $?
	* scaffold: Support checking devices.
	* mknod.sh: Make sure the devices are created and check the results!

	* Clean up the output for some of the scripts.
	* truncate-all.sh: Embed truncate.c into shell script and compile it.

2004-08-19  Charles P. Wright <cwright@fsl.cs.sunysb.edu>

	* rename-whiteout.sh: Test rename-whiteout.

2004-08-18  Mohammad Nayyer Zubair  <zubair@filer.fsl.cs.sunysb.edu>

	* link.sh: script to test all cases of unionfs_link()

2004-08-17  Charles P. Wright <cwright@fsl.cs.sunysb.edu>

	* testplan: symlink, link, truncate, times, and mknod were left out
		A detailed mknod plan example is included
	* unlink.sh: Test recursive whiteout creation and an error in the
		middle
	* scaffold: Create immutable files with 'i' instead of 'f'