aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_discard.h
AgeCommit message (Collapse)AuthorFilesLines
2017-02-09xfs: don't block the log commit handler for discardsGravatar Christoph Hellwig 1-1/+0
Instead we submit the discard requests and use another workqueue to release the extents from the extent busy list. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
2011-08-12xfs: remove subdirectoriesGravatar Christoph Hellwig 1-0/+10
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>