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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "Add PF_NOFS debugging flag"
Richard Yao
2015-01-16
1
-49
/
+0
*
Use current_kernel_time() in the time compatibility wrappers
Tim Chase
2015-01-16
1
-5
/
+2
*
mutex: force serialization on mutex_exit() to fix races
Chunwei Chen
2014-12-19
1
-1
/
+31
*
Remove compat includes from sys/types.h
Ned Bass
2014-11-19
2
-12
/
+1
*
Retire legacy debugging infrastructure
Brian Behlendorf
2014-11-19
5
-512
/
+60
*
Lower minimum objects/slab threshold
Brian Behlendorf
2014-11-05
1
-1
/
+1
*
Kernel header installation should respect --prefix
Richard Yao
2014-10-28
11
-11
/
+11
*
Linux 3.12 compat: shrinker semantics
Tim Chase
2014-10-28
1
-0
/
+7
*
Remove vfs_fsync() wrapper
Brian Behlendorf
2014-10-17
1
-11
/
+6
*
Remove proc_handler() wrapper
Brian Behlendorf
2014-10-17
3
-98
/
+0
*
Remove credential configure checks.
Brian Behlendorf
2014-10-17
1
-35
/
+24
*
Remove kallsyms_lookup_name() wrapper
Brian Behlendorf
2014-10-17
3
-46
/
+0
*
Remove shrink_{i,d}node_cache() wrappers
Brian Behlendorf
2014-10-17
3
-115
/
+0
*
Remove global memory variables
Brian Behlendorf
2014-10-17
2
-84
/
+5
*
Remove get_vmalloc_info() wrapper
Brian Behlendorf
2014-10-17
1
-31
/
+4
*
Remove on_each_cpu() wrapper
Brian Behlendorf
2014-10-17
3
-42
/
+0
*
Remove mutex_lock_nested() wrapper
Brian Behlendorf
2014-10-17
3
-38
/
+0
*
Remove i_mutex() configure check
Brian Behlendorf
2014-10-17
1
-9
/
+2
*
Remove kmalloc_node() compatibility code
Brian Behlendorf
2014-10-17
1
-4
/
+0
*
Remove linux/uaccess.h header check
Brian Behlendorf
2014-10-17
3
-37
/
+1
*
Remove uintptr_t typedef
Brian Behlendorf
2014-10-17
1
-4
/
+0
*
Remove atomic64_xchg() wrappers
Brian Behlendorf
2014-10-17
1
-8
/
+0
*
Simplify the time compatibility wrappers
Brian Behlendorf
2014-10-17
4
-95
/
+31
*
Map highbit64() to fls64()
Brian Behlendorf
2014-10-17
2
-15
/
+2
*
Remove CTL_UNNUMBERED sysctl interface
Brian Behlendorf
2014-10-17
1
-6
/
+0
*
Remove register_sysctl() compatibility code
Brian Behlendorf
2014-10-17
1
-9
/
+0
*
Remove utsname() wrapper
Brian Behlendorf
2014-10-17
2
-35
/
+0
*
Remove adaptive mutex implementation
Brian Behlendorf
2014-10-17
1
-40
/
+6
*
Update code to use misc_register()/misc_deregister()
Brian Behlendorf
2014-10-17
4
-94
/
+0
*
Make license compatibility checks consistent
Brian Behlendorf
2014-10-17
1
-19
/
+0
*
Avoid PAGESIZE redefinition
stf
2014-08-18
1
-1
/
+4
*
Cleanup vn_rename() and vn_remove()
Richard Yao
2014-08-13
2
-27
/
+0
*
Linux 3.17 compat: remove wait_on_bit action function
Ned Bass
2014-08-11
3
-0
/
+47
*
Add atomic_swap_32() and atomic_swap_64()
Tim Chase
2014-07-28
1
-0
/
+27
*
Add functions and macros as used upstream.
Tim Chase
2014-07-22
1
-0
/
+4
*
Safer debugging and assertion macros.
Tim Chase
2014-07-01
1
-31
/
+25
*
Add spl_kmem_cache_reclaim module option
Brian Behlendorf
2014-05-22
1
-0
/
+2
*
Add KMC_SLAB cache type
Brian Behlendorf
2014-05-22
1
-2
/
+25
*
Linux 3.15 compat: NICE_TO_PRIO and PRIO_TO_NICE
Chunwei Chen
2014-05-07
1
-0
/
+4
*
Add support for aarch64 (ARMv8)
Jorgen Lundman
2014-04-25
1
-2
/
+2
*
Add ddi_time_after and friends
Chunwei Chen
2014-04-14
1
-0
/
+14
*
This patch add a CTASSERT macro for compile time assertion.
Yuxuan Shui
2014-04-14
1
-0
/
+11
*
Simplify hostid logic
Richard Yao
2014-04-14
2
-2
/
+0
*
De-inline spl_kthread_create().
Tim Chase
2014-04-09
1
-28
/
+2
*
Support post-3.13 kthread_create() semantics.
Tim Chase
2014-04-08
1
-0
/
+28
*
Define the needed ISA types for Sparc
marku89
2014-01-09
1
-1
/
+29
*
Include linux/vmalloc.h for ARM and Sparc
Brian Behlendorf
2014-01-07
1
-0
/
+1
*
Linux 3.12 compat: New shrinker API
Richard Yao
2013-11-06
1
-83
/
+143
*
Emulate illumos interface cv_timedwait_hires()
Ned Bass
2013-11-04
6
-0
/
+108
*
3537 add kstat_waitq_enter and friends
Ned Bass
2013-10-25
1
-0
/
+4
[prev]
[next]