linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] zonefs: introduce -o explicit-open mount option
@ 2020-09-10  7:59 Johannes Thumshirn
  2020-09-10  7:59 ` [PATCH v3 1/3] zonefs: introduce helper for zone management Johannes Thumshirn
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Johannes Thumshirn @ 2020-09-10  7:59 UTC (permalink / raw)
  To: Damien Le Moal; +Cc: linux-fsdevel, Johannes Thumshirn

Introduce a mount option for explicitly opening a device's zones when opening
the seq zone file for writing. This way we prevent resource exhaustion on
devices that export a maximum open zones limit. 

Changes to v2:
- Clear ZONEFS_ZONE_OPEN flag on error
- Fix missing newline

Johannes Thumshirn (3):
  zonefs: introduce helper for zone management
  zonefs: open/close zone on file open/close
  zonefs: document the explicit-open mount option

 Documentation/filesystems/zonefs.rst |  15 ++
 fs/zonefs/super.c                    | 198 +++++++++++++++++++++++++--
 fs/zonefs/zonefs.h                   |  10 ++
 3 files changed, 213 insertions(+), 10 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-09-10  8:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10  7:59 [PATCH v3 0/3] zonefs: introduce -o explicit-open mount option Johannes Thumshirn
2020-09-10  7:59 ` [PATCH v3 1/3] zonefs: introduce helper for zone management Johannes Thumshirn
2020-09-10  8:21   ` Damien Le Moal
2020-09-10  7:59 ` [PATCH v3 2/3] zonefs: open/close zone on file open/close Johannes Thumshirn
2020-09-10  8:31   ` Damien Le Moal
2020-09-10  7:59 ` [PATCH v3 3/3] zonefs: document the explicit-open mount option Johannes Thumshirn

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