aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_pwork.c
AgeCommit message (Collapse)AuthorFilesLines
2020-07-01block: remove the bd_queue field from struct block_deviceGravatar Christoph Hellwig 1-1/+1
Just use bd_disk->queue instead. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-07-03xfs: poll waiting for quotacheckGravatar Darrick J. Wong 1-0/+19
Create a pwork destroy function that uses polling instead of uninterruptible sleep to wait for work items to finish so that we can touch the softlockup watchdog. IOWs, gross hack. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>
2019-07-03xfs: multithreaded iwalk implementationGravatar Darrick J. Wong 1-0/+117
Create a parallel iwalk implementation and switch quotacheck to use it. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>