genode/repos/os/include/vfs
Christian Helmuth 24b1f269be Remove Packet_ref from File_system::Packet_descriptor
The intention of Packet_ref was to allow clients to place opaque
references into the packet descriptor itself, which could be observed on
packet completion. Currently no component in our sources uses this
feature and beyond that it is questionable if it should be used at all:
If the server tampers with the ref the client may easily be confused
into observing an incorrect or invalid context. It seems better to
remove the opaque context from the descriptor and leave the actual
implementation to the client and its needs.
2015-09-30 12:20:37 +02:00
..
block_file_system.h vfs: increment 'seek_offset' in block file system 2015-05-26 09:40:04 +02:00
dir_file_system.h Revised API documentation 2015-04-09 16:04:46 +02:00
directory_service.h VFS: local ram_fs instances 2015-08-21 10:58:40 +02:00
file_io_service.h Fix comment 2015-06-22 14:43:34 +02:00
file_system_factory.h vfs: decouple file-system factory from libc 2015-06-09 11:00:10 +02:00
file_system.h Revised API documentation 2015-04-09 16:04:46 +02:00
fs_file_system.h Remove Packet_ref from File_system::Packet_descriptor 2015-09-30 12:20:37 +02:00
inline_file_system.h vfs: use 64bit for file offset and size 2014-10-10 13:02:28 +02:00
log_file_system.h vfs: use 256-byte buffer in log file system 2014-11-12 14:44:16 +01:00
null_file_system.h vfs: use 64bit for file offset and size 2014-10-10 13:02:28 +02:00
ram_file_system.h VFS: local ram_fs instances 2015-08-21 10:58:40 +02:00
rom_file_system.h vfs: let rom fs update ROM when opening file 2015-07-06 12:22:27 +02:00
rtc_file_system.h os: structured timestamp in Rtc session 2015-02-16 13:40:34 +01:00
single_file_system.h vfs: use 64bit for file offset and size 2014-10-10 13:02:28 +02:00
symlink_file_system.h VFS: symlink file system 2015-09-30 12:20:36 +02:00
tar_file_system.h TAR VFS: dereference hard links when opening files 2015-09-30 12:20:35 +02:00
terminal_file_system.h vfs: use 64bit for file offset and size 2014-10-10 13:02:28 +02:00
types.h vfs: use 64bit for file offset and size 2014-10-10 13:02:28 +02:00
vfs_handle.h vfs: add Vfs_handle::Guard utility 2015-06-09 11:00:11 +02:00
zero_file_system.h vfs: use 64bit for file offset and size 2014-10-10 13:02:28 +02:00