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 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
*
Implement kmem cache alignment argument
Brian Behlendorf
2009-01-26
1
-0
/
+2
*
Under Solaris KM_SLEEP ensures success (or at least you hang forever).
behlendo
2008-11-03
1
-1
/
+1
*
Add a SPL_AC_TYPE_ATOMIC64_T test to configure for systems which do
behlendo
2008-11-03
1
-341
/
+74
*
Apply two nice improvements caught by Ricardo,
behlendo
2008-11-03
1
-0
/
+2
*
Commit bulk of remaining 2.6.9 and 2.6.26 compat changes.
behlendo
2008-08-11
1
-12
/
+27
*
Start bringing in Ricardo's spl-00-rhel4-compat.patch, a few chunks
behlendo
2008-08-05
1
-0
/
+1
*
- Remove hash functionality from slab in favor of direct lookups
behlendo
2008-07-01
1
-20
/
+12
*
Remove stray call to spl_cache_free() and remove all the
behlendo
2008-06-28
1
-5
/
+0
*
Victory! I've reworked caches with large objects which are
behlendo
2008-06-28
1
-1
/
+0
*
Further slab improvements, I'm getting close to something which works
behlendo
2008-06-27
1
-9
/
+111
*
Fix for memory corruption caused by overruning the magazine
behlendo
2008-06-26
1
-1
/
+1
*
Implement per-cpu local caches. This seems to have bough me another
behlendo
2008-06-25
1
-3
/
+16
*
The first locking issue was due to the semaphore I used. I was trying
behlendo
2008-06-24
1
-8
/
+8
*
Fix minor chaos/fc9 kernel discrepencies in build
behlendo
2008-06-13
1
-0
/
+8
*
* : modules/sys/kmem-slab.c : Re-implemented the slab to no
behlendo
2008-06-13
1
-26
/
+93
*
Breaking the world for a little bit. If anyone is going to continue
behlendo
2008-06-02
1
-10
/
+3
*
Go through and add a header with the proper UCRL number.
behlendo
2008-05-26
1
-0
/
+26
*
- Properly fix the debug support for all the ASSERT's, VERIFIES, etc can be
behlendo
2008-05-19
1
-2
/
+0
[next]