aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/kmem.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-05-29xfs: switch to proper __bitwise type for KM_... flagsAl Viro1-10/+11
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-02-10xfs: use a normal shrinker for the dquot freelistChristoph Hellwig1-6/+0
Stop reusing dquots from the freelist when allocating new ones directly, and implement a shrinker that actually follows the specifications for the interface. The shrinker implementation is still highly suboptimal at this point, but we can gradually work on it. This also fixes an bug in the previous lock ordering, where we would take the hash and dqlist locks inside of the freelist lock against the normal lock ordering. This is only solvable by introducing the dispose list, and thus not when using direct reclaim of unused dquots for new allocations. As a side-effect the quota upper bound and used to free ratio values in /proc/fs/xfs/xqm are set to 0 as these values don't make any sense in the new world order. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Ben Myers <bpm@sgi.com>
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-0/+119
Fast-forward merge with Linus to be able to merge patches based on more recent version of the tree.
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-0/+124
Use the move from Linux 2.6 to Linux 3.x as an excuse to kill the annoying subdirectories in the XFS source code. Besides the large amount of file rename the only changes are to the Makefile, a few files including headers with the subdirectory prefix, and the binary sysctl compat code that includes a header under fs/xfs/ from kernel/. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>