aboutsummaryrefslogtreecommitdiffstats
path: root/FuseArchive/ChunkFile.py
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong block count for cacheSteve Slaven2009-11-031-1/+1
* Use a stringbuffer list instead of appending strings, apparently pythonSteve Slaven2009-11-021-39/+67
* Update chunk references on chunk flush too, so we don't lose partially usedSteve Slaven2009-08-071-37/+44
* Don't re-read the entire file in case we are extending it when we don'tSteve Slaven2009-08-071-2/+7
* Added a method to free blocks before unlink, just doing ftruncate thenSteve Slaven2009-08-071-0/+7
* Store a key in the phyiscal file that pulls the data from a chunk toSteve Slaven2009-08-071-2/+26
* Pre-init original_chunks because we might need to fflush early in theSteve Slaven2009-08-061-0/+13
* Update chunk ref counts when we update the on-disk chunk listSteve Slaven2009-08-061-23/+30
* Add reference counting so we can delete unused chunksSteve Slaven2009-08-061-1/+28
* Added storage switch back inSteve Slaven2009-08-041-3/+8
* Fix namespace problemSteve Slaven2009-08-041-1/+1
* Use the new chunk storageSteve Slaven2009-08-041-1/+4
* Split up main classesSteve Slaven2009-08-041-0/+536