]> git.proxmox.com Git - mirror_spl-debian.git/blame - ChangeLog
New an improved taskq implementation for the SPL. It allows a
[mirror_spl-debian.git] / ChangeLog
CommitLineData
3561541c 12008-04-24 Brian Behlendorf <behlendorf1@llnl.gov>
2
3 * : Tag spl-0.2.1
4
5 * modules/spl/spl-proc.c : Add /proc/sys/spl/version.
6
1bac409f 72008-04-24 Herb Wartens <wartens2@llnl.gov>
8
9 * include/sys/kmem.h : Make sure that when calling __vmem_alloc
10 that we do not have __GFP_ZERO set. Once the memory is allocated
11 then zero out the memory if __GFP_ZERO is passed to
12 __vmem_alloc.
13
55152ebb 142008-04-16 Herb Wartens <wartens2@llnl.gov>
15
16 * modules/spl/spl-kmem.c : Make sure to disable interrupts
17 when necessary to avoid deadlocks. We were seeing the deadlock
18 when calling kmem_cache_generic_constructor() and then an interrupt
19 forced us to end up calling kmem_cache_generic_destructor()
20 which caused our deadlock.
21
f1ca4da6 222008-02-26 Brian Behlendorf <behlendorf1@llnl.gov>
23
24 : Initial commit of the solaris porting layer (spl). Included
25 in addition to the source is an initial autoconf / configure
26 style build system.