aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_extent_busy.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-02xfs: pass perags through to the busy extent codeGravatar Dave Chinner 1-18/+6
2021-06-02xfs: make for_each_perag... a first class citizenGravatar Dave Chinner 1-5/+2
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Gravatar Dave Chinner 1-1/+1
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 1-2/+2
2021-02-25xfs: don't reuse busy extents on extent trimGravatar Brian Foster 1-14/+0
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsGravatar Christoph Hellwig 1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-1/+1
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-03-14xfs: merge _xfs_log_force and xfs_log_forceGravatar Christoph Hellwig 1-2/+1
2018-03-14xfs: remove the unused log_flushed variable in xfs_extent_busy_flushGravatar Christoph Hellwig 1-2/+2
2017-02-16xfs: fix len comparison in xfs_extent_busy_trimGravatar Arnd Bergmann 1-1/+1
2017-02-09xfs: improve busy extent sortingGravatar Christoph Hellwig 1-4/+12
2017-02-09xfs: improve handling of busy extents in the low-level allocatorGravatar Christoph Hellwig 1-27/+98
2017-02-09xfs: don't fail xfs_extent_busy allocationGravatar Christoph Hellwig 1-12/+1
2016-09-26xfs: remote attribute blocks aren't really userdataGravatar Dave Chinner 1-1/+1
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-2/+0
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-2/+4
2013-10-23xfs: create a shared header file for format-related informationGravatar Dave Chinner 1-1/+2
2013-09-09xfs: fix some minor sparse warningsGravatar Dave Chinner 1-1/+2
2013-08-20xfs: fix the comment of xfs_extent_busy_update_extent()Gravatar Zhi Yong Wu 1-1/+1
2012-05-14xfs: make xfs_extent_busy_trim not staticGravatar Ben Myers 1-1/+1
2012-05-14xfs: clean up busy extent namingGravatar Dave Chinner 1-39/+39
2012-05-14xfs: move busy extent handling to it's own fileGravatar Dave Chinner 1-0/+603