]> git.proxmox.com Git - mirror_spl-debian.git/blob - debian/changelog
Merge branch 'upstream'
[mirror_spl-debian.git] / debian / changelog
1 spl-linux (0.6.0.51-0ubuntu1) unstable; urgency=low
2
3 [ Brian Behlendorf ]
4 * Add missing spl_debug_* helpers
5
6 -- Darik Horn <dajhorn@vanadac.com> Sun, 12 Feb 2012 18:58:02 -0600
7
8 spl-linux (0.6.0.50-0ubuntu1) unstable; urgency=low
9
10 * No changes.
11
12 -- Darik Horn <dajhorn@vanadac.com> Wed, 08 Feb 2012 17:45:20 -0600
13
14 spl-linux (0.6.0.49-0ubuntu1) unstable; urgency=low
15
16 [ Brian Behlendorf ]
17 * Add --enable-debug-log configure option
18 * Add basic dynamic kstat support
19
20 -- Darik Horn <dajhorn@vanadac.com> Wed, 08 Feb 2012 17:45:10 -0600
21
22 spl-linux (0.6.0.48-0ubuntu1) unstable; urgency=low
23
24 [ Ned Bass ]
25 * Revert "Taskq locking optimizations"
26 * Taskq locking optimizations
27
28 -- Darik Horn <dajhorn@vanadac.com> Thu, 19 Jan 2012 20:17:47 -0600
29
30 spl-linux (0.6.0.47-0ubuntu1) unstable; urgency=low
31
32 [ Ned Bass ]
33 * Add taskq contention splat test
34 * Taskq locking optimizations
35
36 [ Brian Behlendorf ]
37 * Add the release component to headers
38 * Fix rpm dependencies
39
40 -- Darik Horn <dajhorn@vanadac.com> Wed, 18 Jan 2012 18:21:02 -0600
41
42 spl-linux (0.6.0.46-0ubuntu1) unstable; urgency=low
43
44 * Fix `make distclean` for `--with-config=user`
45 * Remove the debian/rules `make distclean` kludge.
46
47 -- Darik Horn <dajhorn@vanadac.com> Wed, 18 Jan 2012 11:46:09 -0600
48
49 spl-linux (0.6.0.45-0ubuntu1) unstable; urgency=low
50
51 [ Brian Behlendorf ]
52 * Run SPL_AC_PACMAN only if $VENDOR is "arch"
53
54 [ Darik Horn ]
55 * Wrap long lines in the dkms.conf file.
56 * FHS conformance and DKMS multiarch, SPL interface.
57
58 -- Darik Horn <dajhorn@vanadac.com> Sun, 15 Jan 2012 18:35:45 -0600
59
60 spl-linux (0.6.0.44-0ubuntu1) unstable; urgency=low
61
62 * Linux 3.2 compat: rw_semaphore.wait_lock is raw (Closes: #76)
63
64 -- Darik Horn <dajhorn@vanadac.com> Thu, 12 Jan 2012 19:24:51 -0600
65
66 spl-linux (0.6.0.43-0ubuntu1) unstable; urgency=low
67
68 * Add precise to the PPA build list.
69
70 -- Darik Horn <dajhorn@vanadac.com> Sat, 07 Jan 2012 10:39:55 -0600
71
72 spl-linux (0.6.0.42-0ubuntu1) unstable; urgency=low
73
74 [ Prakash Surya ]
75 * Add make rule for building Arch Linux packages (Closes: #68)
76 * Swap taskq_ent_t with taskqid_t in taskq_thread_t
77 * Store copy of tqent_flags prior to servicing task
78 * Move Arch Linux's VENDOR check above Ubuntu's
79
80 [ Brian Behlendorf ]
81 * Proxmox VE kernel compat, invalidate_inodes()
82
83 [ Darik Horn ]
84 * Refresh debian/patches after upstream merge.
85
86 -- Darik Horn <dajhorn@vanadac.com> Fri, 23 Dec 2011 07:20:57 -0600
87
88 spl-linux (0.6.0.41-0ubuntu1) unstable; urgency=low
89
90 [ Chris Dunlop ]
91 * Allow 64-bit timestamps to be set on 64-bit kernels
92
93 [ Prakash Surya ]
94 * Fix usage of MUTEX macro in mutex_enter_nested
95 * Add SPLAT_TEST_FINI call for SPLAT_TASKQ_TEST6_ID
96 * Replace struct spl_task with struct taskq_ent
97 * Replace tq_work_list and tq_threads in taskq_t
98 * Add Test: "Single task queue, recursive dispatch"
99 * Implement taskq_dispatch_prealloc() interface
100 * Exercise new taskq interface in splat-taskq tests
101
102 -- Darik Horn <dajhorn@vanadac.com> Thu, 15 Dec 2011 10:07:00 -0600
103
104 spl-linux (0.6.0.40-0ubuntu1) unstable; urgency=low
105
106 * No changes.
107
108 -- Darik Horn <dajhorn@vanadac.com> Mon, 05 Dec 2011 20:05:13 -0600
109
110 spl-linux (0.6.0.39-0ubuntu1) unstable; urgency=low
111
112 [ Brian Behlendorf ]
113 * Prepend spl_ to all init/fini functions
114
115 [ Prakash Surya ]
116 * Fix a typo referencing an incorrect symbol
117
118 -- Darik Horn <dajhorn@vanadac.com> Mon, 05 Dec 2011 20:05:10 -0600
119
120 spl-linux (0.6.0.38-0ubuntu1) unstable; urgency=low
121
122 [ Brian Behlendorf ]
123 * Linux 3.1 compat, kern_path_parent()
124 * Linux 3.1 compat, vfs_fsync()
125 * Linux 3.1 compat, shrink_*cache_memory
126 * Fix depmod warning
127
128 [ Darik Horn ]
129 * Refresh debian/patches after upstream merge.
130
131 -- Darik Horn <dajhorn@vanadac.com> Fri, 11 Nov 2011 08:57:13 -0600
132
133 spl-linux (0.6.0.37-0ubuntu1) unstable; urgency=low
134
135 [ Brian Behlendorf ]
136 * Fix NULL deref in balance_pgdat()
137
138 -- Darik Horn <dajhorn@vanadac.com> Sat, 05 Nov 2011 10:24:06 -0500
139
140 spl-linux (0.6.0.36-0ubuntu1) unstable; urgency=low
141
142 [ Gunnar Beutner ]
143 * Fix race condition in mutex_exit()
144 * Remove the spinlocks for mutex_enter()/mutex_exit()
145 * Cleaned up MUTEX() #define
146
147 [ Brian Behlendorf ]
148 * Include distribution in release
149
150 [ Darik Horn ]
151 * Minor typo correction and comment updates.
152 * Remove redundant postinst and prerm boilerplate.
153
154 -- Darik Horn <dajhorn@vanadac.com> Fri, 28 Oct 2011 19:32:40 -0500
155
156 spl-linux (0.6.0.35-0ubuntu2) unstable; urgency=low
157
158 [ Brian Behlendorf ]
159 * Fix package URLs to use the github repository
160
161 [ Gunnar Beutner ]
162 * vn_rdwr() didn't properly advance the file position
163
164 -- Darik Horn <dajhorn@vanadac.com> Wed, 19 Oct 2011 13:27:54 -0500
165
166 spl-linux (0.6.0.34-0ubuntu1) unstable; urgency=low
167
168 [ Brian Behlendorf ]
169 * Revert "Stabilize the hostid for RPM installations."
170 * Remove /etc/hostid missing warning
171 * Prep spl-0.6.0-rc6 tag
172 * Fix various typos in comments
173
174 [ Gunnar Beutner ]
175 * Fixed invalid resource re-use in file_find()
176 * Properly destroy work items in spl_kmem_cache_destroy()
177 * Fixed typo in spl_slab_alloc()
178
179 [ Darik Horn ]
180 * Add the hostid-stabilize branch as DEB patches.
181
182 -- Darik Horn <dajhorn@vanadac.com> Tue, 11 Oct 2011 19:08:09 -0500
183
184 spl-linux (0.6.0.33-0ubuntu1) unstable; urgency=low
185
186 [ Brian Behlendorf ]
187 * Fix HAVE_FS_STRUCT_SPINLOCK check for gcc-4.1.2
188
189 -- Darik Horn <dajhorn@vanadac.com> Wed, 28 Sep 2011 22:32:44 -0500
190
191 spl-linux (0.6.0.32-0ubuntu1) unstable; urgency=low
192
193 * No changes.
194
195 -- Darik Horn <dajhorn@vanadac.com> Fri, 09 Sep 2011 20:35:00 -0500
196
197 spl-linux (0.6.0.31-0ubuntu1) unstable; urgency=low
198
199 * No changes.
200
201 -- Darik Horn <dajhorn@vanadac.com> Fri, 19 Aug 2011 13:04:20 -0500
202
203 spl-linux (0.6.0.30-0ubuntu1) unstable; urgency=low
204
205 * No changes.
206
207 -- Darik Horn <dajhorn@vanadac.com> Tue, 09 Aug 2011 00:44:08 -0500
208
209 spl-linux (0.6.0.29-0ubuntu1) unstable; urgency=low
210
211 * No changes.
212
213 -- Darik Horn <dajhorn@vanadac.com> Tue, 02 Aug 2011 10:06:23 -0500
214
215 spl-linux (0.6.0.28-0ubuntu1) unstable; urgency=low
216
217 [ Brian Behlendorf ]
218 * Fix the configure CONFIG_* option detection
219
220 -- Darik Horn <dajhorn@vanadac.com> Mon, 25 Jul 2011 23:00:55 -0500
221
222 spl-linux (0.6.0.27-0ubuntu1) unstable; urgency=low
223
224 * No changes.
225
226 -- Darik Horn <dajhorn@vanadac.com> Fri, 22 Jul 2011 14:44:38 -0500
227
228 spl-linux (0.6.0.26-0ubuntu1) unstable; urgency=low
229
230 [ Brian Behlendorf ]
231 * Fix 'make install' overly broad 'rm'
232
233 -- Darik Horn <dajhorn@vanadac.com> Fri, 22 Jul 2011 14:44:14 -0500
234
235 spl-linux (0.6.0.25.rc5-0ubuntu1) unstable; urgency=low
236
237 * Tagged spl-0.6.0-rc5 upstream.
238
239 -- Darik Horn <dajhorn@vanadac.com> Tue, 12 Jul 2011 19:16:08 -0500
240
241 spl-linux (0.6.0.24.rc5-0ubuntu1+oneiric1) oneiric; urgency=low
242
243 * No changes.
244
245 -- Darik Horn <dajhorn@vanadac.com> Tue, 12 Jul 2011 19:15:31 -0500
246
247 spl-linux (0.6.0.23.rc5-0ubuntu1+oneiric1) oneiric; urgency=low
248
249 * No changes. Topic branch for Ubuntu Oneiric.
250
251 -- Darik Horn <dajhorn@vanadac.com> Mon, 11 Jul 2011 20:54:19 -0500
252
253 spl-linux (0.6.0.22.rc5-0ubuntu1) unstable; urgency=low
254
255 [ Brian Behlendorf ]
256 * Prep spl-0.6.0-rc5 tag
257
258 -- Darik Horn <dajhorn@vanadac.com> Sun, 03 Jul 2011 12:59:29 -0500
259
260 spl-linux (0.6.0.21-0ubuntu1) unstable; urgency=low
261
262 [ Brian Behlendorf ]
263 * Linux 2.6.39 compat, mutex owner
264
265 -- Darik Horn <dajhorn@vanadac.com> Fri, 01 Jul 2011 11:35:35 -0500
266
267 spl-linux (0.6.0.20-0ubuntu1) unstable; urgency=low
268
269 [ Brian Behlendorf ]
270 * Avoid 'rpm -q' bug for 'make pkg'
271 * Linux 3.0: Shrinker compatibility
272 * Add linux compatibility tests
273
274 [ Darik Horn ]
275 * Read the /etc/hostid file directly.
276 * Stabilize the hostid for RPM installations.
277
278 -- Darik Horn <dajhorn@vanadac.com> Fri, 24 Jun 2011 13:42:39 -0500
279
280 spl-linux (0.6.0.19-0ubuntu1) unstable; urgency=low
281
282 * Depend on the lsb-release package.
283
284 -- Darik Horn <dajhorn@vanadac.com> Sun, 19 Jun 2011 12:30:39 -0500
285
286 spl-linux (0.6.0.18-0ubuntu1) unstable; urgency=low
287
288 * No changes.
289
290 -- Darik Horn <dajhorn@vanadac.com> Thu, 16 Jun 2011 09:30:57 -0500
291
292 spl-linux (0.6.0.17-0ubuntu1) unstable; urgency=low
293
294 * No changes.
295
296 -- Darik Horn <dajhorn@vanadac.com> Sun, 05 Jun 2011 20:27:11 -0500
297
298 spl-linux (0.6.0.16-0ubuntu1) unstable; urgency=low
299
300 * No changes.
301
302 -- Darik Horn <dajhorn@vanadac.com> Sat, 28 May 2011 15:40:38 -0500
303
304 spl-linux (0.6.0.15-0ubuntu3) unstable; urgency=low
305
306 * No changes.
307
308 -- Darik Horn <dajhorn@vanadac.com> Mon, 23 May 2011 09:08:56 -0500
309
310 spl-linux (0.6.0.14-0ubuntu1~natty1) unstable; urgency=low
311
312 [ Brian Behlendorf ]
313 * Add TASKQ_NORECLAIM flag
314
315 -- Darik Horn <dajhorn@vanadac.com> Wed, 11 May 2011 20:30:33 -0500
316
317 spl-linux (0.6.0.13.rc4-0ubuntu1) unstable; urgency=low
318
319 * Use pristine-tar to import the upstream spl-0.6.0-rc4.tar.gz release.
320
321 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 20:33:55 -0500
322
323 spl-linux (0.6.0.12.rc4-0ubuntu2) unstable; urgency=low
324
325 * Add extended package descriptions.
326 * Add debian/copyright file.
327 * Add whackbang to the ltmain.sh script.
328 * Remove COPYING file from distribution.
329 * Add -e switch to the spl.postinst whackbang.
330 * Invoke `printf` indirectly through `which`.
331 * Add the debhelper token to the spl.postinst script.
332
333 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 19:13:26 -0500
334
335 spl-linux (0.6.0.12.rc4-0ubuntu1) unstable; urgency=low
336
337 [ Brian Behlendorf ]
338 * Prep spl-0.6.0-rc4 tag
339
340 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 10:08:46 -0500
341
342 spl-linux (0.6.0.11-0ubuntu1) unstable; urgency=low
343
344 [ Gunnar Beutner ]
345 * Renamed 'struct fid' for NFS
346
347 [ Brian Behlendorf ]
348 * Correct MAXUID
349
350 -- Darik Horn <dajhorn@vanadac.com> Mon, 02 May 2011 18:57:12 -0500
351
352 spl-linux (0.6.0.10-0ubuntu1) unstable; urgency=low
353
354 * Correct typos in the spl proc handler.
355 * Use 0.6.0.10 as the unofficial version.
356
357 -- Darik Horn <dajhorn@vanadac.com> Wed, 27 Apr 2011 11:39:19 -0500
358
359 spl-linux (0.6.0.9-0ubuntu1) unstable; urgency=low
360
361 [ Brian Behlendorf ]
362 * Linux 2.6.39 compat, DEFINE_SPINLOCK()
363 * Linux 2.6.39 compat, kern_path_parent()
364 * Linux 2.6.39 compat, zlib_deflate_workspacesize()
365 * Fix 32-bit MAXOFFSET_T definition
366
367 [ Darik Horn ]
368 * Import spl_hostid as a module parameter.
369 * Remove the gawk dependency.
370 * Make the SPL kernel messages consistent with ZFS.
371 * Use 0.6.0.9 as the unofficial version.
372 * Remove gawk packaging dependency.
373
374 -- Darik Horn <dajhorn@vanadac.com> Sat, 23 Apr 2011 11:04:24 -0500
375
376 spl-linux (0.6.0.8-0ubuntu1) unstable; urgency=low
377
378 [ Brian Behlendorf ]
379 * Fix rebuildable RPMs for el6/ch5
380 * Linux 2.6.39 compat, invalidate_inodes()
381 * Fix gcc configure warnings
382 * Fix unused variable
383
384 [ Darik Horn ]
385 * Merge upstream and use 0.6.0.8 as the unofficial version number.
386 * Use git-dch to update the debian/changelog.
387
388 -- Darik Horn <dajhorn@vanadac.com> Wed, 20 Apr 2011 07:40:03 -0500
389
390 spl-linux (0.6.0.7-0ubuntu1) unstable; urgency=low
391
392 [ Brian Behlendorf ]
393 * Add .va_dentry helper
394 * Linux shrinker compat
395 * Update /proc/spl/kmem/slab output
396 * Add slab usage summeries to /proc
397 * Decrease target objects per slab
398 * Add dnlc_reduce_cache() support
399 * Prep spl-0,6,0-rc3 tag
400
401 [ Darik Horn ]
402 * Merge upstream and use 0.6.0.7 as the unofficial version number.
403
404 -- Darik Horn <dajhorn@vanadac.com> Thu, 07 Apr 2011 12:27:00 -0500
405
406 spl-linux (0.6.0.6-0ubuntu1) unstable; urgency=low
407
408 [ Brian Behlendorf ]
409 * Update CHAOS 5 Packaging
410
411 [ Darik Horn ]
412 * Merge upstream and use 0.6.0.6 as the unofficial version number.
413
414 -- Darik Horn <dajhorn@vanadac.com> Tue, 05 Apr 2011 22:27:50 -0500
415
416 spl-linux (0.6.0.5-0ubuntu1) unstable; urgency=low
417
418 [ Brian Behlendorf ]
419 * Remove default GFP_NOFS allocations
420 * Disable vmalloc() direct reclaim
421 * Load zlib_inflate.ko
422 * Add crgetfsuid()/crgetfsgid() helpers
423
424 [ Darik Horn ]
425 * Set extend-diff-ignore='.*' in the debian/source/options file.
426 * Add the debuild-ppa.sh script for Launchpad PPA build convenience.
427 * Add a gawk dependency to the spl-dkms package.
428 * Merge upstream and tag as the unofficial spl-0.6.0.5 release.
429
430 -- Darik Horn <dajhorn@vanadac.com> Tue, 22 Mar 2011 22:49:23 -0500
431
432 spl-linux (0.6.0.4.rc2-0ubuntu2) unstable; urgency=low
433
434 * Stabilize the hostid for the zfs-initramfs package.
435
436 -- Darik Horn <dajhorn@vanadac.com> Fri, 11 Mar 2011 14:51:32 -0600
437
438 spl-linux (0.6.0.4.rc2-0ubuntu1) unstable; urgency=low
439
440 * Upstream spl-0.6.0-rc2 release.
441 * Remove ${shlibs:Depends} from the spl-dkms dependencies.
442
443 -- Darik Horn <dajhorn@vanadac.com> Thu, 10 Mar 2011 09:14:20 -0600
444
445 spl-linux (0.6.0.3.git-0ubuntu1) unstable; urgency=low
446
447 * Revert the '+' in the upstream version because it is not recognized by DKMS.
448
449 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 12:18:31 -0600
450
451 spl-linux (0.6.0.3+git-0ubuntu2) unstable; urgency=low
452
453 * No changes. Increment version number for a bad build.
454
455 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 10:56:01 -0600
456
457 spl-linux (0.6.0.3+git-0ubuntu1) unstable; urgency=low
458
459 * Begin using the +git upstream naming convention.
460 * Merge the behlendorf/master branch.
461
462 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 09:56:58 -0600
463
464 spl-linux (0.6.0.2-0ubuntu1) unstable; urgency=low
465
466 * Merge the behlendorf/xvattr branch and tag it as 0.6.0.2 upstream.
467
468 -- Darik Horn <dajhorn@vanadac.com> Fri, 04 Mar 2011 19:12:16 -0600
469
470 spl-linux (0.6.0.1rc-1ubuntu5) unstable; urgency=low
471
472 * Check for a Debian host in PRE_BUILD and configure for split headers.
473 See https://github.com/behlendorf/spl/issues/closed/#issue/10
474
475 -- Darik Horn <dajhorn@vanadac.com> Sun, 27 Feb 2011 17:28:07 -0600
476
477 spl-linux (0.6.0.1rc-1ubuntu4) unstable; urgency=low
478
479 * Remove the build dependency on linux-headers because it is unnecessary
480 for Ubuntu and prevents building on Debian Squeeze and Debian Sid.
481
482 -- Darik Horn <dajhorn@vanadac.com> Sun, 27 Feb 2011 12:55:57 -0600
483
484 spl-linux (0.6.0.1rc-1ubuntu3) unstable; urgency=low
485
486 * Add version numbers to the debhelper and dkms dependencies.
487
488 -- Darik Horn <dajhorn@vanadac.com> Sat, 26 Feb 2011 00:58:10 -0600
489
490 spl-linux (0.6.0.1rc-1ubuntu2) unstable; urgency=low
491
492 * Add fix-zlib.patch.
493
494 -- Darik Horn <dajhorn@vanadac.com> Fri, 25 Feb 2011 20:33:36 -0600
495
496 spl-linux (0.6.0.1rc-1ubuntu1) unstable; urgency=low
497
498 * Add invalidate-inodes.patch for Linux 2.6.37,
499 which superceds the use-linux-flock-struct.patch.
500 (Commit: 5a52a782a0a04efee3846e1a8f0bb4796930e0e4)
501 * Substitute distro names in the debian/changelog
502 such that pkg-spl can be more generic.
503
504 -- Darik Horn <dajhorn@vanadac.com> Wed, 23 Feb 2011 20:55:24 -0600
505
506 spl-linux (0.6.0.1rc-1ubuntu1) unstable; urgency=low
507
508 * Add use-linux-flock-struct.patch for 32-bit systems.
509 (Commit: ac35ef7e3c107e972250bcd15143328e7aef5943)
510
511 -- Darik Horn <dajhorn@vanadac.com> Mon, 21 Feb 2011 08:48:03 -0600
512
513 spl-linux (0.6.0.1rc-1ubuntu1) unstable; urgency=low
514
515 * Upstream spl-0.6.0-rc1.tar.gz release.
516 * Kludge the "rc1" version for packaging convenience.
517
518 -- Darik Horn <dajhorn@vanadac.com> Fri, 18 Feb 2011 19:10:09 -0600
519
520 spl-linux (0.5.2-1ubuntu7) unstable; urgency=low
521
522 * Add conflict for spl-dev, which is a package in universe
523 that also installs a /usr/lib/libspl.a file.
524
525 -- Darik Horn <dajhorn@vanadac.com> Fri, 18 Feb 2011 17:43:52 -0600
526
527 spl-linux (0.5.2-1ubuntu6) unstable; urgency=low
528
529 * Initial DKMS packaging for Debian and Ubuntu.
530
531 -- Darik Horn <dajhorn@vanadac.com> Thu, 17 Feb 2011 18:57:36 -0600