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
2016-05-11
lib/fuse_lowlevel.c: fix small typo in fuse_ll_help (#44)
David Sheets
-1
/
+1
2016-03-29
Whitespace cleanup.
Nikolaus Rath
-3
/
+3
2016-03-29
Inlined fuse_chan_fd
Nikolaus Rath
-6
/
+6
2016-03-29
Inlined fuse_chan_{send, recv}
Nikolaus Rath
-81
/
+60
2016-01-14
Initialize padding to zero.
Nikolaus Rath
-0
/
+1
2015-09-29
Merge branch 'clone_fd'
Miklos Szeredi
-3
/
+6
2015-06-29
libfuse: fix possible memory leak
Miklos Szeredi
-1
/
+1
2015-05-18
libfuse: add "clone_fd" option
Miklos Szeredi
-0
/
+2
2015-05-18
libfuse: get ref for req
Miklos Szeredi
-1
/
+3
2015-05-18
libfuse: refcount fuse_chan objects
Miklos Szeredi
-2
/
+1
2015-04-23
libfuse: add FUSE_CAP_NO_OPEN_SUPPORT flag to ->init()
Miklos Szeredi
-0
/
+2
2014-07-15
libfuse: add flags to ->rename()
Miklos Szeredi
-1
/
+16
2014-07-15
libfuse: allow setting ctime in ->setattr()
Miklos Szeredi
-1
/
+4
2014-07-15
libfuse: add "time_gran" option
Miklos Szeredi
-1
/
+12
2014-02-27
Allocate buffer when splicing from the fuse device
Miklos Szeredi
-6
/
+21
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
[next]