All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Wareing <rwareing@fb.com>
To: linux-xfs@vger.kernel.org
Cc: david@fromorbit.com, darrick.wong@oracle.com, hch@infradead.org
Subject: [PATCH v4 0/3] XFS realtime device tweaks
Date: Mon, 18 Sep 2017 20:52:35 -0700	[thread overview]
Message-ID: <20170919035238.3976871-1-rwareing@fb.com> (raw)

Re-worked patch-set based on prior feedback & help from Dave Chinner.  See 
change log in each patch for change details.

All code (and setting of sysfs options) in these patches should be safely 
gated behind XFS_IS_REALTIME_* macros. (Please point out any such cases which 
are not!)

Richard Wareing (3):
  xfs: Show realtime device stats on statfs calls if inherit flag set
  xfs: Set realtime flag based on initial allocation size
  xfs: Add realtime fallback if data device full

 fs/xfs/xfs_bmap_util.c |  5 ++++
 fs/xfs/xfs_fsops.c     |  4 +++
 fs/xfs/xfs_inode.c     | 18 ++++++++----
 fs/xfs/xfs_iomap.c     | 12 ++++++++
 fs/xfs/xfs_linux.h     |  2 ++
 fs/xfs/xfs_mount.c     | 27 ++++++++++++++++-
 fs/xfs/xfs_mount.h     |  6 ++++
 fs/xfs/xfs_rtalloc.c   | 40 +++++++++++++++++++++++++
 fs/xfs/xfs_rtalloc.h   |  5 ++++
 fs/xfs/xfs_super.c     |  8 +++++
 fs/xfs/xfs_sysfs.c     | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 200 insertions(+), 7 deletions(-)

-- 
2.9.5


             reply	other threads:[~2017-09-19  3:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-19  3:52 Richard Wareing [this message]
2017-09-19  3:52 ` [PATCH v4 1/3] xfs: Show realtime device stats on statfs calls if inherit flag set Richard Wareing
2017-09-22  5:35   ` Dave Chinner
2017-09-22 18:26     ` Richard Wareing
2017-09-19  3:52 ` [PATCH v4 2/3] xfs: Set realtime flag based on initial allocation size Richard Wareing
2017-09-22  5:54   ` Dave Chinner
2017-09-22 19:06     ` Richard Wareing
2017-09-19  3:52 ` [PATCH v4 3/3] xfs: Add realtime fallback if data device full Richard Wareing
2017-09-22  7:04   ` Dave Chinner
2017-09-25 18:37     ` Richard Wareing
2017-09-25 23:16       ` Dave Chinner

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=20170919035238.3976871-1-rwareing@fb.com \
    --to=rwareing@fb.com \
    --cc=darrick.wong@oracle.com \
    --cc=david@fromorbit.com \
    --cc=hch@infradead.org \
    --cc=linux-xfs@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.