public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ovl: corner cases of upper with no xattr support
@ 2017-05-16 21:12 Amir Goldstein
  2017-05-16 21:12 ` [PATCH 1/3] ovl: fix wrong error handling of ovl_set_impure() Amir Goldstein
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Amir Goldstein @ 2017-05-16 21:12 UTC (permalink / raw)
  To: Miklos Szeredi; +Cc: linux-unionfs

Miklos,

Found one more bug in ovl_set_impure() patch besides the noxattr case.

Added the mount time check and piggy backed the noxattr checks for
setting opaque and redirect.

Checked that all cases work as expected with and without CONFIG_TMPFS_XATTR.

Amir.

Amir Goldstein (3):
  ovl: fix wrong error handling of ovl_set_impure()
  ovl: check on mount time if upper fs supports setting xattr
  ovl: handle rename when upper doesn't supports xattr

 fs/overlayfs/copy_up.c   | 34 ++++++++++++++++++++++++----------
 fs/overlayfs/dir.c       | 33 +++++++++++++++++++++++++--------
 fs/overlayfs/overlayfs.h |  5 +++++
 fs/overlayfs/ovl_entry.h |  2 +-
 fs/overlayfs/super.c     |  6 ++++++
 fs/overlayfs/util.c      |  9 ++++++++-
 6 files changed, 69 insertions(+), 20 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-05-16 21:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-16 21:12 [PATCH 0/3] ovl: corner cases of upper with no xattr support Amir Goldstein
2017-05-16 21:12 ` [PATCH 1/3] ovl: fix wrong error handling of ovl_set_impure() Amir Goldstein
2017-05-16 21:12 ` [PATCH 2/3] ovl: check on mount time if upper fs supports setting xattr Amir Goldstein
2017-05-16 21:12 ` [PATCH 3/3] ovl: handle rename when upper doesn't supports xattr Amir Goldstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox