minix/servers/ext2
Ben Gras a89ec8bc3b can't get_block(NO_DEV) any more
. 'anonymous' cache blocks (retrieved with NO_DEV as dev
	  parameter) were used to implement read()s from holes in
	  inodes that should return zeroes
	. this is an awkward special case in the cache code though
	  and there's a more direct way to implement the same functionality:
	  instead of copying from a new, anonymous, zero block, to
	  the user target buffer, simply sys_safememset the user target
	  buffer directly. as this was the only use of this feature,
	  this is all that's needed to simplify the cache code a little.
2012-11-16 16:37:44 +01: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 retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02: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 Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02: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 can't get_block(NO_DEV) any more 2012-11-16 16:37:44 +01: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 retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02: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 Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00