Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2012-07-04 | libfuse: mark some data constant | Miklos Szeredi | -4/+4 | |
2011-07-06 | Add ->flock() operation to low and high level interfaces | Miklos Szeredi | -0/+26 | |
This fixes problems with emulating flock() with POSIX locking. Reported by Sebastian Pipping. As with lock/setlk/getlk most filesystems don't need to implement this, as the kernel takes care of file locking. The only reason to implement locking operations is for network filesystems which want file locking to work between clients. | ||||
2011-03-30 | Fix a possible resource leak (free the old up) | Laszlo Papp | -0/+4 | |
2010-11-10 | add read_buf method to high level API | Miklos Szeredi | -8/+8 | |
Add a new read_buf() method to the highlevel API. This allows returning a generic buffer from the read method, which in turn allows zero copy reads. | ||||
2010-11-10 | add write_buf method to high level API | Miklos Szeredi | -7/+7 | |
Add new write_buf() method to the highlevel API. Similarly to the lowlevel write_buf() method, this allows implementing zero copy writes. | ||||
2010-06-15 | * Add a nopath option and flag, indicating that path argument | Miklos Szeredi | -0/+2 | |
need not be calculated for the following operations: read, write, flush, release, fsync, readdir, releasedir, fsyncdir, ftruncate, fgetattr, lock, ioctl and poll. | ||||
2008-02-08 | Support receiving file handle from kernel in GETATTR request; Allow ↵ | Miklos Szeredi | -120/+150 | |
operations with a NULL path argument, if the filesystem supports it | ||||
2007-12-12 | change indenting | Miklos Szeredi | -965/+969 | |
2007-10-16 | Clarify licence version to be "LGPLv2" for the library | Miklos Szeredi | -2/+2 | |
2007-05-11 | update flush changes | Miklos Szeredi | -1/+1 | |
2007-04-28 | doc | Miklos Szeredi | -3/+17 | |
2007-02-03 | Add filesystem stacking support to high level API | Miklos Szeredi | -0/+1356 | |