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
/
modules
/
spl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove stray call to spl_cache_free() and remove all the
behlendo
2008-06-28
2
-48
/
+2
*
Victory! I've reworked caches with large objects which are
behlendo
2008-06-28
1
-70
/
+164
*
Further slab improvements, I'm getting close to something which works
behlendo
2008-06-27
3
-69
/
+246
*
Fix for memory corruption caused by overruning the magazine
behlendo
2008-06-26
1
-61
/
+92
*
Implement per-cpu local caches. This seems to have bough me another
behlendo
2008-06-25
3
-135
/
+378
*
The first locking issue was due to the semaphore I used. I was trying
behlendo
2008-06-24
1
-22
/
+26
*
Fix minor chaos/fc9 kernel discrepencies in build
behlendo
2008-06-13
1
-7
/
+13
*
* : modules/sys/kmem-slab.c : Re-implemented the slab to no
behlendo
2008-06-13
3
-438
/
+569
*
Minor tweak to ensure kstat values are printed correctly on x86_64 at least
behlendo
2008-06-06
1
-3
/
+3
*
Fix some bad grammer
behlendo
2008-06-04
1
-1
/
+1
*
Just use CONFIG_SLUB to detect SLUB use
behlendo
2008-06-04
1
-1
/
+1
*
Whoops, fix a minor proc issue which slipped through with
behlendo
2008-06-04
1
-0
/
+2
*
Fixes:
behlendo
2008-06-04
4
-108
/
+143
*
Update utsname to use proper compatible interface to avoid API issues.
behlendo
2008-06-03
1
-0
/
+7
*
Breaking the world for a little bit. If anyone is going to continue
behlendo
2008-06-02
11
-46
/
+187
*
Go through and add a header with the proper UCRL number.
behlendo
2008-05-26
16
-19
/
+416
*
- Properly fix the debug support for all the ASSERT's, VERIFIES, etc can be
behlendo
2008-05-19
2
-0
/
+4
*
Disable adaptive mutexs by default (always sleep), and while
behlendo
2008-05-15
1
-1
/
+3
*
Rework condition variable implementation to be consistent with
behlendo
2008-05-15
3
-0
/
+187
*
Enhanse the thread interface to do something quasi inteligent
behlendo
2008-05-12
2
-3
/
+24
*
By default disable extra KMEM and MUTEX debugging to aid performance.
behlendo
2008-05-09
3
-1
/
+18
*
Stability hack. Under Solaris when KM_SLEEP is set kmem_cache_alloc()
behlendo
2008-05-09
2
-0
/
+37
*
Add an almost feature complete implemenation of kstat. I chose
behlendo
2008-05-08
4
-14
/
+530
*
Add vmem memory accounting
behlendo
2008-05-07
1
-7
/
+34
*
- Relocate 'stats_per' in to proper /proc/sys/spl/mutex/ directory
behlendo
2008-05-07
2
-33
/
+66
*
Remaining issues fixed after reenabled mutex debugging.
behlendo
2008-05-06
1
-2
/
+11
*
- Updated rwlock's to reside in a .c file instead of a static inline
behlendo
2008-05-06
1
-0
/
+287
*
Lots of fixes here:
behlendo
2008-05-06
3
-50
/
+195
*
Commit adaptive mutexes. This seems to have introduced some new
behlendo
2008-05-05
5
-37
/
+476
*
New an improved taskq implementation for the SPL. It allows a
behlendo
2008-04-25
1
-70
/
+388
*
Prep for 0.2.1 tag
behlendo
2008-04-24
2
-1
/
+12
*
Minor improvement to taskq handling. This is a small step towards
behlendo
2008-04-23
1
-6
/
+16
*
Be careful to never use any of the debug infrastructure either
behlendo
2008-04-22
1
-5
/
+2
*
More fixes to ensure we get good debug logs even if we're in the
behlendo
2008-04-21
2
-29
/
+35
*
Added 4 missing subsystem flags
behlendo
2008-04-21
1
-0
/
+8
*
Whoops, missed an instance where we could recursively stack check... bad.
behlendo
2008-04-21
1
-3
/
+2
*
Handful of minor stack checking fixes
behlendo
2008-04-21
1
-3
/
+4
*
Update SPL to use new debug infrastructure. This means:
behlendo
2008-04-21
13
-177
/
+280
*
Frist minor batch of fixes. Catch a dropped ;, and use SBUG instead of BUG.
behlendo
2008-04-19
1
-2
/
+2
*
First commit of lustre style internal debug support. These
behlendo
2008-04-18
5
-310
/
+1919
*
* modules/spl/spl-kmem.c : Make sure to disable interrupts
wartens2
2008-04-16
1
-14
/
+21
*
- Add some spinlocks to cover all the private data in the mutex. I don't
behlendo
2008-04-15
2
-19
/
+30
*
Add hw_serial support based on a usermodehelper which runs
behlendo
2008-04-12
1
-17
/
+116
*
- Add more strict in_atomic() checking to the mutex entry
behlendo
2008-04-11
1
-46
/
+15
*
Fix race in rwlock implementation which can occur when
behlendo
2008-04-07
1
-2
/
+7
*
- Fix write-only behavior in vn-open()
behlendo
2008-04-04
1
-21
/
+21
*
Update the thread shim to use the current kernel threading API.
behlendo
2008-04-04
1
-13
/
+12
*
Correctly implement atomic_cas_ptr() function. Ideally all of these
behlendo
2008-04-03
1
-2
/
+0
*
- Remapped ldi_handle_t to struct block_device * which is much more useful
behlendo
2008-04-03
3
-7
/
+16
*
Ensure all file ops pointer are NULL or we may end up
behlendo
2008-04-01
1
-1
/
+1
[next]