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
Age
Commit message (
Expand
)
Author
Lines
2011-12-08
FUSE_NODE_SLAB buildfix
Emmanuel Dreyfus
-11
/
+11
2011-12-07
libfuse: Notifying the kernel of deletion.
John Muir
-0
/
+29
2011-12-06
Add mmap() and munmap() methods to low level API
Miklos Szeredi
-6
/
+91
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-09-23
Replace daemon() function with fork()
Anatol Pomozov
-5
/
+29
2011-08-31
Don't ignore --disable-mtab
Miklos Szeredi
-0
/
+2
2011-08-24
add lru for remember option
therealneworld@gmail.com
-41
/
+89
2011-07-06
Add ->flock() operation to low and high level interfaces
Miklos Szeredi
-8
/
+117
2011-06-02
add "remember" option
therealneworld@gmail.com
-28
/
+221
2011-05-27
Check if splice/vmsplice are supported
Miklos Szeredi
-24
/
+78
2011-05-25
Spell checking comments, etc...
Reuben Hawkins
-1
/
+1
2011-05-19
Fix ioctl ABI
Miklos Szeredi
-10
/
+73
2011-05-19
Add ->forget_multi() operation
Miklos Szeredi
-6
/
+29
2011-05-19
Allow batching of forget requests
Miklos Szeredi
-12
/
+59
2011-05-19
Fix splice_read
Miklos Szeredi
-2
/
+1
2011-05-19
Disable splice by default
Miklos Szeredi
-6
/
+19
2011-05-19
Don't hide output of /bin/mount
Miklos Szeredi
-10
/
+0
2011-04-15
libfuse: Added support for auto_unmount option
Max Krasnyansky
-8
/
+27
2011-03-30
Fix a potential null pointer dereference issue
Laszlo Papp
-1
/
+2
2011-03-30
Fix a potential resource leak (newargv)
Laszlo Papp
-2
/
+7
2011-03-30
Initialize an allocated, but uninitialized memory
Laszlo Papp
-1
/
+1
2011-03-30
Initialize the variable properly before passing to any function
Laszlo Papp
-0
/
+1
2011-03-30
Remove unnecessary variable assignment
Miklos Szeredi
-1
/
+0
2011-03-30
Fix use after free if fuse_reply...() returned ENOENT
Miklos Szeredi
-6
/
+0
2011-03-30
Fix a possible resource leak (free the old up)
Laszlo Papp
-0
/
+4
2011-03-30
Fix a potential resource leak
Laszlo Papp
-1
/
+3
2011-03-30
Use the return value for error check
Laszlo Papp
-3
/
+2
2011-03-30
Check the return value after an open syscall
Laszlo Papp
-2
/
+4
2011-03-30
Check the negative return value after an open syscall
Laszlo Papp
-2
/
+4
2011-02-17
Add -onoforget to help output
Miklos Szeredi
-0
/
+1
2011-02-02
libfuse: fuse_session_loop_mt() shouldn't pause when exiting worker threads
Miklos Szeredi
-2
/
+0
2011-01-31
fusermount: only allow mount and umount if util-linux suppports --no-canonica...
Miklos Szeredi
-71
/
+1
2011-01-31
Fix warning in hash calculation
Miklos Szeredi
-1
/
+1
2010-12-20
Highlevel lib: add slab allocation for node cache
Miklos Szeredi
-9
/
+180
2010-12-20
inline short names
Miklos Szeredi
-13
/
+16
2010-12-20
Highlevel lib: allow hash tables to shrink
Miklos Szeredi
-1
/
+77
2010-12-13
Highlevel lib: use dynamically resized hash table
Miklos Szeredi
-43
/
+153
2010-11-10
add read_buf method to high level API
Miklos Szeredi
-31
/
+82
2010-11-10
add write_buf method to high level API
Miklos Szeredi
-17
/
+63
2010-11-10
fuse_buf_copy: check if buffers are the same
Miklos Szeredi
-1
/
+13
2010-11-10
store fuse_buf inside fuse_bufvec
Miklos Szeredi
-71
/
+51
2010-11-08
libfuse: add retrieve request
Miklos Szeredi
-3
/
+163
2010-11-08
fix pipe cleanup in do_write_buf()
Miklos Szeredi
-2
/
+4
2010-11-08
Fix st_nlink for unlinked but still open files
Miklos Szeredi
-5
/
+9
2010-11-08
Add ctx->pid to debug output
Miklos Szeredi
-2
/
+2
2010-11-08
libfuse: add store request
Miklos Szeredi
-83
/
+122
2010-11-08
bump version to 2.9.0-pre0
Miklos Szeredi
-1
/
+1
2010-11-08
libfuse: support zero copy writes in lowlevel interface
Miklos Szeredi
-25
/
+326
[next]