| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: don't block in busy flushing when freeing extents | Dave Chinner | 2023-06-29 | 1 | -4/+29 |
* | xfs: pass alloc flags through to xfs_extent_busy_flush() | Dave Chinner | 2023-06-29 | 1 | -1/+2 |
* | xfs: fix extent busy updating | Wengang Wang | 2023-01-05 | 1 | -0/+1 |
* | xfs: pass perags through to the busy extent code | Dave Chinner | 2021-06-02 | 1 | -18/+6 |
* | xfs: make for_each_perag... a first class citizen | Dave Chinner | 2021-06-02 | 1 | -5/+2 |
* | xfs: move xfs_perag_get/put to xfs_ag.[ch] | Dave Chinner | 2021-06-02 | 1 | -1/+1 |
* | treewide: Change list_sort to use const pointers | Sami Tolvanen | 2021-04-09 | 1 | -2/+2 |
* | xfs: don't reuse busy extents on extent trim | Brian Foster | 2021-02-25 | 1 | -14/+0 |
* | xfs: cleanup use of the XFS_ALLOC_ flags | Christoph Hellwig | 2019-11-03 | 1 | -1/+1 |
* | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa | 2019-08-26 | 1 | -1/+1 |
* | xfs: convert to SPDX license tags | Dave Chinner | 2018-06-06 | 1 | -13/+1 |
* | xfs: merge _xfs_log_force and xfs_log_force | Christoph Hellwig | 2018-03-14 | 1 | -2/+1 |
* | xfs: remove the unused log_flushed variable in xfs_extent_busy_flush | Christoph Hellwig | 2018-03-14 | 1 | -2/+2 |
* | xfs: fix len comparison in xfs_extent_busy_trim | Arnd Bergmann | 2017-02-17 | 1 | -1/+1 |
* | xfs: improve busy extent sorting | Christoph Hellwig | 2017-02-09 | 1 | -4/+12 |
* | xfs: improve handling of busy extents in the low-level allocator | Christoph Hellwig | 2017-02-09 | 1 | -27/+98 |
* | xfs: don't fail xfs_extent_busy allocation | Christoph Hellwig | 2017-02-09 | 1 | -12/+1 |
* | xfs: remote attribute blocks aren't really userdata | Dave Chinner | 2016-09-26 | 1 | -1/+1 |
* | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 2014-11-28 | 1 | -1/+0 |
* | xfs: decouple inode and bmap btree header files | Dave Chinner | 2013-10-23 | 1 | -2/+0 |
* | xfs: decouple log and transaction headers | Dave Chinner | 2013-10-23 | 1 | -2/+4 |
* | xfs: create a shared header file for format-related information | Dave Chinner | 2013-10-23 | 1 | -1/+2 |
* | xfs: fix some minor sparse warnings | Dave Chinner | 2013-09-10 | 1 | -1/+2 |
* | xfs: fix the comment of xfs_extent_busy_update_extent() | Zhi Yong Wu | 2013-08-20 | 1 | -1/+1 |
* | xfs: make xfs_extent_busy_trim not static | Ben Myers | 2012-05-14 | 1 | -1/+1 |
* | xfs: clean up busy extent naming | Dave Chinner | 2012-05-14 | 1 | -39/+39 |
* | xfs: move busy extent handling to it's own file | Dave Chinner | 2012-05-14 | 1 | -0/+603 |