Qualcomm Remote Filesystem Service Implementation
Go to file
Bjorn Andersson c7822e84b1 rmtfs: Extract rmtfs mem IO operations
Rather than exposing a pointer to the mmapped memory and performing IO
directly on this address pass the data through a local buffer and move
the reading and writing of memory into the sharedmem module.

This allows us to support shared memory that is not memory mapped in the
future.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2017-07-28 16:26:09 -07:00
.gitignore rmtfs: Add .gitignore 2016-06-02 10:30:22 -07:00
LICENSE rmtfs: Add missing LICENSE file 2016-06-02 10:29:40 -07:00
Makefile rmtfs: Build with optimization 2016-07-01 17:34:41 -07:00
qmi_rmtfs.c rmtfs: Update tlv prototypes to accept message header 2016-02-08 11:49:55 -08:00
qmi_rmtfs.h rmtfs: Update tlv prototypes to accept message header 2016-02-08 11:49:55 -08:00
qmi_rmtfs.qmi rmtfs: Update tlv prototypes to accept message header 2016-02-08 11:49:55 -08:00
qmi_tlv.c rmtfs: Update tlv prototypes to accept message header 2016-02-08 11:49:55 -08:00
rmtfs.c rmtfs: Extract rmtfs mem IO operations 2017-07-28 16:26:09 -07:00
rmtfs.h rmtfs: Extract rmtfs mem IO operations 2017-07-28 16:26:09 -07:00
sharedmem.c rmtfs: Extract rmtfs mem IO operations 2017-07-28 16:26:09 -07:00
storage.c storage: Reuse already open caller objects 2016-11-29 09:09:04 -08:00
util.c rmtfs: Initial rmtfs implementation 2016-02-07 09:32:14 -08:00
util.h rmtfs: Initial rmtfs implementation 2016-02-07 09:32:14 -08:00