1756 Commits

Author SHA1 Message Date
Bill Zissimopoulos
aae6a15e5a tst: fscrash: WIP 2016-11-03 22:31:59 -07:00
Bill Zissimopoulos
f54ce6a65d tst: fscrash: WIP 2016-11-03 21:48:34 -07:00
Bill Zissimopoulos
ab0c2fc25c tst: fscrash: WIP 2016-11-03 20:39:28 -07:00
Bill Zissimopoulos
fd439add27 doc: winfsp-testing: add information about fscrash 2016-11-03 19:53:02 -07:00
Bill Zissimopoulos
8855a2b896 tst: fscrash: WIP 2016-11-03 19:18:53 -07:00
Bill Zissimopoulos
7c41ffd64e tst: fscrash: initial commit 2016-11-03 16:15:32 -07:00
Bill Zissimopoulos
621eb63029 doc: minor fix in winfsp-testing.adoc 2016-11-03 12:42:28 -07:00
Bill Zissimopoulos
f1b96f8a28 doc: add WinFsp Testing Strategy document 2016-11-03 12:39:14 -07:00
Bill Zissimopoulos
4512dac0a9 doc: update Changelog 2016-11-03 09:36:50 -07:00
Bill Zissimopoulos
deee32b743 tools: run-tests: perform leak-test after all WinFsp drives have been unmounted 2016-11-02 22:12:39 -07:00
Bill Zissimopoulos
5f1b723fab tools: run-tests: leak-test 2016-11-02 21:31:28 -07:00
Bill Zissimopoulos
453f1732dc tools: run-tests: leak-test: add output 2016-11-02 21:00:08 -07:00
Bill Zissimopoulos
8c8d669be8 tools: run-tests: leak-test: add output 2016-11-02 20:59:16 -07:00
Bill Zissimopoulos
53077d990a tools: run-tests: leak-test 2016-11-02 20:16:18 -07:00
Bill Zissimopoulos
c665812d76 sys: FspVolumeDelete: perform MmForceSectionClosed on open files
- this removes them from the Mm Standby List
2016-11-02 18:27:38 -07:00
Bill Zissimopoulos
b56379b542 tools: run-tests: simple standby list test 2016-11-02 16:22:47 -07:00
Bill Zissimopoulos
83c1489b92 sys: FspVolumeMountNoLock: dereference FsvrtDeviceObject on success
resolves a VPB/FsvrtDeviceObject leak
2016-11-02 13:00:46 -07:00
Bill Zissimopoulos
3e3aa7651f dll: UmFileContextIsUserContext2, UmFileContextIsFullContext support 2016-11-01 18:49:28 -07:00
Bill Zissimopoulos
ec2cf5106d src: ioctl.i: comment out symbol that does not exist during Debug build on AppVeyor 2016-11-01 16:10:19 -07:00
Bill Zissimopoulos
25322059b3 appveyor: build Debug and Release configurations 2016-11-01 16:03:00 -07:00
Bill Zissimopoulos
a255fa11e7 tst: winfsp-tests: disable FILE_FLAG_NO_BUFFERING mmap test against localhost share (Win8 bug) 2016-11-01 14:56:01 -07:00
Bill Zissimopoulos
dbb8b5d3b9 tst: winfsp-tests: --share option now allows running tests against remote share 2016-11-01 13:32:51 -07:00
Bill Zissimopoulos
4c6a61d2c9 tst: winfsp-tests: refactoring/fixes when running --ntfs/--external tests 2016-11-01 11:13:25 -07:00
Bill Zissimopoulos
ac4828ec11 tools: run-tests: disable rdwr_mmap and reparse_symlink tests which currently fail under redirector/SRV2 2016-10-31 12:18:53 -07:00
Bill Zissimopoulos
e0f163e9ba sys: maintain FO_FILE_MODIFIED bit 2016-10-29 13:04:13 -07:00
Bill Zissimopoulos
9bcd8dcb8e sys: FspIopCompleteIrpEx: handle SRV2 query directory completion 2016-10-28 16:33:54 -07:00
Bill Zissimopoulos
096e5b7eb1 Revert "sys: FspFsvolDirectoryControlComplete: support SRV2 queries"
This reverts commit 7f2426271c2a773527feb6914f9522fbe758201c.
2016-10-28 11:43:26 -07:00
Bill Zissimopoulos
1c85fb94f0 sys: FspFileNodeCleanupComplete, FspFileNodeClose: fix problem with OpenCount handling 2016-10-27 23:57:27 -07:00
Bill Zissimopoulos
4417ebcc92 sys: util: FspSafeMdlCreate: assertion fix 2016-10-27 23:30:16 -07:00
Bill Zissimopoulos
5fa631339d sys: FspFsvolSetRenameInformation: correctly compute Suffix for SRV2 renames 2016-10-27 11:44:43 -07:00
Bill Zissimopoulos
26092211a8 tst: winfsp-tests: --external tests done within a temporary directory 2016-10-26 20:24:57 -07:00
Bill Zissimopoulos
50af8f6444 tools: run-tests: winfsp-tests --external 2016-10-26 16:55:17 -07:00
Bill Zissimopoulos
ee0031f995 sys: FspFsvolQueryInformation: add stub FileEaInformation support 2016-10-26 16:45:18 -07:00
Bill Zissimopoulos
75ff7f2c01 tools: run-tests: add net share tests (currently multiple failures) 2016-10-26 16:03:20 -07:00
Bill Zissimopoulos
3e557e1b65 tools: run-tests: add case-insensitive option when testing dir mounts 2016-10-26 15:09:46 -07:00
Bill Zissimopoulos
79bf651203 tst: winfsp-tests: add WINAPI for Hook* and Resilient* APIs 2016-10-26 15:11:06 -07:00
Bill Zissimopoulos
205a59dbc6 tst: winfsp-tests: ResilientRemoveDirectoryW 2016-10-26 14:36:38 -07:00
Bill Zissimopoulos
8f54152096 tst: winfsp-tests: WIP 2016-10-26 13:59:21 -07:00
Bill Zissimopoulos
5e71992153 tst: winfsp-tests: WIP 2016-10-26 13:40:30 -07:00
Bill Zissimopoulos
dfe45e1be5 tst: winfsp-tests: WIP 2016-10-26 13:27:49 -07:00
Bill Zissimopoulos
ff7a446194 tst: winfsp-tests: WIP 2016-10-26 13:16:27 -07:00
Bill Zissimopoulos
17056b4f3f tst: winfsp-tests: always use CreateDirectoryW 2016-10-26 12:48:30 -07:00
Bill Zissimopoulos
b19621233a tst: winfsp-tests: HookCreateDirectoryW, HookMoveFileExW, HookFindFirstFileW 2016-10-26 12:37:36 -07:00
Bill Zissimopoulos
e07ef0712e tst: winfsp-tests: HookRemoveDirectoryW 2016-10-26 12:08:29 -07:00
Bill Zissimopoulos
0532cee99c tst: winfsp-tests: refactor hooks 2016-10-26 12:02:30 -07:00
Bill Zissimopoulos
b072a1f0da tst: winfsp-tests: add license headers 2016-10-25 20:29:05 -07:00
Bill Zissimopoulos
badaf82462 tst: winfsp-tests: --resilient command line option 2016-10-25 20:19:04 -07:00
Bill Zissimopoulos
3f79b2e46d tst: winfsp-tests: --resilient command line option 2016-10-25 15:35:46 -07:00
Bill Zissimopoulos
319e5d4ee6 tst: winfsp-tests: --resilient command line option 2016-10-25 14:50:12 -07:00
Bill Zissimopoulos
66d5fe98df tst: winfsp-tests: add --ntfs option 2016-10-25 14:03:26 -07:00