aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_session.c
AgeCommit message (Collapse)AuthorLines
2012-07-19Remove compat functionsMiklos Szeredi-33/+3
2012-07-19Remove old symbol versionsMiklos Szeredi-4/+0
2010-11-08libfuse: support zero copy writes in lowlevel interfaceMiklos Szeredi-0/+28
Add new ->write_buf() method to low level interface. This allows passig a generic buffer, either containing a memory buffer or a file descriptor. This allows implementing zero copy writes. Add fuse_session_receive_buf() and fuse_session_process_buf() which may be used in event loop implementations to replace fuse_chan_recv() and fuse_session_process() respectively.
2009-07-02* The context is extended with a 'umask' field. The umask is sentMiklos Szeredi-0/+5
for mknod, mkdir and create requests by linux kernel version 2.6.31 or later, otherwise the umask is set to zero. Also introduce a new feature flag: FUSE_CAP_DONT_MASK. If the kernel supports this feature, then this flag will be set in conn->capable in the ->init() method. If the filesystem sets this flag in in conn->want, then the create modes will not be masked. * Add low level interfaces for lookup cache and attribute invalidation. This feature is available in linux kernels 2.6.31 or later. Patch by John Muir * Kernel interface version is now 7.12
2009-06-18CUSE patches from Tejun HeoMiklos Szeredi-11/+1
2007-12-12change indentingMiklos Szeredi-92/+93
2007-12-12Disable old symbol versions if __UCLIBC__ is definedMiklos Szeredi-1/+2
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi-1/+1
2007-04-25update copyright datesMiklos Szeredi-1/+1
2006-09-27fixesMiklos Szeredi-3/+2
2006-09-22fix compat bugs in lowlevel interfaceMiklos Szeredi-0/+1
2006-03-17fixMiklos Szeredi-5/+34
2006-03-17fixMiklos Szeredi-0/+11
2006-03-01fixMiklos Szeredi-1/+8
2006-01-06fixMiklos Szeredi-1/+1
2005-10-03trailing whitespace fixMiklos Szeredi-3/+3
2005-08-15fixMiklos Szeredi-1/+8
2005-08-14cleanupMiklos Szeredi-0/+154