index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
fuse_lowlevel.c
Age
Commit message (
Expand
)
Author
Lines
2013-02-21
Fix nodeid format strings
Miklos Szeredi
-2
/
+2
2013-02-08
libfuse: remove deprecated fuse_lowlevel_is_lib_option()
Miklos Szeredi
-5
/
+0
2013-02-07
libfuse: allow disabling adaptive readdirplus
Eric Wong
-4
/
+16
2013-02-07
libfuse: add poll_events to fuse_file_info
Enke Chen
-0
/
+1
2013-02-07
libfuse: add readdirplus support in fuse_lowlevel_ops
Feng Shuo
-1
/
+47
2013-02-06
libfuse: Add '[no_]auto_inval_data' mount option
Feng Shuo
-0
/
+11
2013-02-06
libfuse: set close-on-exec flag on pipe file descriptors
Eric Wong
-9
/
+26
2013-02-04
Merge branch 'fuse_2_9_bugfix'
Miklos Szeredi
-0
/
+1
2012-08-24
Fix missing config.h in buffer.c
Miklos Szeredi
-0
/
+1
2012-07-19
Remove compat functions
Miklos Szeredi
-152
/
+6
2012-07-19
Remove old symbol versions
Miklos Szeredi
-10
/
+0
2012-07-04
libfuse: mark some data constant
Miklos Szeredi
-1
/
+1
2012-06-18
Add FALLOCATE operation
Anatol Pomozov
-0
/
+15
2012-04-10
Check protocol version before sending notifications
Miklos Szeredi
-0
/
+9
2012-01-24
Revert "Add mmap() and munmap() methods to low level API"
Miklos Szeredi
-45
/
+0
2011-12-09
Free request in fuse_reply_data()
Miklos Szeredi
-2
/
+4
2011-12-07
libfuse: Notifying the kernel of deletion.
John Muir
-0
/
+28
2011-12-06
Add mmap() and munmap() methods to low level API
Miklos Szeredi
-6
/
+64
2011-12-05
Add support for ioctl on directories
Miklos Szeredi
-0
/
+8
2011-12-05
Make lock argument of fuse_reply_lock const
Miklos Szeredi
-1
/
+1
2011-10-23
Reply with ENOMEM in case of failure to allocate request
Miklos Szeredi
-9
/
+20
2011-07-06
Add ->flock() operation to low and high level interfaces
Miklos Szeredi
-7
/
+45
2011-05-27
Check if splice/vmsplice are supported
Miklos Szeredi
-24
/
+67
2011-05-19
Fix ioctl ABI
Miklos Szeredi
-10
/
+72
2011-05-19
Add ->forget_multi() operation
Miklos Szeredi
-2
/
+7
2011-05-19
Allow batching of forget requests
Miklos Szeredi
-9
/
+52
2011-05-19
Fix splice_read
Miklos Szeredi
-2
/
+1
2011-05-19
Disable splice by default
Miklos Szeredi
-6
/
+16
2010-11-10
store fuse_buf inside fuse_bufvec
Miklos Szeredi
-71
/
+51
2010-11-08
libfuse: add retrieve request
Miklos Szeredi
-3
/
+152
2010-11-08
fix pipe cleanup in do_write_buf()
Miklos Szeredi
-2
/
+4
2010-11-08
Add ctx->pid to debug output
Miklos Szeredi
-2
/
+2
2010-11-08
libfuse: add store request
Miklos Szeredi
-83
/
+121
2010-11-08
libfuse: support zero copy writes in lowlevel interface
Miklos Szeredi
-20
/
+272
2010-08-27
Add NetBSD support
Miklos Szeredi
-3
/
+5
2010-07-12
libfuse: add buffer interface
Miklos Szeredi
-33
/
+201
2010-06-23
* Make the number of max background requests and congestion
Miklos Szeredi
-0
/
+22
2010-06-17
Add fuse_reply_fd() reply function to the low level interface
Miklos Szeredi
-6
/
+212
2010-01-14
* Fix compile error on FreeBSD. Patch by Jay Sullivan
Miklos Szeredi
-1
/
+1
2009-08-18
* Add missing fuse_session_data to versionscript
Miklos Szeredi
-8
/
+9
2009-07-16
* Clarify how the protocol version should be negotiated between
Miklos Szeredi
-5
/
+12
2009-07-02
* The context is extended with a 'umask' field. The umask is sent
Miklos Szeredi
-3
/
+85
2009-06-19
Add fuse_getgroups (high level lib) and fuse_req_getgroups (low
Miklos Szeredi
-0
/
+68
2009-06-18
CUSE patches from Tejun Heo (add new files)
Miklos Szeredi
-2
/
+4
2009-06-18
CUSE patches from Tejun Heo
Miklos Szeredi
-65
/
+71
2009-05-25
Add FUSE_CAP_EXPORT_SUPPORT to fuse_common.h
Miklos Szeredi
-0
/
+4
2008-12-08
* Add missing setattr flags to <fuse_lowlevel.h>.
Miklos Szeredi
-0
/
+10
2008-12-08
* Implement poll support. Patch by Tejun Heo
Miklos Szeredi
-0
/
+86
2008-12-05
* Implement ioctl support. On high level interface only
Miklos Szeredi
-0
/
+72
2008-11-28
If open sets fi->nonseekable, libfuse will tell the kernel that the file is n...
Miklos Szeredi
-0
/
+2
[next]