linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Sterba <dsterba@suse.cz>
To: Josef Bacik <josef@toxicpanda.com>
Cc: linux-btrfs@vger.kernel.org, kernel-team@fb.com,
	linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH v3 0/9] ENOSPC delalloc flushing fixes
Date: Wed, 21 Jul 2021 13:29:33 +0200	[thread overview]
Message-ID: <20210721112933.GD19710@twin.jikos.cz> (raw)
In-Reply-To: <cover.1626288241.git.josef@toxicpanda.com>

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.

      parent reply	other threads:[~2021-07-21 11:56 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-14 18:47 [PATCH v3 0/9] ENOSPC delalloc flushing fixes Josef Bacik
2021-07-14 18:47 ` [PATCH v3 1/9] btrfs: wake up async_delalloc_pages waiters after submit Josef Bacik
2021-07-14 18:47 ` [PATCH v3 2/9] btrfs: include delalloc related info in dump space info tracepoint Josef Bacik
2021-07-14 18:47 ` [PATCH v3 3/9] btrfs: enable a tracepoint when we fail tickets Josef Bacik
2021-07-14 18:47 ` [PATCH v3 4/9] btrfs: handle shrink_delalloc pages calculation differently Josef Bacik
2021-07-14 18:47 ` [PATCH v3 5/9] btrfs: wait on async extents when flushing delalloc Josef Bacik
2021-07-14 18:47 ` [PATCH v3 6/9] fs: add a filemap_fdatawrite_wbc helper Josef Bacik
2021-07-15  6:23   ` Christoph Hellwig
2021-07-21 11:20     ` David Sterba
2021-07-14 18:47 ` [PATCH v3 7/9] btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking Josef Bacik
2021-07-14 18:47 ` [PATCH v3 8/9] 9p: migrate from sync_inode to filemap_fdatawrite_wbc Josef Bacik
2021-07-15  6:25   ` Christoph Hellwig
2021-07-21 10:49   ` David Sterba
2021-07-14 18:47 ` [PATCH v3 9/9] fs: kill sync_inode Josef Bacik
2021-07-15  6:27   ` Christoph Hellwig
2021-07-15  7:31 ` [PATCH v3 0/9] ENOSPC delalloc flushing fixes Nikolay Borisov
2021-07-21 11:29 ` David Sterba [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210721112933.GD19710@twin.jikos.cz \
    --to=dsterba@suse.cz \
    --cc=josef@toxicpanda.com \
    --cc=kernel-team@fb.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).