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
/
spl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't cache the system hostid
Brian Behlendorf
2017-07-13
2
-46
/
+30
*
Fix cv_timedwait timeout
Brian Behlendorf
2017-05-25
1
-18
/
+12
*
Linux 4.12 compat: PF_FSTRANS was removed
Chunwei Chen
2017-05-09
1
-6
/
+6
*
Linux 4.11 compat: remove stub for __put_task_struct
Olaf Faaland
2017-03-20
1
-16
/
+0
*
Linux 4.11 compat: vfs_getattr() takes 4 args
Olaf Faaland
2017-03-20
1
-3
/
+10
*
Linux 4.11 compat: set_task_state() removed
Olaf Faaland
2017-02-23
1
-2
/
+2
*
Use kernel slab for vn_cache and vn_file_cache
Chunwei Chen
2017-01-31
1
-2
/
+2
*
Reimplement rt_mutex_owner to fix build with DEBUG & PREEMPT_RT_FULL
clefru
2017-01-19
1
-1
/
+5
*
Remove identical if statements in module/spl/spl-vnode.c
George Melikov
2017-01-19
1
-3
/
+0
*
Add support for recent kmem_cache_create_usercopy
Kevin Tanguy
2017-01-17
1
-2
/
+11
*
Update struct member intializers to C89
RageLtMan
2017-01-13
1
-5
/
+5
*
Add support for rw semaphore under PREEMPT_RT_FULL
Clemens Fruhwirth
2016-12-19
1
-1
/
+31
*
Add system_delay_taskq for long delay
Chunwei Chen
2016-12-08
1
-0
/
+14
*
Limit number of tasks shown in taskq proc
Chunwei Chen
2016-12-01
1
-6
/
+13
*
Add TASKQID_INVALID and TASKQID_INITIAL macros
Ubuntu
2016-11-02
1
-9
/
+9
*
Fix vmem_size()
Ubuntu
2016-11-02
1
-4
/
+30
*
Linux 4.9 compat: group_info changes
Chunwei Chen
2016-10-20
1
-0
/
+10
*
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
*
Fix p0 initializer
Brian Behlendorf
2016-10-04
1
-1
/
+2
*
Increase spl_kmem_alloc_warn limit
Brian Behlendorf
2016-09-16
1
-2
/
+2
*
Fix: handle NULL case in spl_kmem_free_track()
GeLiXin
2016-08-19
1
-0
/
+4
*
Linux 4.8 compat: rw_semaphore atomic_long_t count
Brian Behlendorf
2016-07-29
1
-1
/
+10
*
Improve spl slab cache alloc
Jinshan Xiong
2016-06-01
1
-8
/
+35
*
Implement a proper rw_tryupgrade
Chunwei Chen
2016-05-31
1
-0
/
+41
*
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
1
-1
/
+2
*
Add cv_timedwait_sig_hires to allow interruptible sleep
Chunwei Chen
2016-05-12
1
-10
/
+30
*
Clear PF_FSTRANS over spl_filp_fallocate()
Tim Chase
2016-04-26
1
-0
/
+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
1
-60
/
+0
*
random_get_pseudo_bytes() need not provide cryptographic strength entropy
Richard Yao
2016-02-17
1
-0
/
+148
*
Allow kicking a taskq to spawn more threads
Chunwei Chen
2016-02-05
1
-0
/
+60
*
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
1
-3
/
+8
*
Use tsd to store tq for taskq_member
Chunwei Chen
2016-01-20
3
-56
/
+61
*
Don't hold mutex until release cv in cv_wait
Chunwei Chen
2016-01-12
1
-15
/
+40
*
Use spl_fstrans_mark instead of memalloc_noio_save
Chunwei Chen
2015-12-18
4
-37
/
+5
*
Provide kstat for taskqs
Tim Chase
2015-12-16
2
-0
/
+269
*
Fix cstyle issues in spl-taskq.c and taskq.h
Brian Behlendorf
2015-12-11
1
-34
/
+41
*
Don't use tq->tq_lock_flags
Chunwei Chen
2015-12-11
1
-61
/
+62
*
Subclass tq_lock to eliminate a lockdep warning
Olaf Faaland
2015-12-11
1
-21
/
+49
*
Revert "Make taskq_member() use ->journal_info"
Brian Behlendorf
2015-12-08
1
-3
/
+34
*
Make taskq_member() use ->journal_info
Richard Yao
2015-12-08
1
-34
/
+3
*
Fix race between getf() and areleasef()
Richard Yao
2015-12-03
1
-0
/
+13
*
spl-kmem-cache: include linux/prefetch.h for prefetchw()
Dimitri John Ledkov
2015-12-02
1
-0
/
+1
*
Remove superfluous `newline` character
loli10K
2015-11-13
1
-1
/
+1
*
Fix taskq dynamic spawning
tuxoko
2015-11-13
1
-14
/
+11
[prev]
[next]