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
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a few additional vnode #defines
Brian Behlendorf
2011-01-12
1
-0
/
+8
*
Clean vattr_t and vsecattr_t types
Brian Behlendorf
2011-01-12
1
-9
/
+10
*
FRSYNC Should Use O_SYNC
Brian Behlendorf
2011-01-12
1
-1
/
+1
*
Add vn_mode_to_vtype/vn_vtype to_mode helpers
Brian Behlendorf
2011-01-12
2
-0
/
+6
*
Add cv_timedwait_interruptible() function
Neependra Khare
2011-01-11
1
-12
/
+16
*
Linux Compat: inode->i_mutex/i_sem
Brian Behlendorf
2011-01-11
1
-1
/
+11
*
Add Thread Specific Data (TSD) Implementation
Brian Behlendorf
2010-12-07
3
-0
/
+47
*
Make kmutex_t typesafe in all cases.
Ricardo M. Correia
2010-11-29
1
-13
/
+19
*
Clear cv->cv_mutex when not in use
Brian Behlendorf
2010-11-29
1
-1
/
+0
*
Give ENOTSUP a valid user space error value
Ned Bass
2010-11-10
1
-1
/
+1
*
Linux 2.6.36 compat, wrap RLIM64_INFINITY
Brian Behlendorf
2010-11-09
1
-2
/
+3
*
Clear owner after dropping mutex
Brian Behlendorf
2010-11-05
1
-2
/
+2
*
atomic_*_*_nv() functions need to return the new value atomically.
Ricardo M. Correia
2010-09-17
1
-12
/
+32
*
Support custom build directories
Brian Behlendorf
2010-09-05
2
-13
/
+20
*
Move vendor check to spl-build.m4
Brian Behlendorf
2010-09-02
1
-0
/
+1
*
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
1
-5
/
+18
*
Add missing atomic functions
Brian Behlendorf
2010-08-27
1
-0
/
+44
*
Fix stack overflow in vn_rdwr() due to memory reclaim
Li Wei
2010-08-12
1
-0
/
+1
*
Correctly handle rwsem_is_locked() behavior
Ned Bass
2010-08-10
2
-31
/
+70
*
Add uninstall Makefile targets
Brian Behlendorf
2010-07-28
2
-4
/
+14
*
Add Debian and Slackware style packaging via alien
Brian Behlendorf
2010-07-27
1
-0
/
+16
*
Ensure kmem_alloc() and vmem_alloc() never fail
Brian Behlendorf
2010-07-26
1
-88
/
+146
*
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
1
-0
/
+6
*
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
1
-68
/
+77
*
Split <sys/debug.h> header
Brian Behlendorf
2010-07-20
9
-388
/
+399
*
Linux 2.6.35 compat: filp_fsync() dropped 'stuct dentry *'
Brian Behlendorf
2010-07-14
1
-0
/
+27
*
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
2
-0
/
+33
*
Implementation of the TQ_FRONT flag.
Ned Bass
2010-07-01
1
-0
/
+1
*
Only make compiler warnings fatal with --enable-debug
Brian Behlendorf
2010-06-30
1
-0
/
+1
*
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
1
-0
/
+6
*
Treat mutex->owner as volatile
Brian Behlendorf
2010-06-28
1
-10
/
+28
*
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
1
-0
/
+1
*
Revert "Support TQ_FRONT flag used by taskq_dispatch()"
Brian Behlendorf
2010-06-21
1
-2
/
+0
*
Add missing header util/sscanf.h
Brian Behlendorf
2010-06-14
1
-0
/
+28
*
Include kstat.h from kmem.h
Brian Behlendorf
2010-06-14
1
-0
/
+1
*
Support TQ_FRONT flag used by taskq_dispatch()
Brian Behlendorf
2010-06-11
1
-0
/
+2
*
Minor cleanup and Solaris API additions.
Brian Behlendorf
2010-06-11
4
-28
/
+41
*
Add kmem_asprintf(), strfree(), strdup(), and minor cleanup.
Brian Behlendorf
2010-06-11
1
-51
/
+4
*
Add xuio_* structures and typedefs.
Brian Behlendorf
2010-06-11
1
-10
/
+50
*
Stub out additional missing headers
Brian Behlendorf
2010-06-11
6
-0
/
+180
*
Cleanly split Linux proc.h (fs) from conflicting Solaris proc.h (process)
Brian Behlendorf
2010-06-11
7
-40
/
+61
*
Refresh autogen.sh products with automake 1.11.1.
Brian Behlendorf
2010-05-21
1
-1
/
+1
[next]