All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.4 0/3] Fix read-only issue with non-empty workdir
@ 2018-08-28 10:40 SZ Lin (林上智)
  2018-08-28 10:40 ` [PATCH 4.4 1/3] ovl: rename is_merge to is_lowest SZ Lin (林上智)
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: SZ Lin (林上智) @ 2018-08-28 10:40 UTC (permalink / raw)
  To: gregkh; +Cc: stable, SZ Lin (林上智)

Hi,

This patch series fixes read-only issue when non-empty workdir occurred
in overlayfs, the non-empty workdir could be easily reproduced in 
power-failure test during write operations.

These patches have passed basic test in unionmount-testsuite.

Antonio Murdaca (1):
  ovl: override creds with the ones from the superblock mounter

Miklos Szeredi (2):
  ovl: rename is_merge to is_lowest
  ovl: proper cleanup of workdir

 fs/overlayfs/copy_up.c   | 26 +----------
 fs/overlayfs/dir.c       | 67 +++--------------------------
 fs/overlayfs/overlayfs.h |  3 ++
 fs/overlayfs/readdir.c   | 93 +++++++++++++++++++++++++++++++---------
 fs/overlayfs/super.c     | 20 ++++++++-
 5 files changed, 100 insertions(+), 109 deletions(-)

-- 
2.18.0

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

end of thread, other threads:[~2018-09-13 17:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-28 10:40 [PATCH 4.4 0/3] Fix read-only issue with non-empty workdir SZ Lin (林上智)
2018-08-28 10:40 ` [PATCH 4.4 1/3] ovl: rename is_merge to is_lowest SZ Lin (林上智)
2018-08-28 10:40 ` [PATCH 4.4 2/3] ovl: override creds with the ones from the superblock mounter SZ Lin (林上智)
2018-08-28 10:40 ` [PATCH 4.4 3/3] ovl: proper cleanup of workdir SZ Lin (林上智)
2018-09-13 12:25 ` [PATCH 4.4 0/3] Fix read-only issue with non-empty workdir Greg KH

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.