]> git.proxmox.com Git - mirror_spl-debian.git/blame - debian/changelog
PPA 0.6.0.73-0ubuntu1 release.
[mirror_spl-debian.git] / debian / changelog
CommitLineData
007a807d
DH
1spl-linux (0.6.0.73-0ubuntu1) unstable; urgency=low
2
3 [ Brian Behlendorf ]
4 * Remove autotools products
5 * Emergency slab objects
6 * Revert "Add TASKQ_NORECLAIM flag"
7 * Revert "Detect kernels that honor gfp flags passed to vmalloc()"
8 * Revert "Fix NULL deref in balance_pgdat()"
9 * Revert "Disable vmalloc() direct reclaim"
10 * Add PF_NOFS debugging flag
11 * Mutex ASSERT on self deadlock
12 * Switch KM_SLEEP to KM_PUSHPAGE
13 * Enhance SPLAT kmem:slab_overcommit test
14 * Suppress task_hash_table_init() large allocation warning
15
16 [ Prakash Surya ]
17 * Revert "Make CONFIG_PREEMPT Fatal"
18 * Remove SPL_LINUX_CONFIG autoconf macro
19
20 -- Darik Horn <dajhorn@vanadac.com> Fri, 31 Aug 2012 14:36:33 -0500
21
869baa42
DH
22spl-linux (0.6.0.72-0ubuntu1) unstable; urgency=low
23
24 [ Brian Behlendorf ]
25 * Add copy-builtin to EXTRA_DIST
26
27 [ Prakash Surya ]
28 * Wrap trace_set_debug_header in trace_[get|put]_tcd
29 * Avoid calling smp_processor_id in spl_magazine_age
30 * Add kpreempt_[dis|en]able macros in <sys/disp.h>
31
32 [ Richard Yao ]
33 * Remove Makefile from non-toplevel .gitignore files
34
35 -- Darik Horn <dajhorn@vanadac.com> Sun, 26 Aug 2012 16:56:19 -0500
36
4311b71b
DH
37spl-linux (0.6.0.71-0ubuntu1) unstable; urgency=low
38
39 [ Brian Behlendorf ]
40 * Cleanly remove spl-modules-devel headers
41 * SPL 0.6.0-rc10
42
43 [ Darik Horn ]
44 * Refresh debian/patches after upstream merge.
45
46 -- Darik Horn <dajhorn@vanadac.com> Tue, 14 Aug 2012 21:32:20 -0500
47
0888aab3
DH
48spl-linux (0.6.0.70-0ubuntu1) unstable; urgency=low
49
50 [ Richard Yao ]
51 * Fix incorrect type in spl_kmem_cache_set_move() parameter
52
53 [ Etienne Dechamps ]
54 * Handle any invalidate_inodes_check prototype.
55
56 [ Prakash Surya ]
57 * Support building a spl-modules-dkms sub package
58
59 -- Darik Horn <dajhorn@vanadac.com> Fri, 10 Aug 2012 19:40:20 -0500
60
015f27a4
DH
61spl-linux (0.6.0.69-0ubuntu3) unstable; urgency=low
62
63 * Update the README file for deb packages.
64 * Convert lintian-COPYING.patch to a build rule.
65 * Remove lintian-ltmain.patch
66 * Run autogen for packaged builds.
67
68 -- Darik Horn <dajhorn@vanadac.com> Mon, 06 Aug 2012 09:33:50 -0500
69
3a43b566
DH
70spl-linux (0.6.0.68-0ubuntu1) unstable; urgency=low
71
72 [ Brian Behlendorf ]
73 * 32-bit compat, hostid_read()
74
75 [ Etienne Dechamps ]
76 * Use MODULE variable in module Makefile like zfs.
77 * Don't build packages that haven't been selected.
78 * Fix undefined reference on spl_mutex_spin_max().
79 * Make configure builtin-aware.
80 * Fake modpost stage for LINUX_COMPILE.
81 * When checking for symbol exports, try compiling.
82 * Add script for builtin module building.
83 * Determine the hostid on demand.
84
85 -- Darik Horn <dajhorn@vanadac.com> Fri, 27 Jul 2012 14:23:37 -0500
86
9f85280f
DH
87spl-linux (0.6.0.67-0ubuntu1) unstable; urgency=low
88
89 [ Richard Yao ]
90 * Constify memory management functions
91 * Detect kernels that honor gfp flags passed to vmalloc()
92
93 [ Prakash Surya ]
94 * Move spl.release generation to configure step
95
96 [ Brian Behlendorf ]
97 * Optimize spl_rwsem_is_locked()
98
99 [ Darik Horn ]
100 * Refresh debian/patches after upstream merge.
101
102 -- Darik Horn <dajhorn@vanadac.com> Sun, 15 Jul 2012 22:24:34 -0500
103
c3b2e80d
DH
104spl-linux (0.6.0.66-0ubuntu1) unstable; urgency=low
105
106 [ Brian Behlendorf ]
107 * PowerPC Compatibility
108 * Remove Chaos 4.x RPM support
109
110 [ Prakash Surya ]
111 * Support debug and debug-devel sub packages
112
113 [ Darik Horn ]
114 * Refresh debian/patches after upstream merge.
115
116 -- Darik Horn <dajhorn@vanadac.com> Tue, 03 Jul 2012 23:57:00 -0500
117
430b8443
DH
118spl-linux (0.6.0.65-0ubuntu1) unstable; urgency=low
119
120 [ Richard Yao ]
121 * Linux 3.4 compat, __clear_close_on_exec replaces FD_CLR
122
123 [ Brian Behlendorf ]
124 * Fix uninit variable in slab reclaim test
125 * SPL 0.6.0-rc9
126
127 -- Darik Horn <dajhorn@vanadac.com> Thu, 14 Jun 2012 15:05:12 -0500
128
238ad659
DH
129spl-linux (0.6.0.64-0ubuntu1) unstable; urgency=low
130
131 [ Brian Behlendorf ]
132 * Fix invalid context bug
133
134 -- Darik Horn <dajhorn@vanadac.com> Mon, 11 Jun 2012 22:53:39 -0500
135
56462566
DH
136spl-linux (0.6.0.63-0ubuntu1) unstable; urgency=low
137
138 [ Jorgen Lundman ]
139 * Define the needed ISA types for ARM
140 * Add missing 64-bit divide for 32-bit ARM
141 * Fix ARM 64-bit division
142
143 [ Prakash Surya ]
144 * Throttle number of freed slabs based on nr_to_scan
145 * Ignore slab cache age and delay in direct reclaim
146 * Add SPLAT test to exercise slab direct reclaim
147
148 [ Brian Behlendorf ]
149 * Ensure direct reclaim forward progress
150 * Ensure a minimum of one slab is reclaimed
151 * Remove Solaris module emulation
152
153 [ Richard Yao ]
154 * Modify KM_PUSHPAGE to use GFP_NOIO instead of GFP_NOFS
155
156 [ Darik Horn ]
157 * Disable Ubuntu 10.10 Maverick Meerkat builds.
158
159 -- Darik Horn <dajhorn@vanadac.com> Fri, 01 Jun 2012 19:41:50 -0500
160
0a679d2a
DH
161spl-linux (0.6.0.62-0ubuntu1) unstable; urgency=low
162
163 [ Prakash Surya ]
164 * Update a comment to reflect new taskq internals
165
166 [ Darik Horn ]
167 * Refresh debian/patches after upstream merge.
168
169 -- Darik Horn <dajhorn@vanadac.com> Tue, 01 May 2012 14:33:03 -0500
170
c6b67264
DH
171spl-linux (0.6.0.61-0ubuntu1) precise; urgency=low
172
173 * No changes.
174
175 -- Darik Horn <dajhorn@vanadac.com> Sun, 22 Apr 2012 08:17:49 -0500
176
f2bf9c72
DH
177spl-linux (0.6.0.60-0ubuntu1) unstable; urgency=low
178
179 * No changes.
180
c6b67264 181 -- Darik Horn <dajhorn@vanadac.com> Sun, 22 Apr 2012 08:17:37 -0500
f2bf9c72 182
0f9e794c
DH
183spl-linux (0.6.0.59-0ubuntu1) unstable; urgency=low
184
185 * No changes.
186
187 -- Darik Horn <dajhorn@vanadac.com> Fri, 13 Apr 2012 08:58:16 -0500
188
232bd1c5
DH
189spl-linux (0.6.0.58-0ubuntu1) unstable; urgency=low
190
191 [ Brian Behlendorf ]
192 * Remove condition variable names
193
194 [ Darik Horn ]
195 * Add dkms kernel source exception for Proxmox 2.0
196
197 -- Darik Horn <dajhorn@vanadac.com> Mon, 09 Apr 2012 09:37:49 -0500
198
3495d88f
DH
199spl-linux (0.6.0.57-0ubuntu1) unstable; urgency=low
200
201 * No changes.
202
203 -- Darik Horn <dajhorn@vanadac.com> Fri, 30 Mar 2012 00:07:39 -0500
204
310f3aa8
DH
205spl-linux (0.6.0.56-0ubuntu1) unstable; urgency=low
206
207 [ Brian Behlendorf ]
208 * SPL 0.6.0-rc8
209
210 -- Darik Horn <dajhorn@vanadac.com> Mon, 26 Mar 2012 20:46:30 -0500
211
c5809858
DH
212spl-linux (0.6.0.55-0ubuntu1) unstable; urgency=low
213
214 [ Brian Behlendorf ]
215 * Add SPL_META_RELEASE to module load/unload messages
216
217 -- Darik Horn <dajhorn@vanadac.com> Fri, 23 Mar 2012 18:39:58 -0500
218
2a08388b
DH
219spl-linux (0.6.0.54-0ubuntu1) unstable; urgency=low
220
221 [ Brian Behlendorf ]
222 * SPL 0.6.0-rc7
223
224 -- Darik Horn <dajhorn@vanadac.com> Fri, 16 Mar 2012 23:31:01 -0500
225
10829621
DH
226spl-linux (0.6.0.53-0ubuntu1) unstable; urgency=low
227
228 [ Darik Horn ]
229 * Correct the debian/changelog Upstream-Name field.
230 * Improve debian/copyright syntax conformance.
231
232 [ Brian Behlendorf ]
233 * Fix distribution detection
234
235 -- Darik Horn <dajhorn@vanadac.com> Fri, 09 Mar 2012 20:14:25 -0600
236
4ceeedfa
DH
237spl-linux (0.6.0.52-0ubuntu2) unstable; urgency=low
238
239 * Revert "Change POST_INSTALL to POST_BUILD in dkms.conf"
240
241 -- Darik Horn <dajhorn@vanadac.com> Mon, 27 Feb 2012 20:19:07 -0600
242
7087dab7
DH
243spl-linux (0.6.0.52-0ubuntu1) unstable; urgency=low
244
245 [ Fajar A. Nugraha ]
246 * Change POST_INSTALL to POST_BUILD in dkms.conf
247
248 [ Darik Horn ]
249 * Add machine readable debian/copyright file.
250
251 [ Brian Behlendorf ]
252 * Cleanly support debug packages
253
254 -- Darik Horn <dajhorn@vanadac.com> Mon, 27 Feb 2012 19:19:48 -0600
255
477ae444
DH
256spl-linux (0.6.0.51-0ubuntu1) unstable; urgency=low
257
258 [ Brian Behlendorf ]
259 * Add missing spl_debug_* helpers
260
261 -- Darik Horn <dajhorn@vanadac.com> Sun, 12 Feb 2012 18:58:02 -0600
262
aa7187df
DH
263spl-linux (0.6.0.50-0ubuntu1) unstable; urgency=low
264
265 * No changes.
266
267 -- Darik Horn <dajhorn@vanadac.com> Wed, 08 Feb 2012 17:45:20 -0600
268
9be0865c
DH
269spl-linux (0.6.0.49-0ubuntu1) unstable; urgency=low
270
271 [ Brian Behlendorf ]
272 * Add --enable-debug-log configure option
273 * Add basic dynamic kstat support
274
aa7187df 275 -- Darik Horn <dajhorn@vanadac.com> Wed, 08 Feb 2012 17:45:10 -0600
9be0865c 276
133ba6c8
DH
277spl-linux (0.6.0.48-0ubuntu1) unstable; urgency=low
278
279 [ Ned Bass ]
280 * Revert "Taskq locking optimizations"
281 * Taskq locking optimizations
282
283 -- Darik Horn <dajhorn@vanadac.com> Thu, 19 Jan 2012 20:17:47 -0600
284
5c49a8f3
DH
285spl-linux (0.6.0.47-0ubuntu1) unstable; urgency=low
286
287 [ Ned Bass ]
288 * Add taskq contention splat test
289 * Taskq locking optimizations
290
291 [ Brian Behlendorf ]
292 * Add the release component to headers
293 * Fix rpm dependencies
294
295 -- Darik Horn <dajhorn@vanadac.com> Wed, 18 Jan 2012 18:21:02 -0600
296
3ea37247
DH
297spl-linux (0.6.0.46-0ubuntu1) unstable; urgency=low
298
299 * Fix `make distclean` for `--with-config=user`
300 * Remove the debian/rules `make distclean` kludge.
301
302 -- Darik Horn <dajhorn@vanadac.com> Wed, 18 Jan 2012 11:46:09 -0600
303
133bd0aa
DH
304spl-linux (0.6.0.45-0ubuntu1) unstable; urgency=low
305
306 [ Brian Behlendorf ]
307 * Run SPL_AC_PACMAN only if $VENDOR is "arch"
308
309 [ Darik Horn ]
310 * Wrap long lines in the dkms.conf file.
311 * FHS conformance and DKMS multiarch, SPL interface.
312
313 -- Darik Horn <dajhorn@vanadac.com> Sun, 15 Jan 2012 18:35:45 -0600
314
baaf6ea3
DH
315spl-linux (0.6.0.44-0ubuntu1) unstable; urgency=low
316
317 * Linux 3.2 compat: rw_semaphore.wait_lock is raw (Closes: #76)
318
319 -- Darik Horn <dajhorn@vanadac.com> Thu, 12 Jan 2012 19:24:51 -0600
320
e117d43d
DH
321spl-linux (0.6.0.43-0ubuntu1) unstable; urgency=low
322
323 * Add precise to the PPA build list.
324
325 -- Darik Horn <dajhorn@vanadac.com> Sat, 07 Jan 2012 10:39:55 -0600
326
0ee1c352
DH
327spl-linux (0.6.0.42-0ubuntu1) unstable; urgency=low
328
329 [ Prakash Surya ]
330 * Add make rule for building Arch Linux packages (Closes: #68)
331 * Swap taskq_ent_t with taskqid_t in taskq_thread_t
332 * Store copy of tqent_flags prior to servicing task
333 * Move Arch Linux's VENDOR check above Ubuntu's
334
335 [ Brian Behlendorf ]
336 * Proxmox VE kernel compat, invalidate_inodes()
337
338 [ Darik Horn ]
339 * Refresh debian/patches after upstream merge.
340
341 -- Darik Horn <dajhorn@vanadac.com> Fri, 23 Dec 2011 07:20:57 -0600
342
294e6ae3
DH
343spl-linux (0.6.0.41-0ubuntu1) unstable; urgency=low
344
345 [ Chris Dunlop ]
346 * Allow 64-bit timestamps to be set on 64-bit kernels
347
348 [ Prakash Surya ]
349 * Fix usage of MUTEX macro in mutex_enter_nested
350 * Add SPLAT_TEST_FINI call for SPLAT_TASKQ_TEST6_ID
351 * Replace struct spl_task with struct taskq_ent
352 * Replace tq_work_list and tq_threads in taskq_t
353 * Add Test: "Single task queue, recursive dispatch"
354 * Implement taskq_dispatch_prealloc() interface
355 * Exercise new taskq interface in splat-taskq tests
356
357 -- Darik Horn <dajhorn@vanadac.com> Thu, 15 Dec 2011 10:07:00 -0600
358
b4a2aeaf
DH
359spl-linux (0.6.0.40-0ubuntu1) unstable; urgency=low
360
361 * No changes.
362
363 -- Darik Horn <dajhorn@vanadac.com> Mon, 05 Dec 2011 20:05:13 -0600
364
a45e6f20
DH
365spl-linux (0.6.0.39-0ubuntu1) unstable; urgency=low
366
367 [ Brian Behlendorf ]
368 * Prepend spl_ to all init/fini functions
369
370 [ Prakash Surya ]
371 * Fix a typo referencing an incorrect symbol
372
b4a2aeaf 373 -- Darik Horn <dajhorn@vanadac.com> Mon, 05 Dec 2011 20:05:10 -0600
a45e6f20 374
dded1246
DH
375spl-linux (0.6.0.38-0ubuntu1) unstable; urgency=low
376
377 [ Brian Behlendorf ]
378 * Linux 3.1 compat, kern_path_parent()
379 * Linux 3.1 compat, vfs_fsync()
380 * Linux 3.1 compat, shrink_*cache_memory
381 * Fix depmod warning
382
383 [ Darik Horn ]
384 * Refresh debian/patches after upstream merge.
385
386 -- Darik Horn <dajhorn@vanadac.com> Fri, 11 Nov 2011 08:57:13 -0600
387
761388f5
DH
388spl-linux (0.6.0.37-0ubuntu1) unstable; urgency=low
389
390 [ Brian Behlendorf ]
391 * Fix NULL deref in balance_pgdat()
392
393 -- Darik Horn <dajhorn@vanadac.com> Sat, 05 Nov 2011 10:24:06 -0500
394
06de9ace
DH
395spl-linux (0.6.0.36-0ubuntu1) unstable; urgency=low
396
397 [ Gunnar Beutner ]
398 * Fix race condition in mutex_exit()
399 * Remove the spinlocks for mutex_enter()/mutex_exit()
400 * Cleaned up MUTEX() #define
401
402 [ Brian Behlendorf ]
403 * Include distribution in release
404
405 [ Darik Horn ]
406 * Minor typo correction and comment updates.
407 * Remove redundant postinst and prerm boilerplate.
408
409 -- Darik Horn <dajhorn@vanadac.com> Fri, 28 Oct 2011 19:32:40 -0500
410
59741ab3 411spl-linux (0.6.0.35-0ubuntu2) unstable; urgency=low
d2e29815
DH
412
413 [ Brian Behlendorf ]
414 * Fix package URLs to use the github repository
415
416 [ Gunnar Beutner ]
417 * vn_rdwr() didn't properly advance the file position
418
419 -- Darik Horn <dajhorn@vanadac.com> Wed, 19 Oct 2011 13:27:54 -0500
420
1b3e9d30
DH
421spl-linux (0.6.0.34-0ubuntu1) unstable; urgency=low
422
423 [ Brian Behlendorf ]
424 * Revert "Stabilize the hostid for RPM installations."
425 * Remove /etc/hostid missing warning
426 * Prep spl-0.6.0-rc6 tag
427 * Fix various typos in comments
428
429 [ Gunnar Beutner ]
430 * Fixed invalid resource re-use in file_find()
431 * Properly destroy work items in spl_kmem_cache_destroy()
432 * Fixed typo in spl_slab_alloc()
433
434 [ Darik Horn ]
435 * Add the hostid-stabilize branch as DEB patches.
436
437 -- Darik Horn <dajhorn@vanadac.com> Tue, 11 Oct 2011 19:08:09 -0500
438
81725a2b
DH
439spl-linux (0.6.0.33-0ubuntu1) unstable; urgency=low
440
441 [ Brian Behlendorf ]
442 * Fix HAVE_FS_STRUCT_SPINLOCK check for gcc-4.1.2
443
444 -- Darik Horn <dajhorn@vanadac.com> Wed, 28 Sep 2011 22:32:44 -0500
445
1e34ea0d
DH
446spl-linux (0.6.0.32-0ubuntu1) unstable; urgency=low
447
448 * No changes.
449
450 -- Darik Horn <dajhorn@vanadac.com> Fri, 09 Sep 2011 20:35:00 -0500
451
1b3e9d30 452spl-linux (0.6.0.31-0ubuntu1) unstable; urgency=low
e05f9e98
DH
453
454 * No changes.
455
456 -- Darik Horn <dajhorn@vanadac.com> Fri, 19 Aug 2011 13:04:20 -0500
457
acaa8444
DH
458spl-linux (0.6.0.30-0ubuntu1) unstable; urgency=low
459
460 * No changes.
461
462 -- Darik Horn <dajhorn@vanadac.com> Tue, 09 Aug 2011 00:44:08 -0500
463
b34c0713
DH
464spl-linux (0.6.0.29-0ubuntu1) unstable; urgency=low
465
466 * No changes.
467
468 -- Darik Horn <dajhorn@vanadac.com> Tue, 02 Aug 2011 10:06:23 -0500
469
b0b73ac2
DH
470spl-linux (0.6.0.28-0ubuntu1) unstable; urgency=low
471
472 [ Brian Behlendorf ]
473 * Fix the configure CONFIG_* option detection
474
475 -- Darik Horn <dajhorn@vanadac.com> Mon, 25 Jul 2011 23:00:55 -0500
476
67a06f22
DH
477spl-linux (0.6.0.27-0ubuntu1) unstable; urgency=low
478
479 * No changes.
480
481 -- Darik Horn <dajhorn@vanadac.com> Fri, 22 Jul 2011 14:44:38 -0500
482
5d8c8a5d
DH
483spl-linux (0.6.0.26-0ubuntu1) unstable; urgency=low
484
485 [ Brian Behlendorf ]
486 * Fix 'make install' overly broad 'rm'
487
67a06f22 488 -- Darik Horn <dajhorn@vanadac.com> Fri, 22 Jul 2011 14:44:14 -0500
5d8c8a5d 489
cdb5c632
DH
490spl-linux (0.6.0.25.rc5-0ubuntu1) unstable; urgency=low
491
492 * Tagged spl-0.6.0-rc5 upstream.
493
494 -- Darik Horn <dajhorn@vanadac.com> Tue, 12 Jul 2011 19:16:08 -0500
495
d3850971
DH
496spl-linux (0.6.0.24.rc5-0ubuntu1+oneiric1) oneiric; urgency=low
497
498 * No changes.
499
cdb5c632 500 -- Darik Horn <dajhorn@vanadac.com> Tue, 12 Jul 2011 19:15:31 -0500
d3850971 501
34615edf
DH
502spl-linux (0.6.0.23.rc5-0ubuntu1+oneiric1) oneiric; urgency=low
503
504 * No changes. Topic branch for Ubuntu Oneiric.
505
d3850971 506 -- Darik Horn <dajhorn@vanadac.com> Mon, 11 Jul 2011 20:54:19 -0500
34615edf 507
a6d61678
DH
508spl-linux (0.6.0.22.rc5-0ubuntu1) unstable; urgency=low
509
510 [ Brian Behlendorf ]
511 * Prep spl-0.6.0-rc5 tag
512
513 -- Darik Horn <dajhorn@vanadac.com> Sun, 03 Jul 2011 12:59:29 -0500
514
47483628
DH
515spl-linux (0.6.0.21-0ubuntu1) unstable; urgency=low
516
517 [ Brian Behlendorf ]
518 * Linux 2.6.39 compat, mutex owner
519
520 -- Darik Horn <dajhorn@vanadac.com> Fri, 01 Jul 2011 11:35:35 -0500
521
d5c85d2e
DH
522spl-linux (0.6.0.20-0ubuntu1) unstable; urgency=low
523
524 [ Brian Behlendorf ]
525 * Avoid 'rpm -q' bug for 'make pkg'
526 * Linux 3.0: Shrinker compatibility
527 * Add linux compatibility tests
528
529 [ Darik Horn ]
530 * Read the /etc/hostid file directly.
531 * Stabilize the hostid for RPM installations.
532
533 -- Darik Horn <dajhorn@vanadac.com> Fri, 24 Jun 2011 13:42:39 -0500
534
c8d296d2
DH
535spl-linux (0.6.0.19-0ubuntu1) unstable; urgency=low
536
537 * Depend on the lsb-release package.
538
539 -- Darik Horn <dajhorn@vanadac.com> Sun, 19 Jun 2011 12:30:39 -0500
540
b51908b4
DH
541spl-linux (0.6.0.18-0ubuntu1) unstable; urgency=low
542
543 * No changes.
544
545 -- Darik Horn <dajhorn@vanadac.com> Thu, 16 Jun 2011 09:30:57 -0500
546
9e99373b
DH
547spl-linux (0.6.0.17-0ubuntu1) unstable; urgency=low
548
549 * No changes.
550
551 -- Darik Horn <dajhorn@vanadac.com> Sun, 05 Jun 2011 20:27:11 -0500
552
47c21772
DH
553spl-linux (0.6.0.16-0ubuntu1) unstable; urgency=low
554
555 * No changes.
556
557 -- Darik Horn <dajhorn@vanadac.com> Sat, 28 May 2011 15:40:38 -0500
558
39500352
DH
559spl-linux (0.6.0.15-0ubuntu3) unstable; urgency=low
560
561 * No changes.
562
563 -- Darik Horn <dajhorn@vanadac.com> Mon, 23 May 2011 09:08:56 -0500
564
565spl-linux (0.6.0.14-0ubuntu1~natty1) unstable; urgency=low
2864fa81
DH
566
567 [ Brian Behlendorf ]
568 * Add TASKQ_NORECLAIM flag
569
570 -- Darik Horn <dajhorn@vanadac.com> Wed, 11 May 2011 20:30:33 -0500
571
5cd7b983
DH
572spl-linux (0.6.0.13.rc4-0ubuntu1) unstable; urgency=low
573
574 * Use pristine-tar to import the upstream spl-0.6.0-rc4.tar.gz release.
575
576 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 20:33:55 -0500
577
5856f5ac
DH
578spl-linux (0.6.0.12.rc4-0ubuntu2) unstable; urgency=low
579
580 * Add extended package descriptions.
581 * Add debian/copyright file.
582 * Add whackbang to the ltmain.sh script.
583 * Remove COPYING file from distribution.
584 * Add -e switch to the spl.postinst whackbang.
585 * Invoke `printf` indirectly through `which`.
586 * Add the debhelper token to the spl.postinst script.
587
588 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 19:13:26 -0500
589
4f704d89
DH
590spl-linux (0.6.0.12.rc4-0ubuntu1) unstable; urgency=low
591
592 [ Brian Behlendorf ]
593 * Prep spl-0.6.0-rc4 tag
594
595 -- Darik Horn <dajhorn@vanadac.com> Thu, 05 May 2011 10:08:46 -0500
596
594492e6
DH
597spl-linux (0.6.0.11-0ubuntu1) unstable; urgency=low
598
599 [ Gunnar Beutner ]
600 * Renamed 'struct fid' for NFS
601
602 [ Brian Behlendorf ]
603 * Correct MAXUID
604
605 -- Darik Horn <dajhorn@vanadac.com> Mon, 02 May 2011 18:57:12 -0500
606
30636977
DH
607spl-linux (0.6.0.10-0ubuntu1) unstable; urgency=low
608
609 * Correct typos in the spl proc handler.
610 * Use 0.6.0.10 as the unofficial version.
611
612 -- Darik Horn <dajhorn@vanadac.com> Wed, 27 Apr 2011 11:39:19 -0500
613
bab5eeb0
DH
614spl-linux (0.6.0.9-0ubuntu1) unstable; urgency=low
615
616 [ Brian Behlendorf ]
617 * Linux 2.6.39 compat, DEFINE_SPINLOCK()
618 * Linux 2.6.39 compat, kern_path_parent()
619 * Linux 2.6.39 compat, zlib_deflate_workspacesize()
620 * Fix 32-bit MAXOFFSET_T definition
621
622 [ Darik Horn ]
623 * Import spl_hostid as a module parameter.
624 * Remove the gawk dependency.
625 * Make the SPL kernel messages consistent with ZFS.
626 * Use 0.6.0.9 as the unofficial version.
627 * Remove gawk packaging dependency.
628
629 -- Darik Horn <dajhorn@vanadac.com> Sat, 23 Apr 2011 11:04:24 -0500
630
0aefa5f6
DH
631spl-linux (0.6.0.8-0ubuntu1) unstable; urgency=low
632
633 [ Brian Behlendorf ]
634 * Fix rebuildable RPMs for el6/ch5
635 * Linux 2.6.39 compat, invalidate_inodes()
636 * Fix gcc configure warnings
637 * Fix unused variable
638
639 [ Darik Horn ]
640 * Merge upstream and use 0.6.0.8 as the unofficial version number.
641 * Use git-dch to update the debian/changelog.
642
643 -- Darik Horn <dajhorn@vanadac.com> Wed, 20 Apr 2011 07:40:03 -0500
644
49a10bce
DH
645spl-linux (0.6.0.7-0ubuntu1) unstable; urgency=low
646
647 [ Brian Behlendorf ]
648 * Add .va_dentry helper
649 * Linux shrinker compat
650 * Update /proc/spl/kmem/slab output
651 * Add slab usage summeries to /proc
652 * Decrease target objects per slab
653 * Add dnlc_reduce_cache() support
654 * Prep spl-0,6,0-rc3 tag
655
656 [ Darik Horn ]
657 * Merge upstream and use 0.6.0.7 as the unofficial version number.
658
659 -- Darik Horn <dajhorn@vanadac.com> Thu, 07 Apr 2011 12:27:00 -0500
660
688509e3
DH
661spl-linux (0.6.0.6-0ubuntu1) unstable; urgency=low
662
663 [ Brian Behlendorf ]
664 * Update CHAOS 5 Packaging
665
666 [ Darik Horn ]
667 * Merge upstream and use 0.6.0.6 as the unofficial version number.
668
669 -- Darik Horn <dajhorn@vanadac.com> Tue, 05 Apr 2011 22:27:50 -0500
670
17ad4f34
DH
671spl-linux (0.6.0.5-0ubuntu1) unstable; urgency=low
672
673 [ Brian Behlendorf ]
674 * Remove default GFP_NOFS allocations
675 * Disable vmalloc() direct reclaim
676 * Load zlib_inflate.ko
677 * Add crgetfsuid()/crgetfsgid() helpers
678
679 [ Darik Horn ]
680 * Set extend-diff-ignore='.*' in the debian/source/options file.
681 * Add the debuild-ppa.sh script for Launchpad PPA build convenience.
682 * Add a gawk dependency to the spl-dkms package.
683 * Merge upstream and tag as the unofficial spl-0.6.0.5 release.
684
685 -- Darik Horn <dajhorn@vanadac.com> Tue, 22 Mar 2011 22:49:23 -0500
686
5702dc92
DH
687spl-linux (0.6.0.4.rc2-0ubuntu2) unstable; urgency=low
688
689 * Stabilize the hostid for the zfs-initramfs package.
690
691 -- Darik Horn <dajhorn@vanadac.com> Fri, 11 Mar 2011 14:51:32 -0600
692
2dedf00d
DH
693spl-linux (0.6.0.4.rc2-0ubuntu1) unstable; urgency=low
694
695 * Upstream spl-0.6.0-rc2 release.
867f6966 696 * Remove ${shlibs:Depends} from the spl-dkms dependencies.
2dedf00d
DH
697
698 -- Darik Horn <dajhorn@vanadac.com> Thu, 10 Mar 2011 09:14:20 -0600
699
7dc9f490
DH
700spl-linux (0.6.0.3.git-0ubuntu1) unstable; urgency=low
701
702 * Revert the '+' in the upstream version because it is not recognized by DKMS.
703
704 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 12:18:31 -0600
705
9c4b2e9c
DH
706spl-linux (0.6.0.3+git-0ubuntu2) unstable; urgency=low
707
708 * No changes. Increment version number for a bad build.
709
710 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 10:56:01 -0600
711
65ad405b
DH
712spl-linux (0.6.0.3+git-0ubuntu1) unstable; urgency=low
713
714 * Begin using the +git upstream naming convention.
715 * Merge the behlendorf/master branch.
716
717 -- Darik Horn <dajhorn@vanadac.com> Wed, 09 Mar 2011 09:56:58 -0600
718
4f0e7faf
DH
719spl-linux (0.6.0.2-0ubuntu1) unstable; urgency=low
720
721 * Merge the behlendorf/xvattr branch and tag it as 0.6.0.2 upstream.
722
723 -- Darik Horn <dajhorn@vanadac.com> Fri, 04 Mar 2011 19:12:16 -0600
724
f3dcb34e
DH
725spl-linux (0.6.0.1rc-1ubuntu5) unstable; urgency=low
726
727 * Check for a Debian host in PRE_BUILD and configure for split headers.
728 See https://github.com/behlendorf/spl/issues/closed/#issue/10
729
730 -- Darik Horn <dajhorn@vanadac.com> Sun, 27 Feb 2011 17:28:07 -0600
731
c3db9342
DH
732spl-linux (0.6.0.1rc-1ubuntu4) unstable; urgency=low
733
734 * Remove the build dependency on linux-headers because it is unnecessary
735 for Ubuntu and prevents building on Debian Squeeze and Debian Sid.
736
737 -- Darik Horn <dajhorn@vanadac.com> Sun, 27 Feb 2011 12:55:57 -0600
738
e34f0484
DH
739spl-linux (0.6.0.1rc-1ubuntu3) unstable; urgency=low
740
741 * Add version numbers to the debhelper and dkms dependencies.
742
743 -- Darik Horn <dajhorn@vanadac.com> Sat, 26 Feb 2011 00:58:10 -0600
744
65ea8b4b
DH
745spl-linux (0.6.0.1rc-1ubuntu2) unstable; urgency=low
746
747 * Add fix-zlib.patch.
748
749 -- Darik Horn <dajhorn@vanadac.com> Fri, 25 Feb 2011 20:33:36 -0600
750
050d2236 751spl-linux (0.6.0.1rc-1ubuntu1) unstable; urgency=low
0ec40661
DH
752
753 * Add invalidate-inodes.patch for Linux 2.6.37,
754 which superceds the use-linux-flock-struct.patch.
755 (Commit: 5a52a782a0a04efee3846e1a8f0bb4796930e0e4)
756 * Substitute distro names in the debian/changelog
757 such that pkg-spl can be more generic.
758
759 -- Darik Horn <dajhorn@vanadac.com> Wed, 23 Feb 2011 20:55:24 -0600
760
050d2236 761spl-linux (0.6.0.1rc-1ubuntu1) unstable; urgency=low
0fbe1fc0
DH
762
763 * Add use-linux-flock-struct.patch for 32-bit systems.
764 (Commit: ac35ef7e3c107e972250bcd15143328e7aef5943)
765
766 -- Darik Horn <dajhorn@vanadac.com> Mon, 21 Feb 2011 08:48:03 -0600
767
050d2236 768spl-linux (0.6.0.1rc-1ubuntu1) unstable; urgency=low
0fbe1fc0
DH
769
770 * Upstream spl-0.6.0-rc1.tar.gz release.
771 * Kludge the "rc1" version for packaging convenience.
772
773 -- Darik Horn <dajhorn@vanadac.com> Fri, 18 Feb 2011 19:10:09 -0600
774
050d2236 775spl-linux (0.5.2-1ubuntu7) unstable; urgency=low
0fbe1fc0
DH
776
777 * Add conflict for spl-dev, which is a package in universe
778 that also installs a /usr/lib/libspl.a file.
779
780 -- Darik Horn <dajhorn@vanadac.com> Fri, 18 Feb 2011 17:43:52 -0600
781
050d2236 782spl-linux (0.5.2-1ubuntu6) unstable; urgency=low
0fbe1fc0
DH
783
784 * Initial DKMS packaging for Debian and Ubuntu.
785
786 -- Darik Horn <dajhorn@vanadac.com> Thu, 17 Feb 2011 18:57:36 -0600