aboutsummaryrefslogtreecommitdiffstats
path: root/include/cuse_lowlevel.h
AgeCommit message (Collapse)AuthorLines
2016-04-23Remove leading _ on header guards to comply with reserved identifier ↵Sam Stuewe-3/+3
requirements (#29) Remove leading _ on header guards to comply with reserved identifier requirements
2012-01-24Revert "Add mmap() and munmap() methods to low level API"Miklos Szeredi-7/+0
This partially reverts commit 4b2157c44e6ad7e692fcffb7450143e83151d36b. Remove mmap/munmap suppor as this missed the interface changes for Linux-3.3 (API version 7.18). Only revert the mmap/munmap bits and leave the retrieve_reply API fix in place as well as the optimization in fuse_send_data_iov_fallback().
2011-12-06Add mmap() and munmap() methods to low level APIMiklos Szeredi-0/+7
Currently this is only useful for CUSE. Also update retrieve_reply() method.
2009-06-18CUSE patches from Tejun Heo (add new files)Miklos Szeredi-0/+87