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 CPU hotplug
Brian Behlendorf
2015-10-13
2
-9
/
+8
*
Use tab indent in rwlock.h
Chunwei Chen
2015-10-02
1
-73
/
+73
*
rwsem use kernel provided owner when possible
Chunwei Chen
2015-10-02
1
-1
/
+22
*
Don't take spin lock on rwlock owner
Chunwei Chen
2015-10-02
1
-19
/
+4
*
Fix spl-dkms uninstall/update
Brian Behlendorf
2015-10-02
1
-5
/
+6
*
Fix PAX Patch/Grsec SLAB_USERCOPY panic
Brian Behlendorf
2015-09-28
1
-1
/
+11
*
Tag spl-0.6.5
Brian Behlendorf
2015-09-10
3
-1
/
+7
*
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
*
Restructure uio to accommodate bio_vec
Chunwei Chen
2015-08-24
1
-1
/
+8
*
Linux 4.2 compat: vfs_rename()
Brian Behlendorf
2015-08-19
2
-0
/
+7
*
Include other sources of freeable memory in the freemem calculation
Tim Chase
2015-08-19
1
-1
/
+4
*
Remove needfree, desfree, lotsfree #defines
Brian Behlendorf
2015-07-30
1
-3
/
+0
*
Invert minclsyspri and maxclsyspri
Brian Behlendorf
2015-07-28
4
-7
/
+6
*
Remove skc_ref from alloc/free paths
Brian Behlendorf
2015-07-24
1
-9
/
+2
*
Add defclsyspri macro
Brian Behlendorf
2015-07-23
11
-25
/
+48
*
Default to --disable-debug-kmem
Brian Behlendorf
2015-07-21
2
-22
/
+6
*
Support parallel build trees (VPATH builds)
Turbo Fredriksson
2015-07-17
6
-44
/
+50
*
Add memory compatibility wrappers
Brian Behlendorf
2015-06-29
2
-0
/
+4
*
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
4
-126
/
+371
*
Add IMPLY() and EQUIV() macros
Brian Behlendorf
2015-06-24
1
-0
/
+10
*
Rename cv_wait_interruptible() to cv_wait_sig()
Brian Behlendorf
2015-06-10
2
-62
/
+75
*
Retire rwsem_is_locked() compat
Brian Behlendorf
2015-06-10
3
-50
/
+2
*
Make taskq_wait() block until the queue is empty
Chris Dunlop
2015-06-09
3
-49
/
+66
*
Add boot_ncpus macro
Brian Behlendorf
2015-05-21
1
-0
/
+1
*
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
4
-5
/
+60
*
vn_getf/vn_releasef should not accept negative file descriptors
Richard Yao
2015-04-24
1
-0
/
+6
*
Tag spl-0.6.4
Brian Behlendorf
2015-04-08
3
-1
/
+5
*
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
2
-35
/
+27
*
Add crgetzoneid() stub
Chris Dunlop
2015-04-02
1
-2
/
+5
*
Add RHEL style kmod packages
Brian Behlendorf
2015-03-27
8
-2
/
+116
*
Remove rpm/fedora directory
Brian Behlendorf
2015-03-27
8
-13
/
+2
*
Fix warning about AM_INIT_AUTOMAKE arguments
Hajo Möller
2015-03-25
1
-2
/
+3
*
Set HAVE_FS_STRUCT_SPINLOCK correctly when CONFIG_FRAME_WARN==1024
Tim Chase
2015-03-24
1
-1
/
+1
*
Add mutex_enter_nested() which maps to mutex_lock_nested()
Tim Chase
2015-03-20
1
-2
/
+17
*
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
2
-21
/
+31
*
Retire MUTEX_OWNER checks
Brian Behlendorf
2015-03-03
2
-127
/
+19
*
Fix cstyle issue in mutex.h
Brian Behlendorf
2015-03-03
1
-87
/
+83
*
Retire spl_module_init()/spl_module_fini()
Brian Behlendorf
2015-02-27
4
-95
/
+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
[next]