aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mru_cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong1-1/+1
2021-02-03xfs: set WQ_SYSFS on all workqueues in debug modeDarrick J. Wong1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-2/+2
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-04-09xfs: remove filestream item xfs_inode referenceChristoph Hellwig1-3/+5
2015-03-25xfs: xfs_mru_cache_insert() should use GFP_NOFSByoungyoung Lee1-1/+1
2014-09-09xfs: mark all internal workqueues as freezableBrian Foster1-1/+2
2014-06-25xfs: global error sign conversionDave Chinner1-7/+7
2014-04-23xfs: embedd mru_elem into parent structureChristoph Hellwig1-94/+61
2014-04-23xfs: handle duplicate entries in xfs_mru_cache_insertChristoph Hellwig1-3/+11
2011-02-01xfs: convert to alloc_workqueue()Tejun Heo1-1/+1
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-1/+1
2010-01-15xfs: Kill filestreams cache flushDave Chinner1-1/+1
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-29/+0
2008-07-28[XFS] streamline init/exit pathChristoph Hellwig1-5/+8
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-4/+4
2008-02-07[XFS] Fix up sparse warnings.David Chinner1-4/+14
2008-02-07[XFS] Remove spin.hEric Sandeen1-1/+1
2008-02-07[XFS] Unwrap mru_lock.Eric Sandeen1-17/+17
2007-09-17[XFS] On-demand reaping of the MRU cacheDavid Chinner1-44/+28
2007-07-14[XFS] Concurrent Multi-File Data StreamsDavid Chinner1-0/+608