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
/
module
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add configure check for user_path_dir()
Brian Behlendorf
2010-07-01
1
-1
/
+17
*
Implementation of a regression test for TQ_FRONT.
Ned Bass
2010-07-01
1
-9
/
+142
*
Initialize the /dev/splatctl device buffer
Ned Bass
2010-07-01
2
-1
/
+5
*
Implementation of the TQ_FRONT flag.
Ned Bass
2010-07-01
1
-21
/
+74
*
Linux-2.6.33 compat, .ctl_name removed from struct ctl_table
Brian Behlendorf
2010-06-30
1
-38
/
+40
*
Treat mutex->owner as volatile
Brian Behlendorf
2010-06-28
1
-12
/
+88
*
Fix subtle race in threads test case
Brian Behlendorf
2010-06-28
1
-4
/
+3
*
Add kmem_vasprintf function
Brian Behlendorf
2010-06-24
1
-4
/
+20
*
Revert "Support TQ_FRONT flag used by taskq_dispatch()"
Brian Behlendorf
2010-06-21
1
-7
/
+1
*
Update warnings in kmem debug code
Brian Behlendorf
2010-06-16
1
-36
/
+49
*
Support TQ_FRONT flag used by taskq_dispatch()
Brian Behlendorf
2010-06-11
1
-1
/
+7
*
Add kmem_asprintf(), strfree(), strdup(), and minor cleanup.
Brian Behlendorf
2010-06-11
1
-0
/
+46
*
Cleanly split Linux proc.h (fs) from conflicting Solaris proc.h (process)
Brian Behlendorf
2010-06-11
5
-4
/
+10
*
Stack overflow on 64-bit modulus operations on 32-bit architectures.
Alex Zhuravlev
2010-06-03
1
-3
/
+5
*
Minor 32-bit fix cast to hrtime_t before the mutliply.
Brian Behlendorf
2010-05-23
1
-1
/
+1
*
Simplify rwlock implementation.
Brian Behlendorf
2010-05-20
1
-4
/
+12
*
Use KM_NODEBUG macro in preference to __GFP_NOWARN.
Brian Behlendorf
2010-05-20
2
-7
/
+7
*
Disable spl_debug_panic_on_bug by default.
Brian Behlendorf
2010-05-20
1
-1
/
+1
*
Adjust 'large' object sizes in kmem:slab_large test.
Brian Behlendorf
2010-05-20
1
-3
/
+3
*
Remove kmem_set_warning() interface replace with __GFP_NOWARN flag.
Brian Behlendorf
2010-05-19
2
-26
/
+16
*
Set default debug log patch to /tmp/spl-log.
Brian Behlendorf
2010-05-19
1
-3
/
+3
*
Public Release Prep
Brian Behlendorf
2010-05-17
34
-591
/
+592
*
Use do_posix_clock_monotonic_gettime() as described by comment.
Brian Behlendorf
2010-05-14
1
-2
/
+3
*
Add cv_wait_interruptible() function.
Brian Behlendorf
2010-05-14
1
-4
/
+16
*
Dump log from current process when required
Brian Behlendorf
2010-04-23
1
-0
/
+3
*
Assume TQ_SLEEP when not explicitly specified.
Brian Behlendorf
2010-04-23
1
-0
/
+5
*
Handle the FAPPEND option in vn_rdwr().
Ricardo Correia
2010-04-23
1
-3
/
+6
*
Update vn_set_pwd() to allow user|kernal address for filename
Brian Behlendorf
2010-04-22
2
-5
/
+20
*
Allow spl_config.h to be included by dependant packages (updated)
Brian Behlendorf
2010-03-22
1
-1
/
+0
*
Reduce max kmem based slab size
Brian Behlendorf
2010-03-18
1
-1
/
+1
*
Remove Module.markers and Module.symver{s} in clean target
Brian Behlendorf
2010-03-08
1
-1
/
+6
*
Linux 2.6.32 compat, proc_handler() API change
Brian Behlendorf
2010-03-04
1
-53
/
+30
*
sun-misc-gitignore
Ricardo M. Correia
2010-01-08
3
-0
/
+6
*
sun-fix-whitespace
Ricardo M. Correia
2010-01-08
2
-10
/
+10
*
sun-fix-panic-str
Ricardo M. Correia
2010-01-08
1
-1
/
+1
*
Added splat taskq task ordering test case.
Brian Behlendorf
2010-01-05
1
-11
/
+212
*
Optimize lowest outstanding taskqid calculation in taskq_lowest_id()
Brian Behlendorf
2010-01-04
1
-20
/
+41
*
Strip __GFP_ZERO from kmalloc it is not available for older kernels.
Brian Behlendorf
2009-12-23
1
-1
/
+2
*
Fix kmem:slab_overcommit regression test locking
Brian Behlendorf
2009-12-23
1
-2
/
+4
*
Add skc_flags and full header to /proc/spl/kmem/slab.
Brian Behlendorf
2009-12-11
1
-19
/
+26
*
Splat vnode tests must return negative error codes.
Brian Behlendorf
2009-12-10
1
-25
/
+82
*
Atomic64 compatibility for 32-bit systems without kernel support.
Brian Behlendorf
2009-12-04
2
-50
/
+62
*
Correctly handle division on 32-bit RHEL5 systems by returning dividend.
Brian Behlendorf
2009-12-01
1
-1
/
+3
*
Only run the kmem overcommit test on 64-bit systems.
Brian Behlendorf
2009-12-01
1
-1
/
+11
*
Type long expected explicitly cast for 32-bit systems.
Brian Behlendorf
2009-12-01
1
-2
/
+2
*
Ensure spl_config.h is include in spl-generic.c
Brian Behlendorf
2009-11-15
1
-0
/
+1
*
Linux 2.6.31 kmem cache alignment fixes and cleanup.
Brian Behlendorf
2009-11-13
2
-53
/
+93
*
Remove __GFP_NOFAIL in kmem and retry internally.
Brian Behlendorf
2009-11-12
1
-9
/
+9
*
Linux 2.6.31 Compatibility Updates
Brian Behlendorf
2009-11-10
1
-3
/
+3
*
Autoconf --enable-debug-* cleanup
Brian Behlendorf
2009-10-30
3
-37
/
+16
[next]