minix/lib/libsffs
Ben Gras 44f34e53d5 VFS: Implement REQ_BPEEK.
This commit introduces a new request type called REQ_BPEEK. It
requests minor device blocks from the FS.  Analogously to REQ_PEEK,
it requests the filesystem to get the requested blocks into its
cache, without actually copying the result anywhere.

Change-Id: If1d06645b0e17553a64b3167091e9d12efeb3d6f
2013-04-24 10:18:16 +00:00
..
const.h Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
dentry.c libsffs: resolve Coverity warnings 2012-07-30 12:10:14 +00:00
glo.h Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
handle.c Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inc.h Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inode.c Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inode.h Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
link.c Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
lookup.c drop segment from safecopy invocations 2012-06-16 16:22:51 +00:00
main.c Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
Makefile Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
misc.c drop segment from safecopy invocations 2012-06-16 16:22:51 +00:00
mount.c Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
name.c Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
path.c libsffs: resolve Coverity warnings 2012-07-30 12:10:14 +00:00
proto.h Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
read.c drop segment from safecopy invocations 2012-06-16 16:22:51 +00:00
stat.c Subsecond timestamps support for FS 2013-04-12 11:11:59 +02:00
table.c VFS: Implement REQ_BPEEK. 2013-04-24 10:18:16 +00:00
type.h Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
util.c drop segment from safecopy invocations 2012-06-16 16:22:51 +00:00
verify.c Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
write.c drop segment from safecopy invocations 2012-06-16 16:22:51 +00:00