minix/servers/mfs
Tomas Hruby d2c10fb85e inodes - using types with known size
- fixes a problem in inodes truct definitions. The original definitions use
  posix types. These types don't have well defined size. Therefore when
  compiling mkfs on a different system natively the inodes sizes do not match.
  This patch replaces the posix types with interger types of the same size and
  signedness as the original types in use.
2009-11-06 08:55:07 +00:00
..
buf.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
cache.c - No maximum block size any more. 2009-09-21 14:47:51 +00:00
const.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
device.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
drivers.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
fs.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
glo.h - delete unused .h files 2009-04-27 16:13:51 +00:00
inc.h Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
inode.c MFS put_inode issues (reported by Maurizio Lombardi) 2009-07-22 08:54:28 +00:00
inode.h Move queue.h to include/sys so that it can be used elsewhere. Pull in 2009-04-22 20:02:39 +00:00
link.c Various VFS and MFS fixes to improve correctness, consistency and 2009-05-18 11:27:12 +00:00
main.c Removed macros that depend on NOTIFY_FROM from servers and drivers. They 2009-09-29 18:47:56 +00:00
Makefile - No maximum block size any more. 2009-09-21 14:47:51 +00:00
misc.c removed or optionalized verbose/debugging messages 2007-02-16 15:50:30 +00:00
mount.c MFS put_inode issues (reported by Maurizio Lombardi) 2009-07-22 08:54:28 +00:00
open.c MFS fixes: 2009-07-11 10:36:57 +00:00
path.c MFS: remove some redundant code (reported by Maurizio Lombardi) 2009-07-12 13:57:34 +00:00
pipe.c Added new interface to VFS. 2007-08-07 12:38:35 +00:00
protect.c Removed references to stacktrace. 2007-08-07 13:21:55 +00:00
proto.h Kernel, servers: remove unused proto.h definitions 2009-10-31 14:11:50 +00:00
read.c Various VFS and MFS fixes to improve correctness, consistency and 2009-05-18 11:27:12 +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.c Ground work for larger file systems, and miscellaneous fixes: 2009-10-26 13:35:39 +00:00
super.h - No maximum block size any more. 2009-09-21 14:47:51 +00:00
table.c Limited support for nested FS->VFS requests during VFS->FS call. 2009-05-11 10:02:28 +00:00
time.c Added new interface to VFS. 2007-08-07 12:38:35 +00:00
type.h inodes - using types with known size 2009-11-06 08:55:07 +00:00
utility.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
write.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00