Bill Zissimopoulos
e0e8d74d01
update changelog
2020-01-27 14:25:12 -08:00
Bill Zissimopoulos
e608920679
Merge pull request #272 from pfrejo/hotfix-1.5
...
Fixed data corruption when overwriting a file on a Fuse v3 filesystem
2020-01-27 14:14:35 -08:00
Pedro Frejo
dbfbcb547d
Fixed data corruption when overwriting a file on a Fuse v3 filesystem
...
When a file of size "s" is overwritten, forcing "O_APPEND" flag
makes the server file offset to be placed "s" bytes in advance.
This caused subsequent write operations to be paded by "s" zeroes,
thus corrupting the file.
2020-01-23 21:31:56 +01:00
Bill Zissimopoulos
b3dfea8303
tools: fix-source-copyright: fix botched script
2020-01-22 14:35:24 -08:00
Bill Zissimopoulos
3ab0e5a3d3
doc: add kernel mode file systems document
2020-01-16 17:04:23 -08:00
Bill Zissimopoulos
d687ef3a67
update Changelog (PR #270 )
2020-01-15 13:39:59 -08:00
Bill Zissimopoulos
6df5ff980f
Merge branch 'hammerg-track_dir_check'
2020-01-15 13:27:19 -08:00
Bill Zissimopoulos
14ac0f8db9
dll: FspFileSystemOpCreate_FileOpenTargetDirectory
2020-01-15 13:26:29 -08:00
Gal Hammer
ac306c2ce1
dll: open as directory when file's parent directory should be opened.
2020-01-05 09:09:05 +02:00
Bill Zissimopoulos
aedf01a384
update source copyright for 2020
2020-01-02 17:50:40 -08:00
Bill Zissimopoulos
0ce8b1c254
build: bump version to 2020.1 B1
2020-01-02 17:46:13 -08:00
Bill Zissimopoulos
4e0690e65f
update Changelog for v1.5
v1.5
2019-12-31 16:56:59 -08:00
Bill Zissimopoulos
e7b81e4bac
build: bump version to 2019.3 GOLD
2019-12-31 16:55:35 -08:00
Bill Zissimopoulos
9dc774d306
tst: winfsp-tests: ResilientRemoveDirectoryW
v1.5B5
2019-12-16 23:07:04 -08:00
Bill Zissimopoulos
26fe1a741b
sys: FspPropagateTopFlags: propagate union of flags from top level IRP
2019-12-13 16:42:49 -08:00
Bill Zissimopoulos
efdb6d1c86
build: bump version to 2019.3 B5
2019-12-09 14:36:08 -08:00
Bill Zissimopoulos
b18df6bba8
sys: release rename lock when doing oplock breaks
2019-12-08 14:27:02 -08:00
Bill Zissimopoulos
39aad2b4fa
ku: posix: improve kernel mode support
2019-11-18 22:22:32 -08:00
Bill Zissimopoulos
ab1e024965
tools: build.bat: fix winfsp-tests zip file build
2019-11-16 16:05:40 -08:00
Bill Zissimopoulos
5a67c47d0f
update changelog
v1.5B4
2019-11-16 14:54:10 -08:00
Bill Zissimopoulos
39c189aff7
sys: fsext: FspFsextProviderTransact
2019-11-16 14:02:44 -08:00
Bill Zissimopoulos
3d9fc467ef
tools: build.bat: winfsp-tests zip file
2019-11-16 07:26:07 +00:00
Bill Zissimopoulos
23b5c67913
shared: minimal.h: eliminate warning on VS2015 builds
2019-11-07 16:08:41 -08:00
Bill Zissimopoulos
4b5478e50c
sys: dirctl: support directory marker as FUSE style next offset
2019-11-05 22:14:16 -08:00
Bill Zissimopoulos
c7fc728ad0
build: bump version
2019-11-04 19:26:45 -08:00
Bill Zissimopoulos
254174b8e9
sys: avoid using FspFsextProvider unnecessarily
2019-11-04 16:30:30 -08:00
Bill Zissimopoulos
5110b3c5a1
sys: dirctl: support directory marker as FUSE style next offset
2019-10-30 16:40:48 -07:00
Bill Zissimopoulos
847eab3da4
tst: memfs-fuse3: #if0 ioctl
v1.5B3
2019-10-21 20:21:36 -07:00
Bill Zissimopoulos
5131ed5c01
Merge branch 'bdutro-o_append-fix'
2019-10-21 20:14:02 -07:00
Brett Dutro
b513128cfe
In Windows, Go clears any write-related flags when O_APPEND is
...
specified. This causes WinFSP to think that any O_APPEND requests are
actually read-only. This adds an additional check for the
FILE_APPEND_DATA flag so that we can ensure the request is sent with at
least O_WRONLY and O_APPEND set.
2019-10-21 18:04:26 -05:00
Bill Zissimopoulos
3fe69f2208
installer: add fsext development files
2019-10-18 16:23:27 -07:00
Bill Zissimopoulos
29fd9bf779
sys: fsext: allow multiple providers (up to 4)
2019-10-18 16:00:31 -07:00
Bill Zissimopoulos
3c391ca711
build: bump version to 2019.3 B3
2019-10-16 12:18:24 -07:00
Bill Zissimopoulos
82a8545d8f
tst: memfs-fuse3: fix narrow conversion on x86 builds
2019-10-09 14:42:39 -07:00
Bill Zissimopoulos
79be3e445a
tst: memfs-fuse3: accurately compute current time
2019-10-09 11:39:41 -07:00
Bill Zissimopoulos
b04266e0fe
tools: run-tests: add memfs-fuse3 testing
2019-10-08 04:35:28 +01:00
Bill Zissimopoulos
25adfaec00
update Changelog
2019-10-08 04:30:30 +01:00
Bill Zissimopoulos
ce20747534
tst: memfs-fuse3: testing
2019-10-07 18:32:25 -07:00
Bill Zissimopoulos
d3d75bf977
tst: add memfs-fuse3 file system
2019-10-07 14:24:18 -07:00
Bill Zissimopoulos
6f1f1cda71
update Changelog
2019-10-07 22:17:07 +01:00
Bill Zissimopoulos
21dfeca124
update Changelog
2019-10-07 22:15:29 +01:00
Bill Zissimopoulos
6f585ce63e
Merge pull request #251 from johntyner/feature/remove-fuse-prefix
...
Remove "FUSE-" prefix from file system name when using FUSE API
2019-10-07 14:05:18 -07:00
John Tyner
8f90305726
add support for setting file system name without 'FUSE-' prefix
2019-10-07 07:05:01 -07:00
John Tyner
490d0577bb
Revert "Remove 'FUSE-' prefix from file system name when using fuse interface"
...
This reverts commit 7d2ff3afeb768b610867861489152e0c31ade16d.
2019-10-07 06:47:02 -07:00
John Tyner
c9d3cb74c7
add John Tyner to contributors
2019-09-25 16:20:50 -07:00
John Tyner
7d2ff3afeb
Remove 'FUSE-' prefix from file system name when using fuse interface
2019-09-24 20:04:29 -07:00
Bill Zissimopoulos
c415c87195
dll: FspMountSet, FspMountRemove
2019-09-24 15:34:01 -07:00
Bill Zissimopoulos
d161ca59a7
update Changelog
2019-09-12 05:36:19 +01:00
Bill Zissimopoulos
bc03af3b2a
doc: update FAQ, Known File Systems
2019-09-12 04:54:40 +01:00
Bill Zissimopoulos
ed1543665c
Merge pull request #248 from JohnOberschelp/master
...
Airfs cleanup after persistence review
2019-09-10 22:32:58 -07:00