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
/
sys
/
kmem.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add hooks for disabling direct reclaim
Richard Yao
2015-01-16
1
-0
/
+34
*
Refactor generic memory allocation interfaces
Brian Behlendorf
2015-01-16
1
-113
/
+46
*
Fix kmem cstyle issues
Brian Behlendorf
2015-01-16
1
-52
/
+46
*
Refactor existing code
Brian Behlendorf
2015-01-16
1
-304
/
+6
*
Revert "Add PF_NOFS debugging flag"
Richard Yao
2015-01-16
1
-49
/
+0
*
Retire legacy debugging infrastructure
Brian Behlendorf
2014-11-19
1
-11
/
+11
*
Lower minimum objects/slab threshold
Brian Behlendorf
2014-11-05
1
-1
/
+1
*
Remove shrink_{i,d}node_cache() wrappers
Brian Behlendorf
2014-10-17
1
-1
/
+0
*
Remove kmalloc_node() compatibility code
Brian Behlendorf
2014-10-17
1
-4
/
+0
*
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
*
Refresh links to web site
Ned Bass
2013-03-04
1
-1
/
+1
*
Add spl_kmem_cache_expire module option
Brian Behlendorf
2013-01-28
1
-2
/
+6
*
kmem-cache: Use a taskq for async allocations
Brian Behlendorf
2012-12-12
1
-1
/
+1
*
kmem-cache: Use taskqs for ageing
Brian Behlendorf
2012-12-12
1
-2
/
+2
*
Track emergency object in rbtree
Brian Behlendorf
2012-11-06
1
-2
/
+3
*
Improved vmem cached deadlock detection
Brian Behlendorf
2012-11-06
1
-0
/
+3
*
splat: Cleanup headers
Brian Behlendorf
2012-11-06
1
-1
/
+0
*
Add KMC_NOEMERGENCY slab flag
Brian Behlendorf
2012-09-07
1
-0
/
+2
*
Add PF_NOFS debugging flag
Brian Behlendorf
2012-08-27
1
-0
/
+49
*
Emergency slab objects
Brian Behlendorf
2012-08-27
1
-0
/
+17
*
Avoid calling smp_processor_id in spl_magazine_age
Prakash Surya
2012-08-24
1
-0
/
+1
*
Fix incorrect type in spl_kmem_cache_set_move() parameter
Richard Yao
2012-08-01
1
-1
/
+1
*
Constify memory management functions
Richard Yao
2012-07-03
1
-4
/
+4
*
Modify KM_PUSHPAGE to use GFP_NOIO instead of GFP_NOFS
Richard Yao
2012-05-07
1
-1
/
+1
*
Throttle number of freed slabs based on nr_to_scan
Prakash Surya
2012-05-07
1
-2
/
+3
*
Decrease target objects per slab
Brian Behlendorf
2011-04-06
1
-1
/
+1
*
Add slab usage summeries to /proc
Brian Behlendorf
2011-04-06
1
-0
/
+6
*
Remove default GFP_NOFS allocations
Brian Behlendorf
2011-03-19
1
-7
/
+6
*
Stub out kmem cache defrag API
Brian Behlendorf
2010-08-27
1
-5
/
+18
*
Ensure kmem_alloc() and vmem_alloc() never fail
Brian Behlendorf
2010-07-26
1
-88
/
+146
*
Split <sys/debug.h> header
Brian Behlendorf
2010-07-20
1
-1
/
+0
*
Proposed fix for low memory ZFS deadlocks
Brian Behlendorf
2010-07-13
1
-1
/
+1
*
Add kmem_vasprintf function
Brian Behlendorf
2010-06-24
1
-0
/
+1
*
Include kstat.h from kmem.h
Brian Behlendorf
2010-06-14
1
-0
/
+1
*
Add kmem_asprintf(), strfree(), strdup(), and minor cleanup.
Brian Behlendorf
2010-06-11
1
-51
/
+4
*
Use KM_NODEBUG macro in preference to __GFP_NOWARN.
Brian Behlendorf
2010-05-20
1
-0
/
+1
*
Public Release Prep
Brian Behlendorf
2010-05-17
1
-25
/
+15
*
Atomic64 compatibility for 32-bit systems without kernel support.
Brian Behlendorf
2009-12-04
1
-1
/
+29
*
Remove __GFP_NOFAIL in kmem and retry internally.
Brian Behlendorf
2009-11-12
1
-5
/
+50
*
Linux 2.6.31 Compatibility Updates
Brian Behlendorf
2009-11-10
1
-1
/
+1
*
Autoconf --enable-debug-* cleanup
Brian Behlendorf
2009-10-30
1
-1
/
+0
*
Linux VM Integration Cleanup
Brian Behlendorf
2009-03-04
1
-0
/
+1
*
Matching kmem_free() fix for use after free case.
Brian Behlendorf
2009-02-19
1
-5
/
+5
*
Coverity 9654, 9654: Use After Free
Brian Behlendorf
2009-02-17
1
-1
/
+1
*
kmem slab magazine ageing deadlock
Brian Behlendorf
2009-02-17
1
-3
/
+3
*
kmem slab fixes
Brian Behlendorf
2009-02-12
1
-1
/
+3
*
Linux VM integration / device special files
Brian Behlendorf
2009-02-04
1
-0
/
+1
*
2.6.27+ portability changes
Brian Behlendorf
2009-02-02
1
-2
/
+1
*
kmem_cache hardening and performance improvements
Brian Behlendorf
2009-01-30
1
-26
/
+47
[next]