Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-03 | Accept -o cache_* options for backward compatibility. | Nikolaus Rath | |
Fixes: #73. | |||
2017-07-08 | Switch to libfuse 3.0. | Nikolaus Rath | |
2017-07-08 | Re-enabled cache support. | Nikolaus Rath | |
2017-06-20 | Dropped obsolete FUSE 2.x #ifdefs | Nikolaus Rath | |
2016-06-01 | Support the lack of paths when cache is off | Rian Hunter | |
Before FUSE 2.9, FUSE had to emulate unlink() if a file was still open via renaming to a hidden file. This was due to the requirement that a valid "path" argument must be submitted for many FUSE operations. FUSE 2.9 introduced the flag_nullpath_ok and flag_nopath flags that allow a FUSE file system to signal to FUSE that the "path" argument may be NULL in certain operations. sshfs doesn't require paths if the cache isn't used so communicate that information to the FUSE layer. | |||
2016-02-10 | Explicitly qualify unsigned as unsigned int | Julio Merino | |
2016-02-10 | Expose the cache clean interval settings as flags | Julio Merino | |
Allow the user to customize the cache regular and minimum clean intervals as flags via the new cache_clean_interval and cache_min_clean_interval options. While doing this, rename the internal variables and constants to suffix them with their unit (seconds). | |||
2016-02-10 | Expose the maximum cache size setting as a flag | Julio Merino | |
Allow the user to customize the size of the sshfs cache by adding a new max_cache_size flag and turning the hardcoded constant into a variable. | |||
2016-02-10 | Qualify timeout identifiers with their unit | Julio Merino | |
All timeouts are in seconds, so add a suffix to the identifier names to clearly denote the unit. | |||
2014-02-10 | sshfs-return-the-correct-x_ok-access | Miklos Szeredi | |
sshfs-fuse always returned 0 in access(file, X_OK) calls, causing nautilus to prompt "Do you want to run "login.defs", or display its contents?" for text files that were not executable. Reported by: Alkis Georgopoulos | |||
2012-02-08 | fix unused but set variables | Miklos Szeredi | |
cache.c: In function ‘cache_add_attr’: cache.c:167:9: warning: variable ‘now’ set but not used [-Wunused-but-set-variable] cache.c: In function ‘cache_add_dir’: cache.c:188:9: warning: variable ‘now’ set but not used [-Wunused-but-set-variable] cache.c: In function ‘cache_add_link’: cache.c:212:9: warning: variable ‘now’ set but not used [-Wunused-but-set-variable] | |||
2008-10-08 | Fix harmless glib assertations with "cache=no" | Miklos Szeredi | |
2008-05-06 | Fix bug in caching which could cause file corruption for append mode writes | Miklos Szeredi | |
2007-12-10 | change indenting | Miklos Szeredi | |
2007-04-18 | Fix spurious cache entries remaining after renaming a directory | Miklos Szeredi | |
2006-11-11 | fix | Miklos Szeredi | |
2006-08-16 | fixes | Miklos Szeredi | |
2006-02-16 | fix | Miklos Szeredi | |
2006-01-09 | fix | Miklos Szeredi | |
2005-12-16 | fix | Miklos Szeredi | |
2005-12-09 | fix | Miklos Szeredi | |
2005-12-09 | updated to use libfuse's option parsing | Miklos Szeredi | |
2005-10-28 | fix | Miklos Szeredi | |
2005-09-08 | revert create method | Miklos Szeredi | |
2005-08-23 | fix | Miklos Szeredi | |
2005-08-13 | reconnection | Miklos Szeredi | |
2005-04-13 | fix | Miklos Szeredi | |
2005-03-04 | whitespace fixsshfs_1_1 | Miklos Szeredi | |
2005-02-24 | fix | Miklos Szeredi | |
2005-02-09 | fix | Miklos Szeredi | |
2005-02-08 | caching improvements | Miklos Szeredi | |
2005-02-07 | fix | Miklos Szeredi | |
2005-02-07 | directory caching | Miklos Szeredi | |
2005-02-07 | cleanup | Miklos Szeredi | |