summaryrefslogtreecommitdiff
path: root/fs/mbcache.c
Commit message (Expand)AuthorAge
* mbcache: make sure c_entry_count is not decremented past zeroJiang Biao2018-01-09
* mbcache: revert "fs/mbcache.c: make count_objects() more robust"Eric Biggers2018-01-07
* mbcache: initialize entry->e_referenced in mb_cache_entry_create()Alexander Potapenko2018-01-07
* fs/mbcache.c: make count_objects() more robustJiang Biao2017-11-29
* ext4: xattr inode deduplicationTahsin Erdogan2017-06-22
* mbcache: make mbcache naming more genericTahsin Erdogan2017-06-22
* mbcache: document that "find" functions only return reusable entriesEric Biggers2016-12-03
* mbcache: use consistent type for entry countEric Biggers2016-12-03
* mbcache: remove unnecessary module_get/module_putEric Biggers2016-12-03
* mbcache: don't BUG() if entry cache cannot be allocatedEric Biggers2016-12-03
* mbcache: correctly handle 'e_referenced' bitEric Biggers2016-12-03
* mbcache: fix to detect failure of register_shrinkerChao Yu2016-08-31
* mbcache: add reusable flag to cache entriesAndreas Gruenbacher2016-02-22
* mbcache: get rid of _e_hash_list_headAndreas Gruenbacher2016-02-22
* mbcache2: rename to mbcacheJan Kara2016-02-22
* mbcache: remove mbcacheJan Kara2016-02-22
* fs/mbcache: replace __builtin_log2() with ilog2()T Makphaibulchoke2014-06-25
* ext4: each filesystem creates and uses its own mb_cacheT Makphaibulchoke2014-03-18
* fs/mbcache.c: doucple the locking of local from global dataT Makphaibulchoke2014-03-18
* fs/mbcache.c: change block and index hash chain to hlist_bl_nodeT Makphaibulchoke2014-03-18
* fs: convert fs shrinkers to new scan/count APIDave Chinner2013-09-10
* super: fix calculation of shrinkable objects for small numbersGlauber Costa2013-09-10
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-25
* Fix common misspellingsLucas De Marchi2011-03-31
* ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_X...Josh Hunt2011-01-10
* mbcache: Limit the maximum number of cache entriesAndreas Gruenbacher2010-08-18
* mbcache: fix shrinker function return valueAndreas Gruenbacher2010-08-09
* mbcache: Remove unused featuresAndreas Gruenbacher2010-08-09
* mm: add context argument to shrinker callbackDave Chinner2010-07-19
* vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara2008-04-15
* fs: Fix to correct the mbcache entries counterRam Gupta2007-10-25
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-20
* mm: clean up and kernelify shrinker registrationRusty Russell2007-07-17
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07
* [PATCH] mbcache: add lock annotation for __mb_cache_entry_release_unlock()Josh Triplett2006-09-29
* [PATCH] Typo fixesAlexey Dobriyan2006-03-28
* [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-24
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-14
* [PATCH] kfree cleanup: fsJesper Juhl2005-11-07
* [PATCH] gfp_t: fs/*Al Viro2005-10-28
* [PATCH] mbcache: Remove unused mb_cache_shrink parameterAndreas Gruenbacher2005-07-27
* [PATCH] make some things staticAdrian Bunk2005-05-05
* Linux-2.6.12-rc2Linus Torvalds2005-04-16