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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Linux 3.17 compat: remove wait_on_bit action function
Ned Bass
2014-08-11
1
-9
/
+2
*
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 functions and macros as used upstream.
Tim Chase
2014-07-22
1
-0
/
+30
*
Rate limit debugging stack traces
Brian Behlendorf
2014-07-22
2
-8
/
+16
*
Safer debugging and assertion macros.
Tim Chase
2014-07-01
1
-0
/
+21
*
Add spl_kmem_cache_reclaim module option
Brian Behlendorf
2014-05-22
1
-9
/
+20
*
Add KMC_SLAB cache type
Brian Behlendorf
2014-05-22
3
-35
/
+178
*
Linux 3.15: vfs_rename() added a flags argument
Chunwei Chen
2014-05-07
1
-6
/
+12
*
Evenly distribute the taskq threads across available CPUs
Andrey Vesnovaty
2014-04-25
1
-0
/
+9
*
Fix crash when using ZFS on Ceph rbd
Chunwei Chen
2014-04-25
1
-1
/
+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
1
-5
/
+5
*
Simplify hostid logic
Richard Yao
2014-04-14
2
-62
/
+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
1
-0
/
+28
*
Support post-3.13 kthread_create() semantics.
Tim Chase
2014-04-08
5
-9
/
+10
*
splat cred:groupmember: Fix false positives
Brian Behlendorf
2014-04-08
2
-28
/
+79
*
splat kmem:slab_reclaim: Test cleanup
Brian Behlendorf
2014-04-08
1
-4
/
+5
*
Remove default taskq thread to CPU bindings
Brian Behlendorf
2014-01-07
1
-1
/
+0
*
Add module versioning
Brian Behlendorf
2013-12-06
2
-0
/
+2
*
Linux 3.13 compat: Pass NULL for new delegated inode argument
Richard Yao
2013-12-02
1
-9
/
+13
*
Linux 3.13 compat: Remove unused flags variable from __cv_init()
Richard Yao
2013-12-02
1
-8
/
+0
*
Emulate illumos interface cv_timedwait_hires()
Ned Bass
2013-11-04
1
-0
/
+81
*
3537 add kstat_waitq_enter and friends
Ned Bass
2013-10-25
1
-1
/
+67
*
Kstat to use private lock by default
Cyril Plisko
2013-10-25
1
-8
/
+10
*
Revert "Add KSTAT_TYPE_TXG type"
Brian Behlendorf
2013-10-16
1
-39
/
+0
*
Add callbacks for displaying KSTAT_TYPE_RAW kstats
Prakash Surya
2013-10-16
1
-14
/
+105
*
Consistently use local_irq_disable/local_irq_enable
Brian Behlendorf
2013-10-09
1
-3
/
+2
*
Replace current_kernel_time() with getnstimeofday()
Richard Yao
2013-10-09
2
-6
/
+9
*
Linux 3.8 compat: Use kuid_t/kgid_t when required
Richard Yao
2013-08-09
2
-14
/
+19
*
PaX/GrSecurity Linux 3.8.y compat: Use __no_const on struct ctl_table
Richard Yao
2013-08-08
1
-5
/
+12
*
Fix race in spl_kmem_cache_reap_now()
Richard Yao
2013-08-08
1
-5
/
+5
*
Linux 3.11 compat: Replace num_physpages with totalram_pages
Richard Yao
2013-08-08
1
-2
/
+3
*
Fix KMC_OFFSLAB type caches
Brian Behlendorf
2013-07-30
2
-3
/
+45
*
Return -1 for generic kmem cache shrinker
Brian Behlendorf
2013-07-30
1
-1
/
+9
*
Modify gethrestime to use current_kernel_time()
James H
2013-07-15
1
-4
/
+3
*
Fix bogus kmem leak warning
Brian Behlendorf
2013-07-10
1
-4
/
+5
*
Fix --enable-debug-kmem-tracking option
Brian Behlendorf
2013-07-09
1
-9
/
+9
*
Linux 3.10 compat: Do not rely on struct proc_dir_entry definition
Richard Yao
2013-07-08
2
-85
/
+87
*
Linux 3.10 compat: add missing include of linux/slab.h
Yuxuan Shui
2013-07-08
3
-0
/
+3
*
Linux 3.10 compat: replace PDE()->data with PDE_DATA()
Yuxuan Shui
2013-07-08
1
-1
/
+4
*
Fix --enable-debug-kmem-tracking option
Tim Chase
2013-06-18
1
-7
/
+8
*
Fix taskq_wait_id()
Brian Behlendorf
2013-05-03
1
-26
/
+14
*
gitignore: anchor entries at their respective directory
Jan Engelhardt
2013-04-02
1
-0
/
+8
*
Do not call cond_resched() in spl_slab_reclaim()
Richard Yao
2013-03-21
1
-3
/
+0
*
Linux 3.9 compat: Switch to hlist_for_each{,_rcu}
Richard Yao
2013-03-14
2
-2
/
+4
[next]