minix/servers/ext2
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
..
balloc.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
buf.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
ialloc.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
inode.c Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
inode.h Add support for the ext2 file system. Contributed by Evgeniy Ivanov. 2010-08-02 11:44:45 +00: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 Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02: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
protect.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +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
super.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
super.h Add support for the ext2 file system. Contributed by Evgeniy Ivanov. 2010-08-02 11:44:45 +00:00
table.c VFS, FSes: add REQ_PEEK request type 2013-03-07 10:57:38 +00:00
time.c Move primary cache code to libminixfs. 2012-10-23 19:48:38 +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 Libraries updates and cleanup 2013-01-14 11:36:26 +01:00