summaryrefslogtreecommitdiff
path: root/fs/mbcache.c
AgeCommit message (Expand)Author
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-10ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_X...Josh Hunt
2010-08-18mbcache: Limit the maximum number of cache entriesAndreas Gruenbacher
2010-08-09mbcache: fix shrinker function return valueAndreas Gruenbacher
2010-08-09mbcache: Remove unused featuresAndreas Gruenbacher
2010-07-19mm: add context argument to shrinker callbackDave Chinner
2008-04-15vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara
2007-10-25fs: Fix to correct the mbcache entries counterRam Gupta
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-09-29[PATCH] mbcache: add lock annotation for __mb_cache_entry_release_unlock()Josh Triplett
2006-03-28[PATCH] Typo fixesAlexey Dobriyan
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl
2005-10-28[PATCH] gfp_t: fs/*Al Viro
2005-07-27[PATCH] mbcache: Remove unused mb_cache_shrink parameterAndreas Gruenbacher
2005-05-05[PATCH] make some things staticAdrian Bunk
2005-03-28[PATCH] slab shrinkers: use vfs_cache_pressureAndrew Morton
2005-01-25[PATCH] fs/mbcache.c: Remove an unused wait queue variableAndreas Gruenbacher
2005-01-20[PATCH] Lock initializer cleanup: FilesystemsThomas Gleixner
2005-01-14[PATCH] ext3/EA: Race in ext[23] xattr sharing codeAndreas Gruenbacher
2005-01-14[PATCH] ext3/EA: mbcache cleanupAndreas Gruenbacher
2004-10-18[PATCH] remove dead code from fs/mbcache.cChristoph Hellwig
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton
2003-03-08[PATCH] Extended attribute sharing and debug macro typo fixesAndrew Morton
2002-11-15[PATCH] mbcache: add gfp_mask parameter to free() callback,Andrew Morton
2002-11-06Fix illegal sleep in mbcache.Theodore Y. Ts'o
2002-10-30Port of the 0.8.50 xattr-mbcache patch to 2.5. (Shrinker API, hch cleanups)Theodore Y. Ts'o