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
2014-01-29
libfuse: Add "async_dio" and "writeback_cache" options
Miklos Szeredi
-5
/
+28
2013-11-29
Fix fuse_add_direntry_plus()
Miklos Szeredi
-15
/
+10
2013-08-26
Merge remote-tracking branch 'origin/fuse_2_9_bugfix'
Miklos Szeredi
-0
/
+1
2013-08-26
Add missing includes
Daniel Thau
-0
/
+1
2013-08-26
Don't close -1 fd in fuse_chan_destroy()
Miklos Szeredi
-1
/
+3
2013-07-26
Print help on stdout instead of stderr
Miklos Szeredi
-3
/
+3
2013-07-18
libfuse: clean up struct fuse_file_info
Miklos Szeredi
-15
/
+1
2013-07-17
Merge https://github.com/qknight/fuse-fuse
Miklos Szeredi
-0
/
+0
2013-07-02
rewrote c++ style comments to c style coments mentioned by Miklos Szeredi
Joachim Schiele
-0
/
+0
2013-06-21
libfuse: remove session and chan abstractions
Miklos Szeredi
-20
/
+32
2013-06-21
libfuse: remove fuse_chan_bufsize()
Miklos Szeredi
-22
/
+25
2013-06-21
libfuse: remove fuse_chan_(send|receive)
Miklos Szeredi
-8
/
+60
2013-06-21
libfuse: clean up fuse_session
Miklos Szeredi
-16
/
+2
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
[next]