Lines Matching +full:next +full:- +full:level +full:- +full:cache
1 .. SPDX-License-Identifier: GPL-2.0
26 http://xcpu.org/papers/xcpu-talk.pdf
30 http://xcpu.org/papers/cellfs-talk.pdf
33 * VirtFS: A Virtualization Aware File System pass-through
34 https://kernel.org/doc/ols/2010/ols2010-pages-109-120.pdf
41 mount -t 9p 10.10.1.2 /mnt/9
45 mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER
49 mount -t 9p -o trans=virtio <mount_tag> /mnt/9
61 mount -t 9p -o trans=usbg,aname=/path/to/fs <device> /mnt/9
65 …root=<device> rootfstype=9p rootflags=trans=usbg,cache=loose,uname=root,access=0,dfltuid=0,dfltgid…
89 Just start the 9pfs capable network server like diod/nfs-ganesha e.g.::
91 $ diod -f -n -d 0 -S -l 0.0.0.0:9999 -e $PWD
98 --- | ---- | ---------------- | ---------------- | --------- | ----
99 2 | 67 | unknown | unknown | 1d6b:0109 | 2-1.1.2
100 2 | 68 | unknown | unknown | 1d6b:0109 | 2-1.1.3
104 $ python $kernel_dir/tools/usb/p9_fwd.py --path 2-1.1.2 connect -p 9999
108 One use-case is to use it as an alternative to NFS root booting during
123 virtio connect to the next virtio channel available
136 cache=mode specifies a caching policy. By default, no caches are used.
144 0b00000010 meta-data caches enabled
154 readahead 0b00000001 (only read-ahead file caching)
155 mmap 0b00000101 (read-ahead + writeback file cache)
156 loose 0b00001111 (non-coherent file and meta-data caches)
157 fscache 0b10001111 (persistent loose cache)
161 moment, so using other combinations of bit-patterns is not
162 known to work. Work on better cache support is in progress.
171 debug=n specifies debug level. The debug level is a bitmask.
210 afid security channel - used by Plan 9 authentication protocols
212 nodevmap do not map special files - represent them as normal files.
216 directio bypass page cache on all read/write operations
218 ignoreqv ignore qid.version==0 as a marker to ignore cache
238 cachetag cache tag to use the specified persistent cache.
239 cache tags for existing cache sessions can be listed at
240 /sys/fs/9p/caches. (applies only to cache=fscache)
249 - Setting O_NONBLOCK on a file will make client reads return as early
257 http://ericvh.github.com/9p-rfc/
260 http://9p.cat-v.org/implementations
274 http://plan9.bell-labs.com/plan9