Eric Biggers
|
b649668c0b
mbcache: document that "find" functions only return reusable entries
|
8 years ago |
Eric Biggers
|
132d4e2d55
mbcache: use consistent type for entry count
|
8 years ago |
Eric Biggers
|
97c7b18a5d
mbcache: remove unnecessary module_get/module_put
|
8 years ago |
Eric Biggers
|
21d0f4fa8e
mbcache: don't BUG() if entry cache cannot be allocated
|
8 years ago |
Eric Biggers
|
918b7306ed
mbcache: correctly handle 'e_referenced' bit
|
8 years ago |
Chao Yu
|
8913f343cd
mbcache: fix to detect failure of register_shrinker
|
9 years ago |
Andreas Gruenbacher
|
6048c64b26
mbcache: add reusable flag to cache entries
|
9 years ago |
Andreas Gruenbacher
|
dc8d5e565f
mbcache: get rid of _e_hash_list_head
|
9 years ago |
Jan Kara
|
7a2508e1b6
mbcache2: rename to mbcache
|
9 years ago |
Jan Kara
|
ecd1e64412
mbcache: remove mbcache
|
9 years ago |
T Makphaibulchoke
|
ec7756ae15
fs/mbcache: replace __builtin_log2() with ilog2()
|
11 years ago |
T Makphaibulchoke
|
9c191f701c
ext4: each filesystem creates and uses its own mb_cache
|
11 years ago |
T Makphaibulchoke
|
1f3e55fe02
fs/mbcache.c: doucple the locking of local from global data
|
11 years ago |
T Makphaibulchoke
|
3e037e5211
fs/mbcache.c: change block and index hash chain to hlist_bl_node
|
11 years ago |
Dave Chinner
|
1ab6c4997e
fs: convert fs shrinkers to new scan/count API
|
12 years ago |
Glauber Costa
|
55f841ce93
super: fix calculation of shrinkable objects for small numbers
|
12 years ago |
Ying Han
|
1495f230fa
vmscan: change shrinker API by passing shrink_control struct
|
14 years ago |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 years ago |
Josh Hunt
|
d96336b05d
ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_XATTR_DEBUG
|
14 years ago |
Andreas Gruenbacher
|
3a48ee8a4a
mbcache: Limit the maximum number of cache entries
|
15 years ago |
Andreas Gruenbacher
|
e566d48c9b
mbcache: fix shrinker function return value
|
15 years ago |
Andreas Gruenbacher
|
2aec7c5232
mbcache: Remove unused features
|
15 years ago |
Dave Chinner
|
7f8275d0d6
mm: add context argument to shrinker callback
|
15 years ago |
Jan Kara
|
335e92e8a5
vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs
|
17 years ago |
Ram Gupta
|
f9e83489cb
fs: Fix to correct the mbcache entries counter
|
18 years ago |
Paul Mundt
|
20c2df83d2
mm: Remove slab destructors from kmem_cache_create().
|
18 years ago |
Rusty Russell
|
8e1f936b73
mm: clean up and kernelify shrinker registration
|
18 years ago |
Christoph Lameter
|
e18b890bb0
[PATCH] slab: remove kmem_cache_t
|
18 years ago |
Josh Triplett
|
58f555e5f6
[PATCH] mbcache: add lock annotation for __mb_cache_entry_release_unlock()
|
19 years ago |
Alexey Dobriyan
|
7f927fcc2f
[PATCH] Typo fixes
|
19 years ago |