All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ovl: fix IS_APPEND() checks
@ 2017-04-08 11:49 Amir Goldstein
  2017-04-08 11:49 ` [PATCH v3 1/2] vfs: ftruncate check IS_APPEND() on real upper inode Amir Goldstein
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Amir Goldstein @ 2017-04-08 11:49 UTC (permalink / raw)
  To: Miklos Szeredi; +Cc: linux-unionfs

Miklos,

This series fixes the append-only violations found by the new
xfstest overlay/030.

I addressed your comments on v2 and removed the patch to vfs_truncate()
because d_real() already takes cares of IS_APPEND().

Amir.

v3:
- address comments by Miklos
- discard unneeded patch to vfs_truncate()

v2:
- move open check to ovl_d_real()
- discard wrong patch to file_start_write() in ftruncate()

v1:
- fix checks in [f]truncate and vfs_open()

Amir Goldstein (2):
  vfs: ftruncate check IS_APPEND() on real upper inode
  ovl: check IS_APPEND() on real upper inode

 fs/open.c            |  3 ++-
 fs/overlayfs/super.c | 28 +++++++++++++++++++++++++---
 2 files changed, 27 insertions(+), 4 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-04-20 14:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-08 11:49 [PATCH v3 0/2] ovl: fix IS_APPEND() checks Amir Goldstein
2017-04-08 11:49 ` [PATCH v3 1/2] vfs: ftruncate check IS_APPEND() on real upper inode Amir Goldstein
2017-04-08 11:49 ` [PATCH v3 2/2] ovl: " Amir Goldstein
2017-04-20 12:19 ` [PATCH v3 0/2] ovl: fix IS_APPEND() checks Amir Goldstein
2017-04-20 14:38   ` Miklos Szeredi

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.