Commit Graph
100 Commits
Author SHA1 Message Date
Bill Zissimopoulos 895bf67691 dll: fuse: implement BSD flags support 2017-11-14 09:11:51 -08:00
Bill Zissimopoulos e06fe4153d dll: fuse: implement BSD flags support 2017-11-13 20:44:49 -08:00
Bill Zissimopoulos 9f2fe92db7 tst: memfs: slowio: improvements 2017-11-03 10:01:27 -07:00
Bill Zissimopoulos d3f829b2df tools: run-tests: fsx-memfs-*-slowio 2017-11-02 21:45:08 -07:00
Bill Zissimopoulos fa4651b3ce tst: winfsp-tests: enable slowio 2017-11-02 17:36:52 -07:00
Bill Zissimopoulos 5a44e5c04a tst: memfs: fix pending Write 2017-11-02 16:19:19 -07:00
Bill Zissimopoulos 68122b5c68 tst: winfsp-tests: enable slowiio 2017-11-02 15:59:32 -07:00
Bill Zissimopoulos b672312c79 tst: memfs: code cleanup and testing 2017-11-02 15:43:14 -07:00
Bill Zissimopoulos 0ab35fde1a tst: memfs: slowio: minor code cleanup 2017-11-01 18:30:36 -07:00
Bill Zissimopoulos 9be2b7a2b9 tst: memfs: slowio 2017-11-01 17:12:29 -07:00
Bill Zissimopoulos 11cb57a0bf dll: np: pass username as argument to launcher 2017-10-27 15:12:18 -07:00
Bill Zissimopoulos 3a8ad9c8d7 sys: QueryDirectory stability:
- FspMetaCacheAddItem now handles exceptions during copy from fs buffer
- FspFsvolQueryDirectoryLengthMax is correct max length for QueryDirectory
2017-10-25 10:44:33 -07:00
Bill Zissimopoulos fa388e57ad appveyor: add avast testing 2017-10-20 13:54:26 -07:00
Bill Zissimopoulos 1952d0d941 update changelog 2017-10-19 19:18:21 -07:00
Bill Zissimopoulos 1a02438488 sys: dirctl: fix 32-bit builds (after Avast changes) 2017-10-19 17:19:31 -07:00
Bill Zissimopoulos 07f15c236b sys: dirctl: eliminate use of SystemBuffer to work around problems with Avast 2017-10-19 16:49:10 -07:00
Bill Zissimopoulos 93af1be861 update changelog 2017-10-12 10:11:01 -07:00
Bill Zissimopoulos b52c90f980 update changelog 2017-10-12 10:02:28 -07:00
Bill Zissimopoulos b154c307b7 version.properties: update build to 2017.2 B2 2017-10-12 09:52:41 -07:00
Bill Zissimopoulos 697063af51 inc: winfsp.h: minor restructuring 2017-10-11 17:17:18 -07:00
Bill Zissimopoulos 436e31da34 dotnet: GetOperationProcessId 2017-10-11 17:07:38 -07:00
Bill Zissimopoulos 92e7dbad21 sys: Create and Rename requests should include the originating process PID 2017-10-11 16:28:50 -07:00
Bill Zissimopoulos 4812f5bbd0 sys: Create and Rename requests should include the originating process PID 2017-10-11 16:25:22 -07:00
Bill Zissimopoulos d824ba464d version.properties: update build to 2017.2 B1 2017-10-01 11:45:23 -07:00
Bill Zissimopoulos affca267c5 update changelog 2017-10-01 11:39:15 -07:00
Bill Zissimopoulos 4b7684122b dll: fuse: disable GetDirInfoByName when file system is case-insensitive 2017-10-01 11:07:01 -07:00
Bill Zissimopoulos 55eee2efdd dll: GetDirInfoByName: eliminate unnecessary marker check 2017-09-30 12:33:05 -07:00
Bill Zissimopoulos f8a05eae95 memfs: fix Unicode case-insensitive comparison 2017-09-29 16:27:28 -07:00
Bill Zissimopoulos 9a4f04f46a sys: FspFsvolQueryDirectoryRetry: special handling for when pattern is filename 2017-09-29 15:44:49 -07:00
Bill Zissimopoulos 98334208b9 Revert commit c70089a176 2017-09-29 15:20:38 -07:00
Bill Zissimopoulos aae0a5bc74 dll: fuse: GetDirInfoByName 2017-09-28 16:55:45 -07:00
Bill Zissimopoulos 2438ece1cf memfs-dotnet: GetDirInfoByName 2017-09-28 14:41:27 -07:00
Bill Zissimopoulos 487d2449fe dotnet: GetDirInfoByName 2017-09-28 14:11:58 -07:00
Bill Zissimopoulos 6430b386da dll: GetDirInfoByName: properly handle marker for kernel cached directories 2017-09-28 14:05:55 -07:00
Bill Zissimopoulos c70089a176 sys: FSP_FILE_DESC: DirectoryNoMoreFiles optimization 2017-09-27 18:01:17 -07:00
Bill Zissimopoulos 0dff9a4c07 memfs: GetDirInfoByName 2017-09-27 17:08:41 -07:00
Bill Zissimopoulos 86c0ffa942 fsbench: file_list_single_test, file_list_none_test 2017-09-27 15:59:54 -07:00
Bill Zissimopoulos 5c613b2abd memfs: ReadDirectory: assert(0 == Pattern) 2017-09-26 14:26:57 -07:00
Bill Zissimopoulos 8a099f3faa sys: PassQueryDirectoryFileName 2017-09-26 14:19:27 -07:00
Bill Zissimopoulos 1ac172d2f8 inc,sys: PassQueryDirectoryFileName 2017-09-26 11:51:49 -07:00
Bill Zissimopoulos 34546def3c sys,dll: GetDirInfoByName 2017-09-25 19:46:36 -07:00
Bill Zissimopoulos 3ede1a5c70 memfs-dotnet: fix GetDescendantFileNames 2017-09-25 12:53:08 -07:00
Bill Zissimopoulos 5194536ec3 memfs: fix issue #103 2017-09-25 11:58:20 -07:00
Bill Zissimopoulos c39bc81299 tools: run-tests: run FSX over passthrough-fuse 2017-09-16 11:00:07 -07:00
Bill ZissimopoulosandGitHub 18bf6ca666 Merge pull request #107 from saibotu/pr-writesize
Don't decrease FileSize on write
2017-09-16 10:56:34 -07:00
Bill Zissimopoulos 6e578350f4 doc: update file system libraries 2017-09-01 15:20:20 -07:00
Bill Zissimopoulos 81afac9c3a fsptool: usage 2017-07-19 23:33:53 -07:00
Bill Zissimopoulos 10081e1a69 fsptool: perm 2017-07-19 23:28:46 -07:00
Bill Zissimopoulos 8e5c40bbbe fsptool: perm 2017-07-19 23:16:05 -07:00
Bill Zissimopoulos 7745bf4cdc fsptool: usage 2017-07-19 21:55:28 -07:00
Bill Zissimopoulos c7a779fa98 fsptool: id 2017-07-20 05:29:13 +01:00
Bill Zissimopoulos 3f90d60dc4 fsptool: id 2017-07-19 20:17:25 -07:00
Bill Zissimopoulos f73cbc0e37 fsptool: id 2017-07-19 17:35:24 -07:00
Bill Zissimopoulos c88a86f7c7 fsptool: id 2017-07-19 17:26:00 -07:00
Bill Zissimopoulos dbdbdf07cf fsptool: id 2017-07-19 16:48:00 -07:00
Bill Zissimopoulos 6b2dcaef96 fsptool: getuid, getgid 2017-07-19 16:05:49 -07:00
Bill Zissimopoulos fcae6ce018 fsptool: update Changelog 2017-07-19 15:38:03 -07:00
Bill Zissimopoulos 690d3e4c8e fsptool: lsvol 2017-07-19 15:22:43 -07:00
Bill Zissimopoulos af37424ecc fsptool: lsvol 2017-07-19 14:56:32 -07:00
Bill Zissimopoulos fd53e22f7e fstool: skeleton 2017-07-19 14:16:01 -07:00
Bill Zissimopoulos 3df0fa02ba build: refactor project for fsptool 2017-07-19 12:10:27 -07:00
Bill Zissimopoulos 9484b50cbd changelog: FspFileSystemOperationProcessId 2017-07-18 14:37:46 -07:00
Bill Zissimopoulos 14e6b402fe build: version.properties: MyGitRevision fix 2017-07-14 20:33:59 -07:00
Bill Zissimopoulos 2227429d8e opt: cygfuse: winpid_to_pid 2017-07-13 00:10:03 -07:00
Bill Zissimopoulos 9deb9d5319 dll: fuse: winpid_to_pid 2017-07-12 23:45:40 -07:00
Bill Zissimopoulos 193d5f4e91 tst: originating process id 2017-07-12 22:34:47 -07:00
Bill Zissimopoulos 26485ffbd6 sys: originating process id 2017-07-12 20:54:12 -07:00
Bill Zissimopoulos 7302b4baea dll: originating process id 2017-07-12 20:18:35 -07:00
Bill Zissimopoulos fc1586eb82 dll: originating process id 2017-07-12 18:53:12 -07:00
Bill Zissimopoulos 637f461a65 sys: FspFileNodeTrySetFileInfoOnOpen 2017-07-11 15:23:03 -07:00
Bill Zissimopoulos b35bf204db sys: FspFileNodeTrySetFileInfoOnOpen 2017-07-11 14:17:17 -07:00
Bill Zissimopoulos 3073646f29 doc: add link to queued events document 2017-06-21 14:32:18 -07:00
Bill Zissimopoulos 7f9f55de24 add queued events document 2017-06-21 14:19:56 -07:00
Bill Zissimopoulos bb3f8d37f2 tools: run-tests: disable passthrough-cpp that is no longer included in installer 2017-06-13 11:13:04 -07:00
Bill Zissimopoulos c72a9f2a05 build: update for release 1.1 2017-06-12 13:42:05 -07:00
Bill Zissimopoulos 9b4ab190e0 installer: do not install C++ layer 2017-06-12 13:33:45 -07:00
Bill Zissimopoulos 010ed909ec doc: update faq 2017-06-12 12:54:06 -07:00
Bill Zissimopoulos 2b4549a50d doc: update service arch doc with information about credentials 2017-06-12 12:40:50 -07:00
Bill Zissimopoulos 98a329e81b tst: memfs: atomically update FileNode::RefCount (issue #93) 2017-06-07 22:22:28 -07:00
Bill Zissimopoulos 8090b7c666 update Changelog 2017-05-22 17:42:55 -07:00
Bill Zissimopoulos c7d720eaa0 dll: fuse: allows slashes in -o VolumePrefix=PREFIX 2017-05-22 17:02:40 -07:00
Bill Zissimopoulos 8320160d73 build: version.properties: update to v1.1B3 2017-05-22 13:49:59 -07:00
Bill Zissimopoulos ce057b49b8 update Changelog 2017-05-22 13:30:16 -07:00
Bill Zissimopoulos a60c989089 update Changelog 2017-05-22 21:25:44 +01:00
Bill Zissimopoulos 0f6371f0d8 tools: run-tests: add fsx and winfstest for memfs-dotnet 2017-05-17 21:07:37 -07:00
Bill Zissimopoulos 1a4bbbe09a cygfuse: fix tabs to spaces 2017-05-17 15:19:36 -07:00
Bill Zissimopoulos 4e891dc2a8 cygfuse: add fuse_exited 2017-05-17 15:13:05 -07:00
Bill Zissimopoulos 18a77d63c3 cygfuse: improve cygfuse initialization 2017-05-17 14:59:31 -07:00
Bill Zissimopoulos 4ea9c6e362 dll: fuse: added -o options for additional WinFsp-FUSE options 2017-05-17 12:11:45 -07:00
Bill Zissimopoulos 9d77c192a8 cygfuse: cygfuse_init_fail now prints message and exits 2017-05-17 10:58:04 -07:00
Bill Zissimopoulos 6d5401d911 cygfuse: add 32-bit package 2017-05-17 00:54:26 -07:00
Bill Zissimopoulos 330d6e79f8 opt: cygfuse: bump release number to 5 2017-05-17 00:05:41 -07:00
Bill Zissimopoulos ed58b7a63c inc: fuse: fix missing-field-initializers warning 2017-05-16 23:41:02 -07:00
Bill Zissimopoulos f6853114c1 dll: fuse: implement fuse_exited 2017-05-16 23:26:18 -07:00
Bill Zissimopoulos 8ec7285d32 doc: add rclone to known file systems 2017-05-15 15:12:26 -07:00
Bill Zissimopoulos c183c0fe89 doc: add rar2fs to the known file systems 2017-05-13 16:37:26 -07:00
Bill Zissimopoulos 38ad8fd27d update README 2017-05-11 13:51:56 -07:00
Bill Zissimopoulos de85070e73 tst: winfsp-tests: disable internal tests when running with --external 2017-05-11 11:17:57 -07:00
Bill Zissimopoulos 5b8ebd6e1d src: dotnet: minor documentation fixes 2017-05-11 10:38:12 -07:00
Bill Zissimopoulos db530cb5e5 installer: add dotnet documentation 2017-05-10 23:32:43 -07:00