summaryrefslogtreecommitdiff
path: root/include/linux/ChangeLog
blob: 70bc61342b0018a134ad70f87cfc7364b5274766 (plain)
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
2001-12-16  Theodore Tso  <tytso@valinux.com>

	* jfs.h, jfs_compat.h: Rename jfs.h to jbd.h, and update to
		version from 2.4.17-pre8.

2001-09-20  Theodore Tso  <tytso@thunk.org>

	* Release of E2fsprogs 1.25

2001-09-02  Theodore Tso  <tytso@thunk.org>

	* Release of E2fsprogs 1.24a

2001-08-30  Theodore Tso  <tytso@thunk.org>

	* Release of E2fsprogs 1.24

2001-08-15  Theodore Tso  <tytso@valinux.com>

	* Release of E2fsprogs 1.23

2001-06-23  Theodore Tso  <tytso@valinux.com>

	* Release of E2fsprogs 1.22

2001-06-15  Theodore Tso  <tytso@valinux.com>

	* Release of E2fsprogs 1.21

2001-06-08  Theodore Tso  <tytso@valinux.com>

	* jfs.h: Synchronize with ext3 0.7a

2001-05-25  Theodore Tso  <tytso@valinux.com>

	* Release of E2fsprogs 1.20

2001-05-14  Theodore Tso  <tytso@valinux.com>

	* ext2_fs.h: Moved file to lib/ext2fs

	* ext2_fs.h: Define EXT2_RESIZE_INO and EXT2_FEATURE_COMPAT_DIR_INDEX

2001-05-12  Theodore Tso  <tytso@valinux.com>

	* jfs.h (JFS_DEBUG): Don't define JFS_DEBUG for non-kernel builds;
		if necessasry it can be set with configure --enable-jfs-debug

2001-05-01  Theodore Tso  <tytso@valinux.com>

	* ext2_fs.h: New feature assignments for
		EXT2_FEATURE_COMPAT_RESIZE_INODE for Andreas Dilger and
		EXT3_FEATURE_COMPAT_DIR_INDEX for Daniel Phillips.
		Synchronize kernel function prototypes (which don't matter
		for e2fsprogs) with Linux 2.4.4.

2001-01-14  Theodore Ts'o  <tytso@valinux.com>

	* ext2_fs.h (EXT3_FEATURE_INCOMPAT_JOURNAL_DEV): Add definition
		for use with external journal devices.

2001-01-05    <tytso@snap.thunk.org>

	* jfs.h: Move prototypes outside of the KERNEL #ifdef.  Remove
		indentation in front of #define.

	* jfs_compat.h: Add #include of netinet/in.h for htonl, and not to
		use inline functions if compiling with gcc -Wall.

2000-12-30    <tytso@snap.thunk.org>

	* ext2_fs.h (EXT3_JOURNAL_DATA_FL): Add new inode flag definition.

	* jfs.h: Update to 0.5e version

2000-12-09    <tytso@snap.thunk.org>

	* jfs.h, jfs_compat.h, list.h: New files added to support ext3.

	* jfs.h: Remove excess #include of JFS_DEBUG.  Not needed for
		e2fsprogs, since we optioanlly define it in the
		configuration file system.

2000-10-24    <tytso@valinux.com>

	* ext2_fs.h (EXT2_JOURNAL_INO): Add definition for
		EXT2_JOURNAL_INO; reserve inode #7 for EXT2_RESIZE_INO.

2000-08-14    <tytso@valinux.com>

	* ext2_fs.h: Add comment explaining when journal fields are valid.

2000-07-13    <tytso@valinux.com>

	* Release of E2fsprogs 1.19

2000-07-07  Theodore Ts'o  <tytso@valinux.com>

	* ext2_fs.h: Update ext3 extension feature #define's.

2000-07-04  Theodore Ts'o  <tytso@valinux.com>

	* ext2_fs.h: Update to include latest journalling additions to the
		superblock.

2000-04-03  Theodore Ts'o  <tytso@valinux.com>

	* ext2_fs.h (EXT2_NOCOMPR_FL): Rename EXT2_NOCOMP_FL to
		EXT2_NOCOMPR_FL.

2000-02-06  Theodore Ts'o  <tytso@valinux.com>

	* ext2_fs.h: Fix header to skip defining EXT2FS_DEBUG since blows
		out on non GCC compilers.

2000-02-02  Theodore Ts'o  <tytso@valinux.com>

	* ext2_fs.h: Update to use header file from Linux 2.3.39.
		(Changes from kernel header file: Use asm/types.h instead
		of linux/types.h, and the __GNU__ versus __hurd__ #ifdef
		change, with the FSF irrationality failsafe.  See
		1999-10-25 Changelog.)

1999-11-10    <tytso@valinux.com>

	* Release of E2fsprogs 1.18

1999-10-26    <tytso@valinux.com>

	* Release of E2fsprogs 1.17

1999-10-25    <tytso@valinux.com>

	* ext2_fs.h (i_reserved2): Use __GNU__ instead of __hurd__ to
		detect the Hurd OS.  To protect against future
		irrationality on the part of the FSF concerning whether
		Linux is GNU or not, on a system which defines both
		__linux__ and __GNU___, __linux__ takes precedence.

1999-10-22    <tytso@valinux.com>

	* Release of E2fsprogs 1.16

1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs 1.15

1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs 1.14

1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs 1.13

1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs 1.12

1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* types.h.in: Add a signed keyword to the __s64 definition.

1998-03-23  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* ext2_fs.h: Update to latest 2.1.90+diffs version of ext2_fs.h

Sun Oct 19 19:08:03 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* ext2_fs.h: #if 0 out the EXT2_DEBUG code, since it's only needed
		for the kernel and the ... notation makes some cpp's complain.

	* types.h.in: Fix the type definitions of __s64 and __u64 if long
	 	long is used.

Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs 1.11

Thu Apr 24 12:16:42 1997  Theodre Ts'o  <tytso@localhost.mit.edu>

	* Release of E2fsprogs version 1.10

Thu Apr 17 12:23:38 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs version 1.09

Fri Apr 11 18:56:26 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs version 1.08

Wed Mar 12 13:32:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>

	* Release of E2fsprogs version 1.07

Tue Oct  8 02:02:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs version 1.06

Thu Sep 12 15:23:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs version 1.05

Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs version 1.04

Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs version 1.03

Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>

	* Release of E2fsprogs version 1.02

Mon Sep  4 21:50:12 1995  Remy Card  <card@bbj>

	* ext2_fs.h: Updated to latest version.