minix/servers/mfs
Ben Gras a9f55a2e46 VFS, FSes: add REQ_PEEK request type
REQ_PEEK behaves just like REQ_READ except that it does not copy
data anywhere, just obtains the blocks from the FS into the cache.

To be used by the future mmap implementation.

Change-Id: I1b56de304f0a7152b69a72c8962d04258adb44f9
2013-03-07 10:57:38 +00:00
..
buf.h Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
cache.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
clean.h Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
const.h Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
fs.h Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
glo.h Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
inode.c Cleaning usage of MAJOR/MINOR 2013-01-14 11:36:26 +01:00
inode.h mfs: restore readonly mounting 2011-12-22 01:29:27 +01:00
link.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
main.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
Makefile Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
mfsdir.h Removing obsolete _NBSD_LIBC define 2013-02-26 09:44:24 +00:00
misc.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
mount.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
open.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
path.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
pipe.c Check group range for sanity 2011-09-08 12:23:03 +00:00
protect.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
proto.h Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
read.c VFS, FSes: add REQ_PEEK request type 2013-03-07 10:57:38 +00:00
stadir.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
stats.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
super.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
super.h mfs: clean flag 2011-12-22 16:53:32 +01:00
table.c VFS, FSes: add REQ_PEEK request type 2013-03-07 10:57:38 +00:00
time.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
type.h Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
utility.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
write.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00