linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* soft read-only fs
@ 2001-07-24 20:16 Ryan Dooley
  0 siblings, 0 replies; only message in thread
From: Ryan Dooley @ 2001-07-24 20:16 UTC (permalink / raw)
  To: linux-kernel

Hi,

I was trying to come up with a project to do and I was wondering if anybody
had done work on a filesystem to support soft read only mounts.  This is
something I had seen on our F5 Big-IP boxes.  They are based on BSD/OS for
those who are intrested.

The soft read-only functionality checks to see if files are open for writing. 
If there are none, the file system gets downgraded to read-only.  When a file
opens up for writing, the file system is promoted to read-write.

It's probably not a necessity with the more journaling filesystems that get
working with Linux.  I just wanted to make sure I wasn't about to reinvent
the wheel (or fs if you like :-)

Cheers,
	Ryan


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-24 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-24 20:16 soft read-only fs Ryan Dooley

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