minix/servers/vfs
Cristiano Giuffrida c5b309ff07 Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu)
Main changes:
- COW optimization for safecopy.
- safemap, a grant-based interface for sharing memory regions between processes.
- Integration with safemap and complete rework of DS, supporting new data types
  natively (labels, memory ranges, memory mapped ranges).
- For further information:
  http://wiki.minix3.org/en/SummerOfCode2009/MemoryGrants

Additional changes not included in the original Wu's branch:
- Fixed unhandled case in VM when using COW optimization for safecopy in case
  of a block that has already been shared as SMAP.
- Better interface and naming scheme for sys_saferevmap and ds_retrieve_map
  calls.
- Better input checking in syslib: check for page alignment when creating
  memory mapping grants.
- DS notifies subscribers when an entry is deleted.
- Documented the behavior of indirect grants in case of memory mapping.
- Test suite in /usr/src/test/safeperf|safecopy|safemap|ds/* reworked
  and extended.
- Minor fixes and general cleanup.
- TO-DO: Grant ids should be generated and managed the way endpoints are to make
sure grant slots are never misreused.
2010-01-14 15:24:16 +00:00
..
const.h Mount updates: 2010-01-12 23:08:50 +00:00
device.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
dmap.c Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
dmap.h Mount updates: 2010-01-12 23:08:50 +00:00
exec.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +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 - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
fproc.h - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
fs.h make unpause() decrease susp_count, as it shouldn't be decreased 2009-05-08 13:56:41 +00:00
fscall.c Mount updates: 2010-01-12 23:08:50 +00:00
glo.h Mount updates: 2010-01-12 23:08:50 +00:00
link.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
lock.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
lock.h - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
main.c Mount updates: 2010-01-12 23:08:50 +00:00
Makefile Limited support for nested FS->VFS requests during VFS->FS call. 2009-05-11 10:02:28 +00:00
misc.c Mount updates: 2010-01-12 23:08:50 +00:00
mmap.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
mount.c Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
open.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
param.h Mount updates: 2010-01-12 23:08:50 +00:00
path.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
pipe.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
protect.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
proto.h Mount updates: 2010-01-12 23:08:50 +00:00
read.c General cleanup: 2010-01-05 19:39:27 +00:00
request.c Basic System Event Framework (SEF) with ping and live update. 2009-12-21 14:12:21 +00:00
request.h cleanup 2007-08-10 13:02:39 +00:00
select.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
select.h Asynchronous select implementation. 2008-02-22 15:46:59 +00:00
stadir.c General cleanup: 2010-01-05 19:39:27 +00:00
table.c General cleanup: 2010-01-05 19:39:27 +00:00
time.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
timers.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
type.h quick cleanup of old mfs cruft from vfs 2009-05-08 14:12:41 +00:00
utility.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
vmnt.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
vmnt.h Mount updates: 2010-01-12 23:08:50 +00:00
vnode.c Fix typo and a bug causing vnode references to become too low. 2009-12-21 09:36:34 +00:00
vnode.h - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
write.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00