minix/servers/pfs
Thomas Veerman 3de8d1cf6e VFS/PFS: remove notion of position in pipes
Because pipes have no file position. VFS maintained (file) offsets into a
buffer internal to PFS and stored them in vnodes for simplicity, mixing
the responsibilities of filp and vnode objects.

With this patch PFS ignores the position field in REQ_READ and REQ_WRITE
requests making VFS' job a lot simpler.
2013-01-11 09:18:35 +00:00
..
buf.h VFS: replace VFS with AVFS 2012-02-13 16:53:21 +00:00
buffer.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
const.h VFS: replace VFS with AVFS 2012-02-13 16:53:21 +00:00
dev_uds.c PFS: fix negative array index 2012-07-18 10:05:50 +00:00
fs.h retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
glo.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
inc.h retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
inode.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
inode.h VFS: replace VFS with AVFS 2012-02-13 16:53:21 +00:00
link.c various warning/errorwarning fixes for gcc47 2012-08-27 16:19:18 +02:00
main.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
Makefile Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
misc.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
mount.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
open.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
proto.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
read.c VFS/PFS: remove notion of position in pipes 2013-01-11 09:18:35 +00:00
stadir.c drop segment from safecopy invocations 2012-06-16 16:22:51 +00:00
super.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
table.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
uds.c various warning/errorwarning fixes for gcc47 2012-08-27 16:19:18 +02:00
uds.h VFS: replace VFS with AVFS 2012-02-13 16:53:21 +00:00
utility.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00