index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
New an improved taskq implementation for the SPL. It allows a
behlendo
2008-04-25
3
-64
/
+83
*
Update kmem.h to properly use new debug subsystem.
behlendo
2008-04-24
1
-10
/
+23
*
Prep for 0.2.1 tag
behlendo
2008-04-24
4
-22
/
+31
*
Make sure that when calling __vmem_alloc that we
wartens2
2008-04-24
1
-2
/
+5
*
Minor improvement to taskq handling. This is a small step towards
behlendo
2008-04-23
1
-1
/
+1
*
Stack usage is my enemy. Trade cpu cycles in the debug code to
behlendo
2008-04-22
3
-62
/
+55
*
More fixes to ensure we get good debug logs even if we're in the
behlendo
2008-04-21
1
-24
/
+28
*
Handful of minor stack checking fixes
behlendo
2008-04-21
1
-3
/
+3
*
Update SPL to use new debug infrastructure. This means:
behlendo
2008-04-21
10
-94
/
+130
*
Frist minor batch of fixes. Catch a dropped ;, and use SBUG instead of BUG.
behlendo
2008-04-19
1
-3
/
+4
*
Whoops need this!
behlendo
2008-04-18
1
-0
/
+21
*
First commit of lustre style internal debug support. These
behlendo
2008-04-18
3
-25
/
+323
*
- Add some spinlocks to cover all the private data in the mutex. I don't
behlendo
2008-04-15
1
-12
/
+46
*
Just cleanup up an error case to avoid overspamming the console.
behlendo
2008-04-14
1
-4
/
+2
*
Adjust the condition variables to simply sleep uninteruptibly.
behlendo
2008-04-11
1
-69
/
+32
*
- Add more strict in_atomic() checking to the mutex entry
behlendo
2008-04-11
1
-0
/
+17
*
Fix race in rwlock implementation which can occur when
behlendo
2008-04-07
1
-0
/
+4
*
Update the thread shim to use the current kernel threading API.
behlendo
2008-04-04
1
-4
/
+5
*
Correctly implement atomic_cas_ptr() function. Ideally all of these
behlendo
2008-04-03
1
-12
/
+10
*
- Remapped ldi_handle_t to struct block_device * which is much more useful
behlendo
2008-04-03
1
-4
/
+7
*
Apparently it's OK for done to be NULL, which was not clear in the
behlendo
2008-04-01
1
-1
/
+5
*
Double large kmalloc warning size to 4 pages. It was 2 pages, and ideally
behlendo
2008-04-01
2
-1
/
+65
*
Add vmem_zalloc support.
behlendo
2008-03-31
1
-11
/
+18
*
Add some crude debugging support. It leaves alot to be
behlendo
2008-03-31
4
-5
/
+12
*
Correctly functioning 64-bit atomic shim layer. It's not
behlendo
2008-03-28
1
-11
/
+64
*
Remove minor lingering CDDL tait of copied headers. Required
behlendo
2008-03-27
7
-1650
/
+93
*
- Thinko fix to the SPL module interface
behlendo
2008-03-27
2
-12
/
+15
*
Relocated to zfs repo
behlendo
2008-03-27
1
-0
/
+0
*
Two fixes to the module interface. Could be worse!
behlendo
2008-03-21
1
-2
/
+1
*
OK, a first reasonable attempt at a solaris module/chdev shim layer.
behlendo
2008-03-20
5
-6
/
+207
*
OK, some pretty substantial rework here. I've merged the spl-file
behlendo
2008-03-18
3
-36
/
+17
*
Initial pass at a file API getf/releasef hooks
behlendo
2008-03-18
4
-0
/
+44
*
Minimal signal handling interface.
behlendo
2008-03-17
2
-0
/
+25
*
Missing headers, more minor fixes
behlendo
2008-03-15
6
-3
/
+50
*
Fix kmem memory accounting
behlendo
2008-03-14
1
-19
/
+24
*
Fix KMEM_DEBUG support (enable by default)
behlendo
2008-03-14
3
-25
/
+67
*
Add missing headers
behlendo
2008-03-14
12
-8
/
+68
*
Add missing headers
behlendo
2008-03-13
2
-0
/
+17
*
Add two more missing headers
behlendo
2008-03-13
2
-0
/
+12
*
Drop unicode support, provided in ZFS tree libport
behlendo
2008-03-13
7
-35506
/
+48
*
- Add some more missing headers
behlendo
2008-03-12
8
-241
/
+55
*
Add copyin/copyout mapping
behlendo
2008-03-12
3
-4
/
+11
*
- Implemented vnode interfaces and 6 test cases to the test suite.
behlendo
2008-03-12
4
-88
/
+105
*
Apply fix from bug239 for rwlock deadlock.
behlendo
2008-03-11
8
-3
/
+120
*
Two more GPL only symbols moved to helper functions in the spl module.
behlendo
2008-03-11
1
-2
/
+4
*
Remap gethrestime() with #define to new symbol and export that new
behlendo
2008-03-10
1
-16
/
+17
*
Add some typedefs to make it clearer when we passing a function,
behlendo
2008-03-10
4
-3
/
+16
*
Fix systemic naming mistake
behlendo
2008-03-10
2
-1
/
+5
*
Add missing headers
behlendo
2008-03-10
4
-1
/
+264
*
Just filling in more of the env.
behlendo
2008-03-08
4
-2
/
+12
[next]