Changeset 103

Show
Ignore:
Timestamp:
07/17/05 04:40:09 (3 years ago)
Author:
jtv
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • TODO

    r99 r103  
    1 More documentation; find better source format. 
     1Find better documentation source format. 
    22 
    33Work on "eviction policy."  Delete swapfile with largest free space? 
     
    55Custom signals can interrupt creation/decommissioning of swapfiles.  I'm not 
    66sure this is a bad thing, but it might create a risk of leaking files. 
    7  
    8 Try to detect situations where the next swapfile will fill up the disk, and 
    9 don't bother to allocate.  As a side effect, this may make swapspace respect the 
    10 filesystem's conservative measurement of free disk space, which seems proper. 
    11 See coreutils "df" source code for how to find this information for a given swap 
    12 directory. 
    137 
    148Describe the algorithm's finite state machine in Dot format.