aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_extent_busy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-03-14xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig1-2/+1
2018-03-14xfs: remove the unused log_flushed variable in xfs_extent_busy_flushChristoph Hellwig1-2/+2
2017-02-16xfs: fix len comparison in xfs_extent_busy_trimArnd Bergmann1-1/+1
2017-02-09xfs: improve busy extent sortingChristoph Hellwig1-4/+12
2017-02-09xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig1-27/+98
2017-02-09xfs: don't fail xfs_extent_busy allocationChristoph Hellwig1-12/+1
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner1-1/+1
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-2/+0
2013-10-23xfs: decouple log and transaction headersDave Chinner1-2/+4
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-1/+2
2013-09-09xfs: fix some minor sparse warningsDave Chinner1-1/+2
2013-08-20xfs: fix the comment of xfs_extent_busy_update_extent()Zhi Yong Wu1-1/+1
2012-05-14xfs: make xfs_extent_busy_trim not staticBen Myers1-1/+1
2012-05-14xfs: clean up busy extent namingDave Chinner1-39/+39
2012-05-14xfs: move busy extent handling to it's own fileDave Chinner1-0/+603