All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] option validation in remount
@ 2018-04-13 12:39 Chengguang Xu
  2018-04-13 12:39 ` [PATCH v4 1/3] ovl: adjust option parsing for supporting remount Chengguang Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Chengguang Xu @ 2018-04-13 12:39 UTC (permalink / raw)
  To: linux-unionfs; +Cc: miklos, amir73il, Chengguang Xu

Some overlayfs mount options cannot be changed via remount,
but current remount does not return error even if we specify
different value to unchangeable options.

This patch series adjust option parsing to support remount
and return proper error message and code when recogonizing
unchangeable options in remount.

Thanks,
Chengguang.

---
Chengguang Xu (3):
  ovl: adjust option parsing for supporting remount
  ovl: move the code of ovl_remount() to behind ovl_parse_opt()
  ovl: return error when specifying unchangeable options in remount

 fs/overlayfs/super.c | 150 ++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 108 insertions(+), 42 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2018-04-14  6:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-13 12:39 [PATCH v4 0/3] option validation in remount Chengguang Xu
2018-04-13 12:39 ` [PATCH v4 1/3] ovl: adjust option parsing for supporting remount Chengguang Xu
2018-04-13 12:39 ` [PATCH v4 2/3] ovl: move the code of ovl_remount() to behind ovl_parse_opt() Chengguang Xu
2018-04-13 12:39 ` [PATCH v4 3/3] ovl: return error when specifying unchangeable options in remount Chengguang Xu
2018-04-13 13:50   ` Miklos Szeredi
2018-04-13 14:03     ` cgxu519
2018-04-13 14:19       ` Miklos Szeredi
2018-04-13 12:56 ` [PATCH v4 0/3] option validation " Amir Goldstein
2018-04-13 13:46   ` Miklos Szeredi
2018-04-14  5:49     ` cgxu519
2018-04-14  6:00   ` cgxu519

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.