s3fs-fuse/src
ggtakec@gmail.com c686a3b2c0 Fixed Issue 241
1) problems with fseek and s3fs(Issue 241)
   This problem is that s3fs returns file stat(size) when client already has opened file discriptor and client modifies file before saving fd.
   So that, client adds bytes into file, but s3fs_getattr() function returns original size before changing.
   Changes codes for that s3fs returns size from opened file discriptor, if client already opens the file.
   * Changes s3fs.cpp
   * Adds fdcache.cpp fdcache.h



git-svn-id: http://s3fs.googlecode.com/svn/trunk@432 df820570-a93a-0410-bd06-b72b767a4274
2013-05-28 05:54:09 +00:00
..
cache.cpp Fixed Issue 31 and Cleanup codes 2013-05-09 08:35:17 +00:00
cache.h Fixed issue 291, and Adds "disable_noobj_cache" option. 2013-05-08 07:51:22 +00:00
common.h Summary of Changes(1.65 -> 1.66) 2013-04-06 17:39:22 +00:00
curl.cpp Fixed a bug(failed all multi head request when mounting bucket+path) 2013-05-27 02:22:47 +00:00
curl.h Fixed Issue 235 2013-05-27 01:15:48 +00:00
fdcache.cpp Fixed Issue 241 2013-05-28 05:54:09 +00:00
fdcache.h Fixed Issue 241 2013-05-28 05:54:09 +00:00
Makefile.am Fixed Issue 241 2013-05-28 05:54:09 +00:00
s3fs_util.cpp Fixed Issue 304 2013-05-22 08:49:23 +00:00
s3fs_util.h Fixed Issue 31 and Cleanup codes 2013-05-09 08:35:17 +00:00
s3fs.cpp Fixed Issue 241 2013-05-28 05:54:09 +00:00
s3fs.h Cleaned up source codes 2013-03-30 13:37:14 +00:00
string_util.cpp Cleaned up source codes 2013-03-30 13:37:14 +00:00
string_util.h Cleaned up source codes 2013-03-30 13:37:14 +00:00