]> git.proxmox.com Git - mirror_spl-debian.git/blame - ChangeLog
SPL additions to increase support for updated ZFS build
[mirror_spl-debian.git] / ChangeLog
CommitLineData
9ab1ac14 12008-04-26 Brian Behlendorf <behlendorf1@llnl.gov>
2
3 * include/sys/mutex.h : Implemented a close approximation
4 of adaptive mutexes. These changes however required me to
5 export a new symbol from the kernel proper 'task_curr()'
6 which means we are now dependant on a patched kernel.
7
3561541c 82008-04-24 Brian Behlendorf <behlendorf1@llnl.gov>
9
10 * : Tag spl-0.2.1
11
12 * modules/spl/spl-proc.c : Add /proc/sys/spl/version.
13
1bac409f 142008-04-24 Herb Wartens <wartens2@llnl.gov>
15
16 * include/sys/kmem.h : Make sure that when calling __vmem_alloc
17 that we do not have __GFP_ZERO set. Once the memory is allocated
18 then zero out the memory if __GFP_ZERO is passed to
19 __vmem_alloc.
20
55152ebb 212008-04-16 Herb Wartens <wartens2@llnl.gov>
22
23 * modules/spl/spl-kmem.c : Make sure to disable interrupts
24 when necessary to avoid deadlocks. We were seeing the deadlock
25 when calling kmem_cache_generic_constructor() and then an interrupt
26 forced us to end up calling kmem_cache_generic_destructor()
27 which caused our deadlock.
28
f1ca4da6 292008-02-26 Brian Behlendorf <behlendorf1@llnl.gov>
30
31 : Initial commit of the solaris porting layer (spl). Included
32 in addition to the source is an initial autoconf / configure
33 style build system.