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
*
The first locking issue was due to the semaphore I used. I was trying
behlendo
2008-06-24
1
-8
/
+8
*
Fix minor chaos/fc9 kernel discrepencies in build
behlendo
2008-06-13
1
-0
/
+8
*
* : modules/sys/kmem-slab.c : Re-implemented the slab to no
behlendo
2008-06-13
2
-26
/
+94
*
Add missing () to quiet warnings in NDEBUG case
behlendo
2008-06-04
1
-1
/
+1
*
Just use CONFIG_SLUB to detect SLUB use
behlendo
2008-06-04
1
-0
/
+2
*
Fixes:
behlendo
2008-06-04
3
-5
/
+6
*
Update utsname to use proper compatible interface to avoid API issues.
behlendo
2008-06-03
1
-1
/
+3
*
Breaking the world for a little bit. If anyone is going to continue
behlendo
2008-06-02
5
-11
/
+42
*
Go through and add a header with the proper UCRL number.
behlendo
2008-05-26
23
-2
/
+600
*
- Properly fix the debug support for all the ASSERT's, VERIFIES, etc can be
behlendo
2008-05-19
5
-16
/
+46
*
SPL additions to increase support for updated ZFS build
behlendo
2008-05-15
5
-8
/
+24
*
Rework condition variable implementation to be consistent with
behlendo
2008-05-15
1
-153
/
+23
*
Add a comment so I remember to fix this.
behlendo
2008-05-12
1
-0
/
+5
*
By default disable extra KMEM and MUTEX debugging to aid performance.
behlendo
2008-05-09
2
-16
/
+13
*
Stability hack. Under Solaris when KM_SLEEP is set kmem_cache_alloc()
behlendo
2008-05-09
1
-6
/
+6
*
Add an almost feature complete implemenation of kstat. I chose
behlendo
2008-05-08
2
-96
/
+134
*
Decrease of kmem warnign threshold back to 2 pages, no worse than a stack.
behlendo
2008-05-07
1
-2
/
+3
*
Add vmem memory accounting
behlendo
2008-05-07
1
-26
/
+69
*
- Relocate 'stats_per' in to proper /proc/sys/spl/mutex/ directory
behlendo
2008-05-07
1
-1
/
+1
*
Remaining issues fixed after reenabled mutex debugging.
behlendo
2008-05-06
1
-3
/
+2
*
- Updated rwlock's to reside in a .c file instead of a static inline
behlendo
2008-05-06
2
-283
/
+34
*
Lots of fixes here:
behlendo
2008-05-06
1
-24
/
+102
*
Commit adaptive mutexes. This seems to have introduced some new
behlendo
2008-05-05
3
-164
/
+78
*
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
[next]