HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
trunk
/
uspace
/
srv
/
fs
/
fat
/
fat.c
@ 4633
– Rev 4585
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4585
5604 d 12 h
jermar
/trunk/uspace/
Introduce VFS_IN_FSTAT and VFS_OUT_STAT.
Provide libc fstat() and devfs_stat().
This functionality replaces VFS_IN_NODE
and VFS_IN/OUT_DEVICE. FAT and TMPFS
still do not implement this and VFS_IN_STAT
and stat() need implementation as well.
4584
5604 d 17 h
jermar
/trunk/uspace/
Separate the VFS input and output protocols.
4562
5610 d 11 h
jermar
/trunk/uspace/srv/fs/
Endpoint file systems should terminate the connection fibril when VFS closes the connection.
4465
5629 d 12 h
decky
/trunk/uspace/srv/fs/
implement VFS_OPEN_NODE and VFS_DEVICE (no device handle is returned)
implement no-op VFS_SYNC and VFS_CLOSE
4007
5722 d 13 h
decky
/trunk/uspace/srv/fs/
blocking connection to VFS
3882
5740 d 11 h
decky
/trunk/uspace/
cleanup configuration
code cleanup
3845
5752 d 8 h
jermar
/trunk/uspace/srv/
Nuke VFS operations structure.
3636
5819 d 8 h
jermar
/trunk/uspace/srv/fs/fat/
Propagate VFS_DESTROY to fat_destroy().
3546
5840 d 8 h
jermar
/trunk/uspace/srv/fs/fat/
Start implementing fat_truncate().
3497
5850 d 20 h
jermar
/trunk/uspace/srv/fs/fat/
Dummy fat_write().
3307
5924 d 12 h
jermar
/trunk/uspace/srv/fs/fat/
Dummy implementation of fat_read().
3110
5991 d 11 h
jermar
/trunk/uspace/srv/fs/fat/
Initialize global FAT IDX structures when the FAT server starts and initialize
per-file system FAT IDX structures when a file system gets mounted.
2731
6101 d 17 h
jermar
/trunk/uspace/srv/
Add the VFS_FREE operation. This operation frees up whatever resources used by
a file system node for which there is no name (i.e. an unlinked node).
Cleanup VFS operations enums and remove unneeded VFS operations.
2690
6141 d 9 h
jermar
/trunk/uspace/srv/
Make a distinction between VFS operations that are common to VFS and FS
implementations, operations that are VFS only and operations that are FS
implementations only.
2644
6164 d 14 h
jermar
/trunk/uspace/
Move incomplete fs interface from fat.h to libfs.
2643
6164 d 15 h
jermar
/trunk/uspace/
VFS work.
Move FS registration code to libfs.
2637
6176 d 11 h
cejka
/trunk/
Extended IPC_M_CONNECT_TO_ME to use 3 user defined parameters.
Phone identifier is passed in ARG5.
2635
6178 d 11 h
cejka
/trunk/
Function ipc_connect_me_to sends 3 user defined arguments now.
One argument added also to ipc_forward_fast.
Fixed devmap and improved its test.
2627
6185 d 11 h
jermar
/trunk/uspace/srv/fs/fat/
FAT work.
Start VFS_LOOKUP support in FAT.
2619
6190 d 9 h
jermar
/trunk/
Modify ipc_answer_*() to make use of all six syscall arguments. The recommended
means of answering calls is via the ipc_answer_m() macros (where m denotes the
number of return arguments) that automatically decide between the fast register
version or the slow universal version of ipc_answer().
←Prev
1
2
Next→
Show All