minix/servers/vfs
2008-02-25 14:35:54 +00:00
..
buf.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
const.h Added XDOPEN. 2008-02-22 14:50:41 +00:00
device.c Asynchronous communication with character specials. 2008-02-22 15:41:07 +00:00
dmap.c Added dmap_async_driver and dmap_sel_filp fields. Support for asynch character 2008-02-22 15:01:00 +00:00
dmap.h Added dmap_async_driver and dmap_sel_filp fields. Support for asynch character 2008-02-22 15:01:00 +00:00
exec.c New VFS interface 2007-08-07 12:52:47 +00:00
file.h Added filp_state for driver recovery and filp_select_flags to store select 2008-02-22 14:19:23 +00:00
filedes.c Added filp_state for driver recovery and filp_select_flags to store select 2008-02-22 14:19:23 +00:00
fproc.h New fp_flags. Currently used to signal that is process should be suspended 2008-02-22 14:32:23 +00:00
fs.h New VFS interface 2007-08-07 12:52:47 +00:00
glo.h New VFS interface 2007-08-07 12:52:47 +00:00
inode.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
kputc.c Fixed include files. 2008-02-25 14:35:54 +00:00
link.c Directory check before access check. 2007-08-08 15:26:47 +00:00
lock.c First cut at 64-bit file offsets in block devices for mkfs/fsck. 2006-11-27 14:21:43 +00:00
lock.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
main.c Use nonblocking send for reply. Support for asynchronous message passing 2008-02-22 14:53:02 +00:00
Makefile Private copy of kputc to support asynch communication with log device. 2008-02-22 15:43:33 +00:00
misc.c Support for O_REOPEN flag and pass the filp numbet to dev_open. 2008-02-22 14:49:02 +00:00
mount.c Better recovery when req_readsuper fails. 2007-08-10 13:01:38 +00:00
open.c Support for blocking open on char specials (due to asynch message passing), 2008-02-22 13:57:11 +00:00
param.h New VFS interface 2007-08-07 12:52:47 +00:00
path.c Disable POSIX-required behavior wrt trailing slashes. 2007-08-08 11:40:47 +00:00
pipe.c Support for suspending on character device open and on drivers that need to 2008-02-22 14:47:40 +00:00
protect.c New VFS interface 2007-08-07 12:52:47 +00:00
proto.h dev_close needs the filp number for asynch I/O, dev_io gets suspend_reopen 2008-02-22 14:03:14 +00:00
read.c Pass suspend_reopen flag to dev_io. 2008-02-22 14:26:41 +00:00
request.c Fixes two wrong grant return checks and one 'grant leak'. 2007-10-17 10:46:20 +00:00
request.h cleanup 2007-08-10 13:02:39 +00:00
select.c Asynchronous select implementation. 2008-02-22 15:46:59 +00:00
select.h Asynchronous select implementation. 2008-02-22 15:46:59 +00:00
stadir.c REQ_FSTATFS now operates on the root inode (the inode parameter has been 2007-08-17 11:20:59 +00:00
super.h New VFS interface 2007-08-07 12:52:47 +00:00
table.c Higher NCALLS requires bigger table. New calls are in PM. 2008-02-22 14:51:38 +00:00
time.c New VFS interface 2007-08-07 12:52:47 +00:00
timers.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
type.h New VFS interface 2007-08-07 12:52:47 +00:00
utility.c exit prototype 2007-10-23 14:19:16 +00:00
vmnt.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
vmnt.h New VFS interface 2007-08-07 12:52:47 +00:00
vnode.c Removed invalid consistency check. 2007-08-07 14:27:19 +00:00
vnode.h Use dev_t instead of Dev_t in structures. 2008-02-22 14:54:00 +00:00
write.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00