index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
mbcache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mbcache: document that "find" functions only return reusable entries
Eric Biggers
2016-12-03
1
-8
/
+8
*
mbcache: use consistent type for entry count
Eric Biggers
2016-12-03
1
-8
/
+7
*
mbcache: remove unnecessary module_get/module_put
Eric Biggers
2016-12-03
1
-5
/
+0
*
mbcache: don't BUG() if entry cache cannot be allocated
Eric Biggers
2016-12-03
1
-1
/
+2
*
mbcache: correctly handle 'e_referenced' bit
Eric Biggers
2016-12-03
1
-1
/
+1
*
mbcache: fix to detect failure of register_shrinker
Chao Yu
2016-08-31
1
-1
/
+5
*
mbcache: add reusable flag to cache entries
Andreas Gruenbacher
2016-02-22
1
-4
/
+34
*
mbcache: get rid of _e_hash_list_head
Andreas Gruenbacher
2016-02-22
1
-31
/
+10
*
mbcache2: rename to mbcache
Jan Kara
2016-02-22
1
-0
/
+424
*
mbcache: remove mbcache
Jan Kara
2016-02-22
1
-858
/
+0
*
fs/mbcache: replace __builtin_log2() with ilog2()
T Makphaibulchoke
2014-06-25
1
-1
/
+2
*
ext4: each filesystem creates and uses its own mb_cache
T Makphaibulchoke
2014-03-18
1
-5
/
+13
*
fs/mbcache.c: doucple the locking of local from global data
T Makphaibulchoke
2014-03-18
1
-116
/
+301
*
fs/mbcache.c: change block and index hash chain to hlist_bl_node
T Makphaibulchoke
2014-03-18
1
-39
/
+78
*
fs: convert fs shrinkers to new scan/count API
Dave Chinner
2013-09-10
1
-21
/
+26
*
super: fix calculation of shrinkable objects for small numbers
Glauber Costa
2013-09-10
1
-1
/
+1
*
vmscan: change shrinker API by passing shrink_control struct
Ying Han
2011-05-25
1
-4
/
+6
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_X...
Josh Hunt
2011-01-10
1
-12
/
+0
*
mbcache: Limit the maximum number of cache entries
Andreas Gruenbacher
2010-08-18
1
-6
/
+24
*
mbcache: fix shrinker function return value
Andreas Gruenbacher
2010-08-09
1
-17
/
+10
*
mbcache: Remove unused features
Andreas Gruenbacher
2010-08-09
1
-101
/
+40
*
mm: add context argument to shrinker callback
Dave Chinner
2010-07-19
1
-2
/
+3
*
vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs
Jan Kara
2008-04-15
1
-2
/
+2
*
fs: Fix to correct the mbcache entries counter
Ram Gupta
2007-10-25
1
-1
/
+1
*
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-20
1
-1
/
+1
*
mm: clean up and kernelify shrinker registration
Rusty Russell
2007-07-17
1
-3
/
+6
*
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
1
-1
/
+1
*
[PATCH] mbcache: add lock annotation for __mb_cache_entry_release_unlock()
Josh Triplett
2006-09-29
1
-0
/
+1
*
[PATCH] Typo fixes
Alexey Dobriyan
2006-03-28
1
-1
/
+1
*
[PATCH] cpuset memory spread: slab cache filesystems
Paul Jackson
2006-03-24
1
-1
/
+1
*
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
2006-01-14
1
-3
/
+3
*
[PATCH] kfree cleanup: fs
Jesper Juhl
2005-11-07
1
-2
/
+1
*
[PATCH] gfp_t: fs/*
Al Viro
2005-10-28
1
-3
/
+3
*
[PATCH] mbcache: Remove unused mb_cache_shrink parameter
Andreas Gruenbacher
2005-07-27
1
-2
/
+1
*
[PATCH] make some things static
Adrian Bunk
2005-05-05
1
-1
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+677