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.c
Age
Commit message (
Expand
)
Author
Lines
2013-03-19
Merge branch 'fuse_2_9_bugfix'
Miklos Szeredi
-0
/
+1
2013-02-21
fix fi->fh format strings
Miklos Szeredi
-2
/
+2
2013-02-21
Fix nodeid format strings
Miklos Szeredi
-6
/
+9
2013-02-18
Add "nopath" to help.
Miklos Szeredi
-0
/
+1
2013-02-08
libfuse: remove deprecated fuse_operations.utime_omit_ok
Miklos Szeredi
-5
/
+1
2013-02-08
libfuse: remove deprecated fuse_operations.utime()
Miklos Szeredi
-10
/
+0
2013-02-08
libfuse: remove deprecated fuse_operations.getdir()
Miklos Szeredi
-30
/
+0
2013-02-08
libfuse: remove deprecated fuse_exited()
Miklos Szeredi
-5
/
+0
2013-02-08
libfuse: remove deprecated fuse_read_cmd(), fuse_process_cmd()
Miklos Szeredi
-47
/
+0
2013-02-08
libfuse: remove deprecated fuse_set_getcontext_func()
Miklos Szeredi
-6
/
+0
2013-02-08
libfuse: remove deprecated fuse_invalidate()
Miklos Szeredi
-7
/
+0
2013-02-08
libfuse: remove deprecated fuse_is_lib_option()
Miklos Szeredi
-6
/
+0
2013-02-07
libfuse-fix-fs-cleanup
Miklos Szeredi
-4
/
+3
2013-02-07
libfuse: add poll_events to fuse_file_info
Enke Chen
-2
/
+3
2013-02-05
libfuse: fix fuse_get_context() in non fuse threads
Miklos Szeredi
-18
/
+30
2013-02-04
Merge branch 'fuse_2_9_bugfix'
Miklos Szeredi
-118
/
+174
2013-02-04
libfuse: fix the 'remember' option
Madan Valluri
-0
/
+4
2013-02-04
libfuse: fix crash in unlock_path()
Ratna_Bolla@dell.com
-0
/
+2
2012-10-01
Fix deadlock in libfuse
Miklos Szeredi
-118
/
+167
2012-08-24
Fix missing config.h in buffer.c
Miklos Szeredi
-0
/
+1
2012-08-14
Merge branch 'fuse_2_9_bugfix'
Miklos Szeredi
-13
/
+15
2012-08-14
Zero out node when allocating from a slab.
Miklos Szeredi
-10
/
+4
2012-08-14
Fix "fuse internal error: node NNN not found"
Miklos Szeredi
-4
/
+12
2012-07-20
Remove compatibility path handling
Miklos Szeredi
-18
/
+3
2012-07-19
Remove compat functions
Miklos Szeredi
-231
/
+8
2012-07-19
Remove old symbol versions
Miklos Szeredi
-10
/
+0
2012-07-19
Fix crash caused by freeing a stack address
Miklos Szeredi
-1
/
+1
2012-06-18
Add FALLOCATE operation
Anatol Pomozov
-0
/
+36
2012-04-10
Add 'flag_utime_omit_ok' flag to fuse_operations
Miklos Szeredi
-0
/
+27
2011-12-09
Don't unhash name in FORGET
Miklos Szeredi
-2
/
+1
2011-12-09
Fix hang in wait_on_path()
Miklos Szeredi
-3
/
+31
2011-12-08
FUSE_NODE_SLAB buildfix
Emmanuel Dreyfus
-11
/
+11
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
-0
/
+44
2011-06-02
add "remember" option
therealneworld@gmail.com
-8
/
+177
2011-05-19
Add ->forget_multi() operation
Miklos Szeredi
-4
/
+22
2011-03-30
Initialize an allocated, but uninitialized memory
Laszlo Papp
-1
/
+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 potential resource leak
Laszlo Papp
-1
/
+3
2011-03-30
Use the return value for error check
Laszlo Papp
-3
/
+2
2011-02-17
Add -onoforget to help output
Miklos Szeredi
-0
/
+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
-23
/
+73
2010-11-10
add write_buf method to high level API
Miklos Szeredi
-10
/
+55
2010-11-08
Fix st_nlink for unlinked but still open files
Miklos Szeredi
-5
/
+9
[next]