Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-05-19 | Disable splice by default | Miklos Szeredi | -0/+3 | |
Disable splice by default, add "splice_read", "splice_write" and "splice_move" options. Keep the "no_splice_*" variants, which can disable splice even if the filesystem explicitly enables it. | ||||
2010-11-08 | libfuse: add retrieve request | Miklos Szeredi | -0/+10 | |
Retrieve data stored in the kernel buffers for a given inode. | ||||
2010-11-08 | libfuse: support zero copy writes in lowlevel interface | Miklos Szeredi | -0/+7 | |
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. | ||||
2010-07-12 | libfuse: add buffer interface | Miklos Szeredi | -0/+1 | |
Add a generic buffer interface for use with I/O. Buffer vectors are supplied and each buffer in the vector may be a memory pointer or a file descriptor. The fuse_reply_fd() interface is converted to using buffers. | ||||
2010-06-17 | Add fuse_reply_fd() reply function to the low level interface | Miklos Szeredi | -0/+3 | |
2009-08-18 | * Add missing fuse_session_data to versionscript | Miklos Szeredi | -4/+4 | |
* Make sure all global symbols are prefixed with "fuse_" or "cuse_" * Released 2.8.0 | ||||
2009-06-18 | CUSE patches from Tejun Heo (add new files) | Miklos Szeredi | -0/+1 | |
2009-06-18 | CUSE patches from Tejun Heo | Miklos Szeredi | -3/+66 | |
2007-12-12 | change indenting | Miklos Szeredi | -11/+11 | |
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-07 | interrupt support | Miklos Szeredi | -0/+1 | |
2006-03-17 | fix | Miklos Szeredi | -4/+8 | |
2006-02-15 | fix | Miklos Szeredi | -0/+5 | |
2006-01-20 | fix | Miklos Szeredi | -0/+2 | |
2006-01-07 | fix | Miklos Szeredi | -1/+1 | |
2006-01-06 | fix | Miklos Szeredi | -2/+2 | |
2005-08-15 | fix | Miklos Szeredi | -0/+24 | |
2005-07-15 | cleanup | Miklos Szeredi | -38/+0 | |
2005-07-15 | added lowlevel API | Miklos Szeredi | -13/+3 | |
2005-07-06 | fix | Miklos Szeredi | -0/+3 | |
2005-05-09 | fix | Miklos Szeredi | -0/+5 | |
2005-04-22 | fix | Miklos Szeredi | -0/+1 | |
2005-04-03 | fix | Miklos Szeredi | -0/+2 | |
2005-02-28 | fix | Miklos Szeredi | -0/+1 | |
2005-01-10 | update copyright year | Miklos Szeredi | -1/+1 | |
2005-01-04 | fix | Miklos Szeredi | -2/+1 | |
2005-01-04 | interrupted request improvements | Miklos Szeredi | -81/+2 | |
2004-12-07 | cleanup | Miklos Szeredi | -1/+1 | |
2004-12-04 | backward compatibility | Miklos Szeredi | -1/+46 | |
2004-11-26 | API change | Miklos Szeredi | -1/+0 | |
2004-11-02 | added support for setting the st_ino field | Miklos Szeredi | -8/+12 | |
2004-09-27 | fix | Miklos Szeredi | -1/+1 | |
2004-09-22 | fix | Miklos Szeredi | -3/+0 | |
2004-07-24 | security fixes + other enhancements | Miklos Szeredi | -0/+1 | |
2004-07-23 | clean up mount option passing | Miklos Szeredi | -0/+10 | |
2004-07-07 | change email address | Miklos Szeredi | -1/+1 | |
2004-06-24 | close after delete support | Miklos Szeredi | -0/+3 | |
2004-05-04 | Extended attributes for 2.4 | Miklos Szeredi | -1/+0 | |
2004-02-20 | fix | Miklos Szeredi | -0/+2 | |
2004-02-19 | improvements to the kernel interface | Miklos Szeredi | -0/+2 | |
2002-12-05 | fixes | Miklos Szeredi | -0/+1 | |
2002-10-25 | version change + cleanups | Miklos Szeredi | -2/+2 | |
2001-12-20 | permission checking implemented | Miklos Szeredi | -0/+1 | |
2001-12-20 | preparations for cred checking in fs | Miklos Szeredi | -0/+2 | |
2001-11-19 | multithreading improvements | Miklos Szeredi | -0/+2 | |
2001-11-16 | better thread management | Miklos Szeredi | -0/+6 | |
2001-11-09 | preparing for release | Miklos Szeredi | -4/+0 | |
2001-11-07 | build with automake | Miklos Szeredi | -3/+9 | |
2001-11-06 | cleanups | Miklos Szeredi | -1/+2 | |