On Wed, Jul 14, 2021 at 02:47:16PM -0400, Josef Bacik wrote: > Josef Bacik (9): > btrfs: wake up async_delalloc_pages waiters after submit > btrfs: include delalloc related info in dump space info tracepoint > btrfs: enable a tracepoint when we fail tickets > btrfs: handle shrink_delalloc pages calculation differently > btrfs: wait on async extents when flushing delalloc > fs: add a filemap_fdatawrite_wbc helper > btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking > 9p: migrate from sync_inode to filemap_fdatawrite_wbc > fs: kill sync_inode > > fs/9p/vfs_file.c | 7 +-- > fs/btrfs/ctree.h | 9 ++-- > fs/btrfs/inode.c | 16 +++---- > fs/btrfs/space-info.c | 82 ++++++++++++++++++++++++++++++------ > fs/fs-writeback.c | 19 +-------- > include/linux/fs.h | 3 +- > include/trace/events/btrfs.h | 21 +++++++-- > mm/filemap.c | 35 +++++++++++---- > 8 files changed, 128 insertions(+), 64 deletions(-) I'll put it to my tree and it will appear in linux-next soon. The last two patches are not related to btrfs so I can send them separately or leave it in the series if nobody objects.