* [GIT PULL] xfs: more fixes for 4.17-rc4
@ 2018-05-04 22:15 Darrick J. Wong
0 siblings, 0 replies; only message in thread
From: Darrick J. Wong @ 2018-05-04 22:15 UTC (permalink / raw)
To: Linus Torvalds
Cc: Darrick J. Wong, Linux Kernel Mailing List, linux-xfs,
Eric Sandeen
Hi Linus,
I've got one more bug fix for xfs for 4.17-rc4, which caps the amount of
data we try to handle in one dedupe request so that userspace can't
livelock the kernel.
This series has been run through a full xfstests run during the week and
through a quick xfstests run against this morning's master, with no ajor
failures reported. Let me know if there are any merge problems.
--D
The following changes since commit 7b38460dc8e4eafba06c78f8e37099d3b34d473c:
xfs: don't fail when converting shortform attr to long form during ATTR_REPLACE (2018-04-17 19:10:15 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-4.17-fixes-2
for you to fetch changes up to 021ba8e98fe5c6691b3cc3669faafa02403aa211:
xfs: cap the length of deduplication requests (2018-05-02 09:21:33 -0700)
----------------------------------------------------------------
Changes since last update:
- Cap the maximum length of a deduplication request at MAX_RW_COUNT/2
to avoid kernel livelock due to excessively large IO requests.
----------------------------------------------------------------
Darrick J. Wong (1):
xfs: cap the length of deduplication requests
fs/xfs/xfs_file.c | 10 ++++++++++
1 file changed, 10 insertions(+)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-04 22:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-04 22:15 [GIT PULL] xfs: more fixes for 4.17-rc4 Darrick J. Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox