aboutsummaryrefslogtreecommitdiffstats
path: root/FuseArchive/FileSystem.py
Commit message (Expand)AuthorAgeFilesLines
* Only ignore utimens for symlinksSteve Slaven2009-11-031-2/+5
* Override the problem utimens setupSteve Slaven2009-11-031-1/+1
* Include a fix for broken rsync symlink supportSteve Slaven2009-11-031-1/+6
* Only try and free the block refs if we are the last ref to the blocks so weSteve Slaven2009-11-031-5/+39
* Allow unlinking symlinks correctly without unallocating block refs orSteve Slaven2009-11-031-4/+6
* Added a method to free blocks before unlink, just doing ftruncate thenSteve Slaven2009-08-071-2/+2
* Pre-init original_chunks because we might need to fflush early in theSteve Slaven2009-08-061-1/+1
* Truncate files on unlink so we free their blocksSteve Slaven2009-08-061-0/+4
* Add reference counting so we can delete unused chunksSteve Slaven2009-08-061-1/+1
* Split up main classesSteve Slaven2009-08-041-0/+154