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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove on_each_cpu() wrapper
Brian Behlendorf
2014-10-17
5
-66
/
+1
*
Remove mutex_lock_nested() wrapper
Brian Behlendorf
2014-10-17
4
-62
/
+0
*
Remove i_mutex() configure check
Brian Behlendorf
2014-10-17
3
-31
/
+3
*
Remove kmalloc_node() compatibility code
Brian Behlendorf
2014-10-17
2
-24
/
+0
*
Remove linux/uaccess.h header check
Brian Behlendorf
2014-10-17
4
-46
/
+1
*
Remove uintptr_t typedef
Brian Behlendorf
2014-10-17
2
-24
/
+0
*
Remove atomic64_xchg() wrappers
Brian Behlendorf
2014-10-17
2
-48
/
+0
*
Simplify the time compatibility wrappers
Brian Behlendorf
2014-10-17
7
-274
/
+31
*
Map highbit64() to fls64()
Brian Behlendorf
2014-10-17
5
-97
/
+3
*
Remove CTL_UNNUMBERED sysctl interface
Brian Behlendorf
2014-10-17
3
-195
/
+4
*
Remove register_sysctl() compatibility code
Brian Behlendorf
2014-10-17
3
-32
/
+3
*
Remove utsname() wrapper
Brian Behlendorf
2014-10-17
4
-67
/
+0
*
Remove sysctl_vfs_cache_pressure assumption
Brian Behlendorf
2014-10-17
1
-1
/
+1
*
Remove adaptive mutex implementation
Brian Behlendorf
2014-10-17
4
-124
/
+9
*
Remove patches directory
Brian Behlendorf
2014-10-17
2
-197
/
+0
*
Update code to use misc_register()/misc_deregister()
Brian Behlendorf
2014-10-17
7
-225
/
+21
*
Update SPLAT to use kmutex_t for portability
Brian Behlendorf
2014-10-17
3
-21
/
+26
*
Make license compatibility checks consistent
Brian Behlendorf
2014-10-17
6
-28
/
+32
*
Install header during post-build rather than post-install.
Tom Prince
2014-10-09
3
-2
/
+2
*
Fix bug in SPLAT taskq:front
Brian Behlendorf
2014-10-03
1
-1
/
+2
*
Linux 3.16 compat: smp_mb__after_clear_bit()
Turbo Fredriksson
2014-09-22
1
-1
/
+1
*
Avoid PAGESIZE redefinition
stf
2014-08-18
1
-1
/
+4
*
Cleanup vn_rename() and vn_remove()
Richard Yao
2014-08-13
5
-305
/
+129
*
Linux 3.17 compat: remove wait_on_bit action function
Ned Bass
2014-08-11
5
-9
/
+75
*
Set spl_kmem_cache_slab_limit=16384 to default
Brian Behlendorf
2014-08-08
1
-0
/
+10
*
Set spl_kmem_cache_reclaim=0 to default
Brian Behlendorf
2014-08-08
1
-5
/
+6
*
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
2
-0
/
+34
*
Rate limit debugging stack traces
Brian Behlendorf
2014-07-22
2
-8
/
+16
*
Safer debugging and assertion macros.
Tim Chase
2014-07-01
2
-31
/
+46
*
Tag spl-0.6.3
Brian Behlendorf
2014-06-12
3
-1
/
+5
*
Set LANG to a reasonable default (C)
Turbo Fredriksson
2014-06-10
2
-3
/
+3
*
Fix DKMS package upgrade and packager
Brian Behlendorf
2014-05-30
1
-5
/
+12
*
Restrict release number to META version
Brian Behlendorf
2014-05-29
1
-1
/
+1
*
Add spl_kmem_cache_reclaim module option
Brian Behlendorf
2014-05-22
2
-9
/
+22
*
Add KMC_SLAB cache type
Brian Behlendorf
2014-05-22
5
-37
/
+241
*
Linux 3.15: vfs_rename() added a flags argument
Chunwei Chen
2014-05-07
2
-7
/
+34
*
Linux 3.15 compat: NICE_TO_PRIO and PRIO_TO_NICE
Chunwei Chen
2014-05-07
1
-0
/
+4
*
Evenly distribute the taskq threads across available CPUs
Andrey Vesnovaty
2014-04-25
2
-0
/
+21
*
Fix crash when using ZFS on Ceph rbd
Chunwei Chen
2014-04-25
1
-1
/
+2
*
Add support for aarch64 (ARMv8)
Jorgen Lundman
2014-04-25
1
-2
/
+2
*
Change spl_kmem_cache_expire default setting to 2
Richard Yao
2014-04-14
1
-3
/
+4
*
Expose max/min objs per slab and max slab size
Andrey Vesnovaty
2014-04-14
1
-6
/
+19
*
Add ddi_time_after and friends
Chunwei Chen
2014-04-14
2
-5
/
+19
*
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
4
-64
/
+6
*
Call kthread_create() correctly with fixed arguments.
Tim Chase
2014-04-11
1
-1
/
+4
*
De-inline spl_kthread_create().
Tim Chase
2014-04-09
2
-28
/
+30
*
Support post-3.13 kthread_create() semantics.
Tim Chase
2014-04-08
6
-9
/
+38
*
splat cred:groupmember: Fix false positives
Brian Behlendorf
2014-04-08
2
-28
/
+79
[next]