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