Nick Craig-Wood
|
750690503e
|
mountlib: make Node satisfy os.FileInfo interface
|
2017-11-03 12:59:58 +00:00 |
|
Nick Craig-Wood
|
dcce65b2b3
|
mount/cmount: factor duplicated code into mountlib
|
2017-06-19 14:36:51 +01:00 |
|
Nick Craig-Wood
|
115ac00222
|
mount, mountlib: move function tracing into mount
|
2017-05-15 16:56:45 +01:00 |
|
Nick Craig-Wood
|
268fe0004c
|
mount: factor filesystem code into mountlib and mounttest
|
2017-05-12 21:24:24 +01:00 |
|
Stefan Breunig
|
2fd86c93fc
|
allow modTime to be changed even before all writers are closed (fixes #1197 -- again)
|
2017-03-31 01:28:08 +02:00 |
|
Stefan Breunig
|
4dc030d081
|
implement ModTime via FUSE for remotes that support it (fixes #1197)
|
2017-03-24 09:23:04 +01:00 |
|
Nick Craig-Wood
|
1cc58e4e09
|
mount: fix logging for unimplemented file open modes #1195
|
2017-03-02 22:07:01 +00:00 |
|
Nick Craig-Wood
|
ef604f6100
|
mount: implement renaming directories - fixes #954
This also fixes various caching issues renaming files.
|
2017-02-16 17:42:38 +00:00 |
|
Nick Craig-Wood
|
80f53176d9
|
Rename log functions and factor into own file
|
2017-02-11 17:54:50 +00:00 |
|
Nick Craig-Wood
|
29c6e22024
|
mount: Make fsync be a no-op rather than returning an error - fixes #1045
|
2017-01-29 11:29:42 +00:00 |
|
Nick Craig-Wood
|
7929b6e756
|
fuse: support R/W files only if truncate is set.
Any reads on the file handle will return an error. This is to support
windows/samba writes.
|
2016-11-28 17:56:54 +00:00 |
|
Stefan Breunig
|
bf243f30d3
|
report number of blocks in fuse
|
2016-11-12 14:10:36 +01:00 |
|
Nick Craig-Wood
|
c464cc6376
|
mount: fix alignment of 64 bit counter on ARM #813
|
2016-10-23 17:36:35 +01:00 |
|
Nick Craig-Wood
|
f45b3c87bf
|
mount: add --no-seek flag to disable seeking
|
2016-10-06 13:37:45 +01:00 |
|
Nick Craig-Wood
|
265f5b77a7
|
mount: make files opened for read seekable - fixes #707
|
2016-10-05 21:03:56 +01:00 |
|
Nick Craig-Wood
|
5c91623148
|
mount: Implement FUSE mount options - fixes #653
|
2016-09-10 09:50:46 +01:00 |
|
Nick Craig-Wood
|
f22029bf3d
|
Add mount command to implement FUSE mounting of remotes #494
This enables any rclone remote to be mounted and used as a filesystem
with some limitations.
Only supported for Linux, FreeBSD and OS X
|
2016-08-18 21:54:54 +01:00 |
|