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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Prevent rm modules.* when make install
tuxoko
2015-12-02
1
-1
/
+1
*
spl-kmem-cache: include linux/prefetch.h for prefetchw()
Dimitri John Ledkov
2015-12-02
1
-0
/
+1
*
Limit maximum object size in kmem tests
Brian Behlendorf
2015-11-16
1
-1
/
+4
*
Remove superfluous `newline` character
loli10K
2015-11-13
1
-1
/
+1
*
Fix taskq dynamic spawning
tuxoko
2015-11-13
1
-14
/
+11
*
Don't call kmem_cache_shrink from shrinker
Chunwei Chen
2015-11-11
1
-6
/
+1
*
Fix CPU hotplug
Brian Behlendorf
2015-10-13
1
-8
/
+7
*
Fix PAX Patch/Grsec SLAB_USERCOPY panic
Brian Behlendorf
2015-09-28
1
-1
/
+11
*
Disable direct reclaim in taskq worker threads on Linux 3.9+
Richard Yao
2015-09-09
1
-0
/
+4
*
Linux 4.2 compat: misc_deregister()
Brian Behlendorf
2015-09-01
1
-5
/
+1
*
Create a new thread during recursive taskq dispatch if necessary
Tim Chase
2015-09-01
1
-3
/
+28
*
Revert "Create a new thread during recursive taskq dispatch if necessary"
Brian Behlendorf
2015-08-31
1
-22
/
+0
*
Create a new thread during recursive taskq dispatch if necessary
Tim Chase
2015-08-31
1
-0
/
+22
*
Linux 4.2 compat: vfs_rename()
Brian Behlendorf
2015-08-19
2
-0
/
+7
*
Invert minclsyspri and maxclsyspri
Brian Behlendorf
2015-07-28
2
-4
/
+3
*
Remove skc_ref from alloc/free paths
Brian Behlendorf
2015-07-24
1
-9
/
+2
*
Add defclsyspri macro
Brian Behlendorf
2015-07-23
8
-24
/
+31
*
Default to --disable-debug-kmem
Brian Behlendorf
2015-07-21
1
-18
/
+3
*
Support parallel build trees (VPATH builds)
Turbo Fredriksson
2015-07-17
2
-36
/
+42
*
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
2
-123
/
+332
*
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
2
-48
/
+65
*
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
*
Reduce splat_taskq_test2_impl() stack frame size
Brian Behlendorf
2015-03-03
1
-20
/
+31
*
Add MUTEX_FSTRANS mutex type
Brian Behlendorf
2015-03-03
1
-1
/
+1
*
Retire spl_module_init()/spl_module_fini()
Brian Behlendorf
2015-02-27
2
-35
/
+8
*
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
2
-140
/
+229
*
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
6
-516
/
+334
*
Fix kmem cstyle issues
Brian Behlendorf
2015-01-16
3
-167
/
+194
*
Refactor existing code
Brian Behlendorf
2015-01-16
16
-1794
/
+2066
*
Fix debug object on stack warning
Brian Behlendorf
2015-01-07
1
-34
/
+57
*
Remove compat includes from sys/types.h
Ned Bass
2014-11-19
13
-10
/
+27
*
Retire legacy debugging infrastructure
Brian Behlendorf
2014-11-19
17
-2203
/
+328
[next]