All of lore.kernel.org
 help / color / mirror / Atom feed
* Treat disk space like memory space
@ 2007-11-15 22:24 Stefan Monnier
  2007-11-16  0:03 ` Wes Felter
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Stefan Monnier @ 2007-11-15 22:24 UTC (permalink / raw)
  To: linux-kernel


The normal situation on the memory is side is that most of the memory is
in use, but some pages are ready to be discarded, they're just kept
around because we have nothing better to do (yet) with that page.

Is there a tool to do something similar with file systems.  I have a lot
of unimportant files in my file-system, typically browser caches and
things like that, which can be thrown away without any risk of
losing data.  I just keep them around because I have nothing better to
do with my disk space.

So I'd like to be able to say "these areas of my file-system hold data
that you can discard whenever you need space".  So I can freely fill up
my disk with such irrelevant data, safe in the knowledge that if I ever
need this disk space it'll be automatically reclaimed.

[ I realize this is probably better implemented outside of the kernel, but
  it seems like it might be of interest here.  Please redirect me to
  a more appropriate place if you can think of one (other than
  /dev/null that is).  ]


        Stefan


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

end of thread, other threads:[~2007-11-25 17:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-15 22:24 Treat disk space like memory space Stefan Monnier
2007-11-16  0:03 ` Wes Felter
2007-11-16  0:24 ` Lee Revell
2007-11-16 18:30   ` H. Peter Anvin
2007-11-16 19:34     ` Jörn Engel
2007-11-23 14:28 ` Pavel Machek

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.