index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
mbcache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-22
mbcache: initialize entry->e_referenced in mb_cache_entry_create()
Alexander Potapenko
1
-0
/
+1
2017-06-22
ext4: xattr inode deduplication
Tahsin Erdogan
1
-4
/
+5
2017-06-22
mbcache: make mbcache naming more generic
Tahsin Erdogan
1
-22
/
+21
2016-12-03
mbcache: document that "find" functions only return reusable entries
Eric Biggers
1
-8
/
+8
2016-12-03
mbcache: use consistent type for entry count
Eric Biggers
1
-8
/
+7
2016-12-03
mbcache: remove unnecessary module_get/module_put
Eric Biggers
1
-5
/
+0
2016-12-03
mbcache: don't BUG() if entry cache cannot be allocated
Eric Biggers
1
-1
/
+2
2016-12-03
mbcache: correctly handle 'e_referenced' bit
Eric Biggers
1
-1
/
+1
2016-08-31
mbcache: fix to detect failure of register_shrinker
Chao Yu
1
-1
/
+5
2016-02-22
mbcache: add reusable flag to cache entries
Andreas Gruenbacher
1
-4
/
+34
2016-02-22
mbcache: get rid of _e_hash_list_head
Andreas Gruenbacher
1
-31
/
+10
2016-02-22
mbcache2: rename to mbcache
Jan Kara
1
-0
/
+424
2016-02-22
mbcache: remove mbcache
Jan Kara
1
-858
/
+0
2014-06-25
fs/mbcache: replace __builtin_log2() with ilog2()
T Makphaibulchoke
1
-1
/
+2
2014-03-18
ext4: each filesystem creates and uses its own mb_cache
T Makphaibulchoke
1
-5
/
+13
2014-03-18
fs/mbcache.c: doucple the locking of local from global data
T Makphaibulchoke
1
-116
/
+301
2014-03-18
fs/mbcache.c: change block and index hash chain to hlist_bl_node
T Makphaibulchoke
1
-39
/
+78
2013-09-10
fs: convert fs shrinkers to new scan/count API
Dave Chinner
1
-21
/
+26
2013-09-10
super: fix calculation of shrinkable objects for small numbers
Glauber Costa
1
-1
/
+1
2011-05-25
vmscan: change shrinker API by passing shrink_control struct
Ying Han
1
-4
/
+6
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-01-10
ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_X...
Josh Hunt
1
-12
/
+0
2010-08-18
mbcache: Limit the maximum number of cache entries
Andreas Gruenbacher
1
-6
/
+24
2010-08-09
mbcache: fix shrinker function return value
Andreas Gruenbacher
1
-17
/
+10
2010-08-09
mbcache: Remove unused features
Andreas Gruenbacher
1
-101
/
+40
2010-07-19
mm: add context argument to shrinker callback
Dave Chinner
1
-2
/
+3
2008-04-15
vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs
Jan Kara
1
-2
/
+2
2007-10-25
fs: Fix to correct the mbcache entries counter
Ram Gupta
1
-1
/
+1
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2007-07-17
mm: clean up and kernelify shrinker registration
Rusty Russell
1
-3
/
+6
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-1
/
+1
2006-09-29
[PATCH] mbcache: add lock annotation for __mb_cache_entry_release_unlock()
Josh Triplett
1
-0
/
+1
2006-03-28
[PATCH] Typo fixes
Alexey Dobriyan
1
-1
/
+1
2006-03-24
[PATCH] cpuset memory spread: slab cache filesystems
Paul Jackson
1
-1
/
+1
2006-01-14
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
1
-3
/
+3
2005-11-07
[PATCH] kfree cleanup: fs
Jesper Juhl
1
-2
/
+1
2005-10-28
[PATCH] gfp_t: fs/*
Al Viro
1
-3
/
+3
2005-07-27
[PATCH] mbcache: Remove unused mb_cache_shrink parameter
Andreas Gruenbacher
1
-2
/
+1
2005-05-05
[PATCH] make some things static
Adrian Bunk
1
-1
/
+1
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+677