linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] vfs: fix file creation mode bugs
@ 2012-08-07 12:45 Miklos Szeredi
  2012-08-07 12:45 ` [PATCH 1/4] vfs: canonicalize create mode in build_open_flags() Miklos Szeredi
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Miklos Szeredi @ 2012-08-07 12:45 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel, linux-kernel, rjones, steveamigauk, mszeredi

Al,

Please consider the following patches.

The first one fixes an old bug (stable CC-d).  The others are fixes for the
atomic-open series.

Thanks,
Miklos
----

Miklos Szeredi (4):
      vfs: canonicalize create mode in build_open_flags()
      vfs: atomic_open(): fix create mode usage
      vfs: pass right create mode to may_o_create()
      fuse: check create mode in atomic open

---
 fs/fuse/dir.c |    3 +++
 fs/namei.c    |    4 ++--
 fs/open.c     |    7 ++++---
 3 files changed, 9 insertions(+), 5 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/4] vfs: fix file creation mode bugs
@ 2012-08-15 13:59 Miklos Szeredi
  0 siblings, 0 replies; 7+ messages in thread
From: Miklos Szeredi @ 2012-08-15 13:59 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel, linux-kernel, rjones, steveamigauk, mszeredi

This fixes a FUSE regression reported against 3.6-rc1 as well as an older bug
(stable CC-d).

Please apply.

Thanks,
Miklos


---
Miklos Szeredi (4):
      vfs: canonicalize create mode in build_open_flags()
      vfs: atomic_open(): fix create mode usage
      vfs: pass right create mode to may_o_create()
      fuse: check create mode in atomic open

---
 fs/fuse/dir.c |    3 +++
 fs/namei.c    |    4 ++--
 fs/open.c     |    7 ++++---
 3 files changed, 9 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2012-08-15 13:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-07 12:45 [PATCH 0/4] vfs: fix file creation mode bugs Miklos Szeredi
2012-08-07 12:45 ` [PATCH 1/4] vfs: canonicalize create mode in build_open_flags() Miklos Szeredi
2012-08-07 12:45 ` [PATCH 2/4] vfs: atomic_open(): fix create mode usage Miklos Szeredi
2012-08-07 12:45 ` [PATCH 3/4] vfs: pass right create mode to may_o_create() Miklos Szeredi
2012-08-07 12:45 ` [PATCH 4/4] fuse: check create mode in atomic open Miklos Szeredi
2012-08-10 21:43 ` [PATCH 0/4] vfs: fix file creation mode bugs Richard W.M. Jones
  -- strict thread matches above, loose matches on Subject: below --
2012-08-15 13:59 Miklos Szeredi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).