| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
The last patch added functionality for generating gocryptfs.longname.*
files, this patch adds support for mapping them back to the full
filenames.
Note that resolving a long name needs a full readdir. A cache
will be implemented later on to improve performance.
 | 
 | 
Also, replace remaining naked syscall.Openat calls.
 | 
 | 
tlog is used heavily everywhere and deserves a shorter name.
Renamed using sed magic, without any manual rework:
   find * -type f -exec sed -i 's/toggledlog/tlog/g' {} +
 | 
 | 
Using dirfd-relative operations allows safe lockless handling
of the ".name" files.
 | 
 | 
 | 
 | 
 | 
 | 
Todo: Rename, Unlink, Rmdir, Mknod, Mkdir
 |