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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add proper error handling for the case where a thread can not be
behlendo
2008-11-05
1
-5
/
+12
*
Slightly increase SPLAT_NAME_SIZE to ensure string is always
behlendo
2008-11-05
1
-1
/
+1
*
Fix a small corner case in the test infrastructure where
behlendo
2008-11-04
1
-2
/
+2
*
3 minor fixups where sprintf() was used instead of snprintf() with
behlendo
2008-11-04
3
-6
/
+7
*
Removed useless check
behlendo
2008-11-04
2
-17
/
+8
*
Add missing error handling to this case where a memory allocation fails.
behlendo
2008-11-04
1
-2
/
+7
*
Simple ignore the return type which was never used here and cast it to void.
behlendo
2008-11-04
1
-2
/
+2
*
Add proper error handling to one of the atomic test cases in the event
behlendo
2008-11-04
1
-5
/
+15
*
Add missing initializer which is needed in an unlikely error case.
behlendo
2008-11-04
1
-1
/
+1
*
Ensure GPL-only symbols are re-exported as GPL-only
behlendo
2008-11-04
2
-11
/
+7
*
* spl-09-fix-kmem-track-oops.patch
behlendo
2008-11-03
2
-12
/
+56
*
Under Solaris KM_SLEEP ensures success (or at least you hang forever).
behlendo
2008-11-03
1
-1
/
+1
*
Add a SPL_AC_TYPE_ATOMIC64_T test to configure for systems which do
behlendo
2008-11-03
6
-359
/
+485
*
Apply two nice improvements caught by Ricardo,
behlendo
2008-11-03
7
-54
/
+85
*
Apply a nice fix caught by Ricardo,
behlendo
2008-11-03
2
-21
/
+21
*
Reviewed and applied spl-01-rm-gpl-symbol-set_cpus_allowed.patch
behlendo
2008-11-03
2
-73
/
+76
*
Reviewed and applied spl-00-rm-gpl-symbol-notifier_chain.patch
behlendo
2008-11-03
3
-103
/
+35
*
Minor tweak to handle systems with restrictive udev rules
behlendo
2008-08-12
1
-1
/
+15
*
Sigh more compat fixes, this is almost right for 2.6.9 - 2.6.26 kernels.
behlendo
2008-08-11
6
-19
/
+32
*
Pull in initial 32-bit support patches.
behlendo
2008-08-11
5
-1
/
+112
*
Commit bulk of remaining 2.6.9 and 2.6.26 compat changes.
behlendo
2008-08-11
12
-93
/
+222
*
Include linux/uaccess.h compat changes.
behlendo
2008-08-11
7
-8
/
+27
*
More 2.6.26 compat changes
behlendo
2008-08-11
6
-6
/
+46
*
Pull in timespec, list, and type compat changes to support
behlendo
2008-08-11
6
-15
/
+145
*
Resolve incomplete type when building against 2.6.26
behlendo
2008-08-11
1
-0
/
+1
*
Add class / device portability code. Two autoconf tests
behlendo
2008-08-10
8
-44
/
+103
*
Pull in fls64 compat changes from spl-00-rhel4-compat.patch,
behlendo
2008-08-06
3
-0
/
+38
*
Start bringing in Ricardo's spl-00-rhel4-compat.patch, a few chunks
behlendo
2008-08-05
5
-121
/
+3
*
Apply Ricardo's spl-02-condvar-poison.patch
behlendo
2008-08-04
1
-1
/
+1
*
Trivial commit to remove whitespace
behlendo
2008-07-09
1
-1
/
+0
*
Fix race in kmem_locking test
behlendo
2008-07-07
1
-4
/
+6
*
Two easy fixes I caught with debug enabled
behlendo
2008-07-01
1
-3
/
+2
*
Update info to prep for a tag. If all goes well I'll have
behlendo
2008-07-01
2
-1
/
+10
*
- Remove hash functionality from slab in favor of direct lookups
behlendo
2008-07-01
4
-349
/
+232
*
Remove stray call to spl_cache_free() and remove all the
behlendo
2008-06-28
3
-53
/
+2
*
Victory! I've reworked caches with large objects which are
behlendo
2008-06-28
3
-87
/
+198
*
Further slab improvements, I'm getting close to something which works
behlendo
2008-06-27
5
-95
/
+357
*
Fix for memory corruption caused by overruning the magazine
behlendo
2008-06-26
3
-63
/
+95
*
Implement per-cpu local caches. This seems to have bough me another
behlendo
2008-06-25
5
-146
/
+404
*
The first locking issue was due to the semaphore I used. I was trying
behlendo
2008-06-24
3
-35
/
+41
*
Add another kmem test to check for lock contention in the slab
behlendo
2008-06-23
1
-0
/
+158
*
Fix minor chaos/fc9 kernel discrepencies in build
behlendo
2008-06-13
2
-7
/
+21
*
* : modules/sys/kmem-slab.c : Re-implemented the slab to no
behlendo
2008-06-13
7
-569
/
+875
*
Minor tweak to ensure kstat values are printed correctly on x86_64 at least
behlendo
2008-06-06
1
-3
/
+3
*
Prep for 0.3.2 tag
behlendo
2008-06-04
2
-1
/
+11
*
Add missing () to quiet warnings in NDEBUG case
behlendo
2008-06-04
1
-1
/
+1
*
Fix some bad grammer
behlendo
2008-06-04
1
-1
/
+1
*
Just use CONFIG_SLUB to detect SLUB use
behlendo
2008-06-04
4
-36
/
+35
*
Whoops, fix a minor proc issue which slipped through with
behlendo
2008-06-04
1
-0
/
+2
*
Fixes:
behlendo
2008-06-04
10
-114
/
+163
[next]