Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2673 5999 d 16 h jermar /trunk/uspace/srv/fs/tmpfs/ Rename variable from 'size' to 'len'.  
2667 6004 d 12 h jermar /trunk/uspace/srv/fs/tmpfs/ The previous commit was not entirely sane.
Handle VFS_WRITE correctly when the file doesn't grow.
Handle it correctly also when the file grows.
 
2666 6004 d 17 h jermar /trunk/uspace/srv/ VFS and TMPFS support for VFS_WRITE.  
2664 6006 d 14 h jermar /trunk/uspace/srv/fs/tmpfs/ Fix two bugs in TMPFS-side VFS_READ.  
2663 6006 d 15 h jermar /trunk/uspace/ Reimplement VFS_READ using IPC_M_DATA_READ.  
2658 6007 d 14 h jermar /trunk/uspace/srv/ VFS work.
Foundation for TMPFS-side VFS_READ and fixes in VFS-side VFS_READ.
 
2655 6010 d 20 h jermar /trunk/uspace/srv/fs/tmpfs/ TMPFS work.
VFS_LOOKUP implemented.
 
2645 6013 d 20 h jermar /trunk/uspace/ Start TMPFS.
Not loaded during boot as there is a reproducible kernel panic which occurs when
both tmpfs and fat are loaded.