libgocryptfs/Documentation
gmd20 c20c7992a0 main: add "-kernel_cache" flag
This option is similar to fuse(8) kernel_cache

Verified using vmtouch.

Without -kernel_cache:

$ dd if=/dev/zero of=foo bs=1M count=10 ; vmtouch -t foo ; vmtouch foo
10+0 records in
10+0 records out
10485760 bytes (10 MB, 10 MiB) copied, 0,0242321 s, 433 MB/s
           Files: 1
     Directories: 0
   Touched Pages: 2560 (10M)
         Elapsed: 0.011159 seconds
           Files: 1
     Directories: 0
  Resident Pages: 0/2560  0/10M  0%
         Elapsed: 0.000993 seconds

With -kernel_cache:

$ dd if=/dev/zero of=foo bs=1M count=10 ; vmtouch -t foo ; vmtouch foo
10+0 records in
10+0 records out
10485760 bytes (10 MB, 10 MiB) copied, 0,0244015 s, 430 MB/s
           Files: 1
     Directories: 0
   Touched Pages: 2560 (10M)
         Elapsed: 0.011564 seconds
           Files: 1
     Directories: 0
  Resident Pages: 2560/2560  10M/10M  100%
         Elapsed: 0.000369 seconds
2020-12-20 09:55:04 +01:00
..
.gitignore Update gocryptfs-xray manpage, have MANPAGE-render.bash generate both 2019-01-04 20:12:07 +01:00
CLI_ABI.md Assorted spelling fixes. 2018-12-27 15:19:55 +01:00
MANPAGE-STATFS.md Expand statfs man page a little and include in build.bash 2019-09-08 15:50:05 +02:00
MANPAGE-XRAY.md gocryptfs-xray: document -encrypt-paths / -decrypt-paths 2020-05-10 00:14:03 +02:00
MANPAGE-render.bash Provide a manpage for statfs tool. 2019-09-08 15:30:29 +02:00
MANPAGE.md main: add "-kernel_cache" flag 2020-12-20 09:55:04 +01:00
SECURITY.md Link to official website; move security document 2015-12-20 18:25:10 +01:00
XFSTESTS.md Update fuse-xfstests results 2019-10-13 19:34:03 +02:00
duplicate-inodes.txt main: add "-sharedstorage" flag 2017-11-12 20:06:13 +01:00
extractloop.md doc: update extractloop results 2019-01-05 12:17:17 +01:00
extractloop_plot_csv.png doc: update extractloop results 2019-01-05 12:17:17 +01:00
file-format.md A few more spelling fixes. 2019-01-05 12:27:55 +01:00
folders-side-by-side.gif README: Add folders side-by-side animation gif 2018-07-01 15:28:22 +02:00
gocryptfs-logo.png README: use pre-rendered PNG logo 2017-03-25 14:22:07 +01:00
performance-reverse.txt Update reverse benchmarks 2018-08-18 12:25:03 +02:00
performance.txt performance.txt: add v2.0-beta1-9 results 2020-11-10 19:27:30 +01:00