Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2012-07-19 | Remove compat functions | Miklos Szeredi | -33/+3 | |
2012-07-19 | Remove old symbol versions | Miklos Szeredi | -4/+0 | |
2010-11-08 | libfuse: support zero copy writes in lowlevel interface | Miklos 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 sent | Miklos 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-18 | CUSE patches from Tejun Heo | Miklos Szeredi | -11/+1 | |
2007-12-12 | change indenting | Miklos Szeredi | -92/+93 | |
2007-12-12 | Disable old symbol versions if __UCLIBC__ is defined | Miklos Szeredi | -1/+2 | |
2007-10-16 | Clarify licence version to be "LGPLv2" for the library | Miklos Szeredi | -1/+1 | |
2007-04-25 | update copyright dates | Miklos Szeredi | -1/+1 | |
2006-09-27 | fixes | Miklos Szeredi | -3/+2 | |
2006-09-22 | fix compat bugs in lowlevel interface | Miklos Szeredi | -0/+1 | |
2006-03-17 | fix | Miklos Szeredi | -5/+34 | |
2006-03-17 | fix | Miklos Szeredi | -0/+11 | |
2006-03-01 | fix | Miklos Szeredi | -1/+8 | |
2006-01-06 | fix | Miklos Szeredi | -1/+1 | |
2005-10-03 | trailing whitespace fix | Miklos Szeredi | -3/+3 | |
2005-08-15 | fix | Miklos Szeredi | -1/+8 | |
2005-08-14 | cleanup | Miklos Szeredi | -0/+154 | |