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
/
module
/
spl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set TASKQ_DYNAMIC for kmem and system taskqs
Brian Behlendorf
2015-06-24
2
-5
/
+5
*
Add TASKQ_DYNAMIC feature
Brian Behlendorf
2015-06-24
1
-66
/
+226
*
Rename cv_wait_interruptible() to cv_wait_sig()
Brian Behlendorf
2015-06-10
1
-34
/
+47
*
Make taskq_wait() block until the queue is empty
Chris Dunlop
2015-06-09
1
-38
/
+55
*
Fix cstyle issues in spl-tsd.c
Brian Behlendorf
2015-04-24
1
-20
/
+21
*
Make tsd_set(key, NULL) remove the tsd entry for current thread
Chunwei Chen
2015-04-24
1
-0
/
+63
*
Implement areleasef()
Richard Yao
2015-04-24
1
-5
/
+14
*
vn_getf/vn_releasef should not accept negative file descriptors
Richard Yao
2015-04-24
1
-0
/
+6
*
Clear PF_FSTRANS over vfs_sync()
Brian Behlendorf
2015-04-07
1
-1
/
+15
*
Don't allow shrinking a PF_FSTRANS context
Tim Chase
2015-04-03
1
-0
/
+6
*
Retire spl_module_init()/spl_module_fini()
Brian Behlendorf
2015-02-27
1
-28
/
+4
*
Fix spl_hostid module parameter
Chunwei Chen
2015-02-04
1
-1
/
+3
*
Optimize vmem_alloc() retry path
Brian Behlendorf
2015-02-02
1
-1
/
+11
*
Fix GFP_KERNEL allocations flags
Brian Behlendorf
2015-01-21
3
-4
/
+4
*
Use __get_free_pages() for emergency objects
Brian Behlendorf
2015-01-16
1
-10
/
+12
*
Fix kmem cache deadlock logic
Brian Behlendorf
2015-01-16
1
-10
/
+25
*
Refine slab cache sizing
Brian Behlendorf
2015-01-16
1
-35
/
+57
*
Reduce kmem cache deadlock threshold
Brian Behlendorf
2015-01-16
1
-1
/
+1
*
Make slab reclaim more aggressive
Brian Behlendorf
2015-01-16
1
-29
/
+47
*
Enforce architecture-specific barriers around clear_bit()
Richard Yao
2015-01-16
1
-3
/
+20
*
Add hooks for disabling direct reclaim
Richard Yao
2015-01-16
3
-2
/
+29
*
Refactor generic memory allocation interfaces
Brian Behlendorf
2015-01-16
5
-510
/
+320
*
Fix kmem cstyle issues
Brian Behlendorf
2015-01-16
3
-167
/
+194
*
Refactor existing code
Brian Behlendorf
2015-01-16
11
-1793
/
+2057
*
Remove compat includes from sys/types.h
Ned Bass
2014-11-19
4
-0
/
+5
*
Retire legacy debugging infrastructure
Brian Behlendorf
2014-11-19
15
-2201
/
+327
*
kmem_cache: Call constructor/destructor on each alloc/free
Richard Yao
2014-10-28
1
-21
/
+16
*
Linux 3.12 compat: shrinker semantics
Tim Chase
2014-10-28
1
-19
/
+34
*
Remove kern_path() wrapper
Brian Behlendorf
2014-10-17
1
-16
/
+0
*
Remove kvasprintf() wrapper
Brian Behlendorf
2014-10-17
1
-23
/
+0
*
Remove proc_handler() wrapper
Brian Behlendorf
2014-10-17
1
-21
/
+39
*
Remove credential configure checks.
Brian Behlendorf
2014-10-17
1
-94
/
+0
*
Remove set_fs_pwd() configure check
Brian Behlendorf
2014-10-17
1
-12
/
+10
*
Remove user_path_dir() wrapper
Brian Behlendorf
2014-10-17
1
-20
/
+0
*
Remove kallsyms_lookup_name() wrapper
Brian Behlendorf
2014-10-17
2
-122
/
+1
*
Remove shrink_{i,d}node_cache() wrappers
Brian Behlendorf
2014-10-17
2
-40
/
+5
*
Remove global memory variables
Brian Behlendorf
2014-10-17
2
-339
/
+0
*
Remove get_vmalloc_info() wrapper
Brian Behlendorf
2014-10-17
1
-27
/
+4
*
Remove on_each_cpu() wrapper
Brian Behlendorf
2014-10-17
1
-1
/
+1
*
Remove i_mutex() configure check
Brian Behlendorf
2014-10-17
1
-1
/
+1
*
Simplify the time compatibility wrappers
Brian Behlendorf
2014-10-17
2
-95
/
+0
*
Map highbit64() to fls64()
Brian Behlendorf
2014-10-17
2
-63
/
+1
*
Remove CTL_UNNUMBERED sysctl interface
Brian Behlendorf
2014-10-17
1
-167
/
+4
*
Remove register_sysctl() compatibility code
Brian Behlendorf
2014-10-17
1
-3
/
+3
*
Remove utsname() wrapper
Brian Behlendorf
2014-10-17
1
-12
/
+0
*
Remove sysctl_vfs_cache_pressure assumption
Brian Behlendorf
2014-10-17
1
-1
/
+1
*
Remove adaptive mutex implementation
Brian Behlendorf
2014-10-17
1
-41
/
+0
*
Make license compatibility checks consistent
Brian Behlendorf
2014-10-17
1
-2
/
+2
*
Linux 3.16 compat: smp_mb__after_clear_bit()
Turbo Fredriksson
2014-09-22
1
-1
/
+1
*
Cleanup vn_rename() and vn_remove()
Richard Yao
2014-08-13
2
-210
/
+101
[next]