linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] autofs updates
@ 2018-11-23 10:41 Ian Kent
  2018-11-23 10:41 ` [PATCH v2 1/5] autofs - improve ioctl sbi checks Ian Kent
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Ian Kent @ 2018-11-23 10:41 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Al Viro, autofs mailing list, linux-fsdevel, Kernel Mailing List

- improve file system verification for ioctl case.
- fix potential inode leak in mount code.
- add "strictexpire" autofs mount option.

v2 changes:
- fix compile error.
- deffer some of the mount option re-factoring to try and
  avoid any conflicts with linux-next.

---

Ian Kent (5):
      autofs - improve ioctl sbi checks
      autofs - fix possible inode leak in autofs_fill_super()
      autofs - simplify parse_options() function call
      autofs - change catatonic setting to a bit flag
      autofs - add strictexpire mount option


 fs/autofs/autofs_i.h         |   11 ++++--
 fs/autofs/dev-ioctl.c        |   29 +++++-----------
 fs/autofs/init.c             |    2 +
 fs/autofs/inode.c            |   75 +++++++++++++++++++++++++-----------------
 fs/autofs/root.c             |   16 ++++++---
 fs/autofs/waitq.c            |   10 +++---
 include/uapi/linux/auto_fs.h |    2 +
 7 files changed, 78 insertions(+), 67 deletions(-)

--
Ian

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

end of thread, other threads:[~2018-11-26  9:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-23 10:41 [PATCH v2 0/5] autofs updates Ian Kent
2018-11-23 10:41 ` [PATCH v2 1/5] autofs - improve ioctl sbi checks Ian Kent
2018-11-23 23:29   ` Andrew Morton
2018-11-25 22:57     ` Ian Kent
2018-11-23 10:41 ` [PATCH v2 2/5] autofs - fix possible inode leak in autofs_fill_super() Ian Kent
2018-11-23 10:42 ` [PATCH v2 3/5] autofs - simplify parse_options() function call Ian Kent
2018-11-23 10:42 ` [PATCH v2 4/5] autofs - change catatonic setting to a bit flag Ian Kent
2018-11-23 10:42 ` [PATCH v2 5/5] autofs - add strictexpire mount option Ian Kent

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).