All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.14 0/3] backport lazytime fix to 4.14
@ 2021-01-25 20:37 Eric Biggers
  2021-01-25 20:37 ` [PATCH 4.14 1/3] fs: move I_DIRTY_INODE to fs.h Eric Biggers
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Biggers @ 2021-01-25 20:37 UTC (permalink / raw)
  To: stable; +Cc: linux-fsdevel, Jan Kara, Christoph Hellwig

Backport a lazytime fix from upstream to 4.14-stable.  To make it
cherry-pick cleanly, I first cherry-picked two other commits.  Commit #2
had a conflict due to it making a change to fs/xfs/ which isn't
applicable to 4.14.  I dropped that part of the change.

Christoph Hellwig (1):
  fs: move I_DIRTY_INODE to fs.h

Eric Biggers (1):
  fs: fix lazytime expiration handling in __writeback_single_inode()

Jan Kara (1):
  writeback: Drop I_DIRTY_TIME_EXPIRE

 fs/ext4/inode.c                  |  6 ++---
 fs/fs-writeback.c                | 43 +++++++++++++-------------------
 fs/gfs2/super.c                  |  2 +-
 include/linux/fs.h               |  4 +--
 include/trace/events/writeback.h |  1 -
 5 files changed, 24 insertions(+), 32 deletions(-)

-- 
2.30.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-25 20:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 20:37 [PATCH 4.14 0/3] backport lazytime fix to 4.14 Eric Biggers
2021-01-25 20:37 ` [PATCH 4.14 1/3] fs: move I_DIRTY_INODE to fs.h Eric Biggers
2021-01-25 20:37 ` [PATCH 4.14 2/3] writeback: Drop I_DIRTY_TIME_EXPIRE Eric Biggers
2021-01-25 20:37 ` [PATCH 4.14 3/3] fs: fix lazytime expiration handling in __writeback_single_inode() Eric Biggers

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.