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
/
lib
/
libzpool
/
kernel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build user-space with different gcc optimization levels
Gvozden Neskovic
2016-08-09
1
-1
/
+1
*
Illumos Crypto Port module added to enable native encryption in zfs
Tom Caputi
2016-07-20
1
-7
/
+93
*
OpenZFS 2605, 6980, 6902
Matthew Ahrens
2016-06-28
1
-0
/
+2
*
Add `zfs allow` and `zfs unallow` support
Brian Behlendorf
2016-06-07
1
-0
/
+6
*
Implementation of AVX2 optimized Fletcher-4
Jinshan Xiong
2016-06-02
1
-0
/
+4
*
Revert "zhack: Add 'feature disable' command"
Brian Behlendorf
2016-05-17
1
-0
/
+2
*
zhack: Add 'feature disable' command
Brian Behlendorf
2016-05-17
1
-2
/
+0
*
OpenZFS 6739 - assumption in cv_timedwait_hires
Denys Rtveliashvili
2016-05-15
1
-26
/
+24
*
Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queues
Tony Hutter
2016-05-12
1
-0
/
+44
*
Add support for asynchronous zvol minor operations
Boris Protopopov
2016-03-10
1
-0
/
+22
*
kobj_read_file: Return -1 on vn_rdwr() error
Richard Yao
2016-01-23
1
-2
/
+3
*
Illumos 6815179, 6844191
Brian Behlendorf
2016-01-22
1
-2
/
+2
*
Fix vn_rdwr() compiler warning
Brian Behlendorf
2016-01-11
1
-2
/
+2
*
Illumos 4891 - want zdb option to dump all metadata
Matthew Ahrens
2016-01-11
1
-2
/
+33
*
Align thread priority with Linux defaults
Brian Behlendorf
2015-07-28
1
-0
/
+2
*
Illumos 5376 - arc_kmem_reap_now() should not result in clearing arc_no_grow
Matthew Ahrens
2015-07-23
1
-0
/
+1
*
Illumos 5134 - if ZFS_DEBUG or debug= is set, libzpool should enable debug pr...
Matthew Ahrens
2015-04-28
1
-0
/
+3
*
Change VERIFY to ASSERT in mutex_destroy()
Brian Behlendorf
2015-02-11
1
-1
/
+1
*
Read spl_hostid module parameter before gethostid()
Chunwei Chen
2015-02-04
1
-1
/
+25
*
Mark IO pipeline with PF_FSTRANS
Brian Behlendorf
2015-01-16
1
-0
/
+17
*
Update utsname support
Brian Behlendorf
2014-10-17
1
-4
/
+8
*
Make user stack limit configurable
Brian Behlendorf
2014-09-30
1
-24
/
+24
*
lib/libzpool/kernel.c: Assert no owners in rw_destroy()
Richard Yao
2014-09-23
1
-1
/
+1
*
Remove obsolete comment about guard pages
Ned Bass
2014-09-22
1
-6
/
+0
*
Illumos #4374
Matthew Ahrens
2014-07-30
1
-4
/
+2
*
cstyle: Resolve C style issues
Michael Kjorling
2013-12-18
1
-9
/
+9
*
Illumos #3582, #3584
Adam Leventhal
2013-11-04
1
-0
/
+35
*
Illumos #3537
Matthew Ahrens
2013-10-31
1
-2
/
+31
*
Add visibility in to arc_read
Prakash Surya
2013-10-25
1
-0
/
+8
*
Illumos #3464
Matthew Ahrens
2013-09-04
1
-0
/
+5
*
Illumos #2882, #2883, #2900
Matthew Ahrens
2013-09-04
1
-0
/
+6
*
Silence 'old_umask' uninit variable warning
Brian Behlendorf
2013-05-01
1
-1
/
+1
*
Remove NPTL_GUARD_WITHIN_STACK
Brian Behlendorf
2013-01-29
1
-2
/
+1
*
Illumos #2619 and #2747
Christopher Siden
2013-01-08
1
-1
/
+3
*
Create threads in detached state in userspace.
Etienne Dechamps
2012-10-03
1
-1
/
+2
*
Increase the stack space in userspace.
Etienne Dechamps
2012-09-06
1
-4
/
+9
*
Cleanup ZFS debug infrastructure
Brian Behlendorf
2012-02-02
1
-4
/
+0
*
Fix block device-related issues in zdb.
Ricardo M. Correia
2010-12-14
1
-14
/
+5
*
Add linux user disk support
Brian Behlendorf
2010-08-31
1
-0
/
+34
*
Add linux kernel memory support
Brian Behlendorf
2010-08-31
1
-13
/
+15
*
Fix stack vn_open()
Brian Behlendorf
2010-08-31
1
-6
/
+17
*
Fix Solaris thread dependency by using pthreads
Brian Behlendorf
2010-08-31
1
-73
/
+267
*
Fix zmod.h usage in userspace
Brian Behlendorf
2010-08-31
1
-26
/
+0
*
Fix vn_open/vn_rdwr error handling
Ricardo M. Correia
2010-08-31
1
-9
/
+17
*
Fix gcc fortify source warnings
Brian Behlendorf
2010-08-27
1
-1
/
+1
*
Update to onnv_147
Brian Behlendorf
2010-08-26
1
-2
/
+37
*
Update core ZFS code from build 121 to build 141.
Brian Behlendorf
2010-05-28
1
-3
/
+63
*
Rebase master to b108
Brian Behlendorf
2009-02-18
1
-3
/
+4
*
Move the world out of /zfs/ and seperate out module build tree
Brian Behlendorf
2008-12-11
1
-0
/
+885