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
...
*
Fix crgetgroups out-of-bound and misc cred fix
Chunwei Chen
2016-10-20
1
-15
/
+16
*
Fix out-of-bound in per_cpu in spl_random_init
tuxoko
2016-10-07
1
-1
/
+1
*
Linux 4.8 compat: Fix RW_READ_HELD
tuxoko
2016-10-07
1
-1
/
+6
*
Fix p0 initializer
Brian Behlendorf
2016-10-04
1
-1
/
+2
*
Fix aarch64 type warning
Brian Behlendorf
2016-10-01
1
-8
/
+8
*
Fix automatically generated release number
Brian Behlendorf
2016-09-21
1
-0
/
+8
*
Increase spl_kmem_alloc_warn limit
Brian Behlendorf
2016-09-16
1
-2
/
+2
*
Fix spl check.sh script
legend-hua
2016-09-14
1
-1
/
+1
*
Cleanup in cred.h
tuxoko
2016-09-14
1
-12
/
+0
*
Tag 0.7.0-rc1
Brian Behlendorf
2016-09-07
1
-2
/
+2
*
Fix: handle NULL case in spl_kmem_free_track()
GeLiXin
2016-08-19
1
-0
/
+4
*
Fix HAVE_MUTEX_OWNER test for kernels prior to 4.6
Tim Chase
2016-08-01
1
-0
/
+1
*
Add handling for kernel 4.7's CONFIG_TRIM_UNUSED_KSYMS
Nikolay Borisov
2016-08-01
1
-0
/
+21
*
Add gitignore entry for spl-*.o.d files
Nikolay Borisov
2016-08-01
1
-1
/
+1
*
Linux 4.8 compat: rw_semaphore atomic_long_t count
Brian Behlendorf
2016-07-29
3
-3
/
+41
*
Added highbit() and lowbit() macros
Tom Caputi
2016-07-20
1
-0
/
+3
*
Add _ALIGNMENT_REQUIRED to isa_defs.h for checksums
Tony Hutter
2016-06-21
1
-0
/
+30
*
Improve spl slab cache alloc
Jinshan Xiong
2016-06-01
1
-8
/
+35
*
Fix use-after-free in splat_taskq_test7
Chunwei Chen
2016-05-31
1
-2
/
+3
*
Implement a proper rw_tryupgrade
Chunwei Chen
2016-05-31
5
-13
/
+147
*
Add isa_defs for MIPS
YunQiang Su
2016-05-31
1
-1
/
+22
*
Fix taskq_wait_outstanding re-evaluate tq_next_id
Chunwei Chen
2016-05-24
1
-2
/
+2
*
Fix race between taskq_destroy and dynamic spawning thread
Chunwei Chen
2016-05-24
1
-5
/
+25
*
Restore CALLOUT_FLAG_ABSOLUTE in cv_timedwait_hires
Chunwei Chen
2016-05-24
1
-3
/
+2
*
Linux 4.7 compat: inode_lock() and friends
Chunwei Chen
2016-05-20
3
-2
/
+45
*
Add cv_timedwait_sig_hires to allow interruptible sleep
Chunwei Chen
2016-05-12
2
-10
/
+32
*
Add a macro to convert seconds to nanoseconds and vice-versa
David Quigley
2016-05-05
1
-0
/
+3
*
Clear PF_FSTRANS over spl_filp_fallocate()
Tim Chase
2016-04-26
1
-0
/
+15
*
Use vmem_free() in dfl_free() and add dfl_alloc()
Tim Chase
2016-04-26
1
-1
/
+5
*
Use kernel provided mutex owner
Chunwei Chen
2016-04-25
2
-0
/
+44
*
Add support for s390[x].
Dimitri John Ledkov
2016-03-17
1
-1
/
+15
*
Allow spawning a new thread for TQ_NOQUEUE dispatch with dynamic taskq
Tim Chase
2016-03-17
1
-4
/
+18
*
Add rw_tryupgrade()
Brian Behlendorf
2016-03-10
3
-100
/
+16
*
Remove RPM package restriction
Brian Behlendorf
2016-03-10
1
-5
/
+0
*
Changes to support zfs encryption
Tom Caputi
2016-02-25
2
-19
/
+23
*
random_get_pseudo_bytes() need not provide cryptographic strength entropy
Richard Yao
2016-02-17
2
-6
/
+149
*
Allow kicking a taskq to spawn more threads
Chunwei Chen
2016-02-05
3
-0
/
+75
*
Ensure spl/ only occurs once in core-y
Chip Parker
2016-01-26
1
-1
/
+1
*
Remove RLIM64_INFINITY assert in vn_rdwr()
Brian Behlendorf
2016-01-23
1
-1
/
+0
*
kobj_read_file: Return -1 on vn_rdwr() error
Richard Yao
2016-01-23
2
-5
/
+10
*
Create spl-kmod-debuginfo rpm with redhat spec file
Olaf Faaland
2016-01-21
2
-1
/
+4
*
Use tsd to store tq for taskq_member
Chunwei Chen
2016-01-20
5
-57
/
+63
*
Linux 4.5 compat: pfn_t typedef
Brian Behlendorf
2016-01-20
1
-1
/
+0
*
Turn on both PF_FSTRANS and PF_MEMALLOC_NOIO in spl_fstrans_mark
Chunwei Chen
2016-01-20
1
-4
/
+10
*
Don't hold mutex until release cv in cv_wait
Chunwei Chen
2016-01-12
2
-15
/
+70
*
Add spl_kmem_cache_kmem_threads man page entry
Brian Behlendorf
2016-01-12
1
-0
/
+14
*
_ILP32 is always defined on SPARC
Alex McWhirter
2016-01-08
1
-4
/
+0
*
Fix do_div() types in condvar:timeout
Brian Behlendorf
2015-12-22
1
-5
/
+6
*
Use spl_fstrans_mark instead of memalloc_noio_save
Chunwei Chen
2015-12-18
5
-38
/
+5
*
Provide kstat for taskqs
Tim Chase
2015-12-16
3
-7
/
+283
[prev]
[next]