summaryrefslogtreecommitdiffstats
path: root/fs/mbcache.c
AgeCommit message (Expand)AuthorLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+3
2018-01-09mbcache: make sure c_entry_count is not decremented past zeroJiang Biao-1/+3
2018-01-07mbcache: revert "fs/mbcache.c: make count_objects() more robust"Eric Biggers-3/+0
2018-01-07mbcache: initialize entry->e_referenced in mb_cache_entry_create()Alexander Potapenko-0/+1
2017-11-29fs/mbcache.c: make count_objects() more robustJiang Biao-0/+3
2017-06-22ext4: xattr inode deduplicationTahsin Erdogan-4/+5
2017-06-22mbcache: make mbcache naming more genericTahsin Erdogan-22/+21
2016-12-03mbcache: document that "find" functions only return reusable entriesEric Biggers-8/+8
2016-12-03mbcache: use consistent type for entry countEric Biggers-8/+7
2016-12-03mbcache: remove unnecessary module_get/module_putEric Biggers-5/+0
2016-12-03mbcache: don't BUG() if entry cache cannot be allocatedEric Biggers-1/+2
2016-12-03mbcache: correctly handle 'e_referenced' bitEric Biggers-1/+1
2016-08-31mbcache: fix to detect failure of register_shrinkerChao Yu-1/+5
2016-02-22mbcache: add reusable flag to cache entriesAndreas Gruenbacher-4/+34
2016-02-22mbcache: get rid of _e_hash_list_headAndreas Gruenbacher-31/+10
2016-02-22mbcache2: rename to mbcacheJan Kara-0/+424
2016-02-22mbcache: remove mbcacheJan Kara-858/+0
2014-06-25fs/mbcache: replace __builtin_log2() with ilog2()T Makphaibulchoke-1/+2
2014-03-18ext4: each filesystem creates and uses its own mb_cacheT Makphaibulchoke-5/+13
2014-03-18fs/mbcache.c: doucple the locking of local from global dataT Makphaibulchoke-116/+301
2014-03-18fs/mbcache.c: change block and index hash chain to hlist_bl_nodeT Makphaibulchoke-39/+78
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner-21/+26
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa-1/+1
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han-4/+6
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-01-10ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_X...Josh Hunt-12/+0
2010-08-18mbcache: Limit the maximum number of cache entriesAndreas Gruenbacher-6/+24
2010-08-09mbcache: fix shrinker function return valueAndreas Gruenbacher-17/+10
2010-08-09mbcache: Remove unused featuresAndreas Gruenbacher-101/+40
2010-07-19mm: add context argument to shrinker callbackDave Chinner-2/+3
2008-04-15vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara-2/+2
2007-10-25fs: Fix to correct the mbcache entries counterRam Gupta-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-1/+1
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell-3/+6
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-1/+1
2006-09-29[PATCH] mbcache: add lock annotation for __mb_cache_entry_release_unlock()Josh Triplett-0/+1
2006-03-28[PATCH] Typo fixesAlexey Dobriyan-1/+1
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson-1/+1
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven-3/+3
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl-2/+1
2005-10-28[PATCH] gfp_t: fs/*Al Viro-3/+3
2005-07-27[PATCH] mbcache: Remove unused mb_cache_shrink parameterAndreas Gruenbacher-2/+1
2005-05-05[PATCH] make some things staticAdrian Bunk-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+677