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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move vendor check to spl-build.m4
Brian Behlendorf
2010-09-02
12
-728
/
+1371
*
Prep for spl-0.5.1 tag
Brian Behlendorf
2010-09-01
1
-1
/
+1
*
Add quick build instructions
Brian Behlendorf
2010-09-01
1
-2
/
+7
*
Add list_link_replace() function
Brian Behlendorf
2010-08-27
1
-0
/
+13
*
Add MUTEX_NOT_HELD() function
Brian Behlendorf
2010-08-27
1
-1
/
+3
*
Stub out kmem cache defrag API
Brian Behlendorf
2010-08-27
2
-5
/
+30
*
Add missing atomic functions
Brian Behlendorf
2010-08-27
1
-0
/
+44
*
Prep for spl-0.5.0 tag
Brian Behlendorf
2010-08-13
1
-0
/
+7
*
Fix stack overflow in vn_rdwr() due to memory reclaim
Li Wei
2010-08-12
2
-0
/
+7
*
Correctly handle rwsem_is_locked() behavior
Ned Bass
2010-08-10
5
-31
/
+172
*
Correctly detect atomic64_cmpxchg support
Ned Bass
2010-08-08
2
-0
/
+3
*
Fix taskq code to not drop tasks when TQ_SLEEP is used.
Ricardo M. Correia
2010-08-02
2
-28
/
+48
*
Strfree() should call kfree() not kmem_free()
Brian Behlendorf
2010-07-30
1
-1
/
+1
*
Add uninstall Makefile targets
Brian Behlendorf
2010-07-28
5
-6
/
+26
*
Add Debian and Slackware style packaging via alien
Brian Behlendorf
2010-07-27
12
-71
/
+574
*
Ensure kmem_alloc() and vmem_alloc() never fail
Brian Behlendorf
2010-07-26
2
-193
/
+289
*
Fix two minor compiler warnings
Brian Behlendorf
2010-07-26
2
-5
/
+7
*
Remove deadcode caused by removal of format1 arg
Brian Behlendorf
2010-07-21
1
-14
/
+5
*
Fix max_ncpus definition.
Ricardo M. Correia
2010-07-20
1
-2
/
+3
*
Display DEBUG keyword during module load when --enable-debug is used.
Ricardo M. Correia
2010-07-20
2
-4
/
+12
*
Fix buggy kmem_{v}asprintf() functions
Ricardo M. Correia
2010-07-20
1
-4
/
+4
*
Fix bcopy() to allow memory area overlap
Ricardo M. Correia
2010-07-20
1
-1
/
+1
*
Fix compilation error due to undefined ACCESS_ONCE macro.
Ricardo M. Correia
2010-07-20
2
-0
/
+48
*
Prefix all SPL debug macros with 'S'
Brian Behlendorf
2010-07-20
14
-492
/
+533
*
Split <sys/debug.h> header
Brian Behlendorf
2010-07-20
25
-458
/
+460
*
Proposed fix for oops on SIGINT in splat atomic:64-bit test.
Ned Bass
2010-07-15
1
-1
/
+1
*
Fix -Werror=format-security compiler option
Brian Behlendorf
2010-07-14
1
-1
/
+2
*
Linux 2.6.35 compat: filp_fsync() dropped 'stuct dentry *'
Brian Behlendorf
2010-07-14
6
-28
/
+187
*
Proposed fix for low memory ZFS deadlocks
Brian Behlendorf
2010-07-13
1
-1
/
+1
*
Add __divdi3(), remove __udivdi3() kernel dependency
Brian Behlendorf
2010-07-13
7
-221
/
+262
*
Update config.guess to recognize additional distros
Brian Behlendorf
2010-07-02
1
-1
/
+12
*
Allow config/build to work with autoconf-2.65
Lars Johannsen
2010-07-02
2
-75
/
+75
*
Require gawk the usermode helper fails with awk
Brian Behlendorf
2010-07-01
3
-4
/
+39
*
Add configure check for user_path_dir()
Brian Behlendorf
2010-07-01
4
-1
/
+116
*
Use $target_cpu instead of `arch`
Brian Behlendorf
2010-07-01
2
-18
/
+18
*
Check sourcelink is set before passing to readlink
Brian Behlendorf
2010-07-01
2
-13
/
+18
*
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
2
-21
/
+75
*
Remove AC_DEFINE for DEBUG/NDEBUG
Brian Behlendorf
2010-07-01
3
-28
/
+0
*
Only make compiler warnings fatal with --enable-debug
Brian Behlendorf
2010-06-30
9
-34
/
+89
*
Linux-2.6.33 compat, O_DSYNC flag added
Brian Behlendorf
2010-06-30
1
-1
/
+8
*
Linux-2.6.33 compat, .ctl_name removed from struct ctl_table
Brian Behlendorf
2010-06-30
5
-38
/
+201
*
Linux-2.6.33 compat, check <generated/utsrelease.h> for UTS_RELEASE
Brian Behlendorf
2010-06-30
2
-54
/
+62
*
Add basic README
Brian Behlendorf
2010-06-29
1
-0
/
+10
*
Treat mutex->owner as volatile
Brian Behlendorf
2010-06-28
2
-22
/
+116
*
Fix subtle race in threads test case
Brian Behlendorf
2010-06-28
1
-4
/
+3
*
Accept but ignore TASKQ_DC_BATCH and TQ_FRONT
Brian Behlendorf
2010-06-28
1
-0
/
+2
*
Add kmem_vasprintf function
Brian Behlendorf
2010-06-24
2
-4
/
+21
*
Revert "Support TQ_FRONT flag used by taskq_dispatch()"
Brian Behlendorf
2010-06-21
2
-9
/
+1
[next]