437 Commits

Author SHA1 Message Date
Bill Zissimopoulos
3ae924e3f9 dll: FspFsctlTransact: bug fix 2015-12-15 19:09:21 -08:00
Bill Zissimopoulos
8f188914cd dll: GlobalDevicePath: bug fix 2015-12-15 19:04:45 -08:00
Bill Zissimopoulos
99b4734d74 dll: support /NODEFAULTLIB builds 2015-12-15 18:53:56 -08:00
Bill Zissimopoulos
825f4ed2ef dll: remove references to StringCbPrintf*() 2015-12-15 16:06:02 -08:00
Bill Zissimopoulos
903450312f dll: loop.c 2015-12-15 14:35:11 -08:00
Bill Zissimopoulos
2b1edc8d29 dll: MemAlloc/MemFree 2015-12-15 14:32:11 -08:00
Bill Zissimopoulos
f3b87304e8 sys: FspFileSystemCreate/FspFileSystemDelete 2015-12-15 13:31:41 -08:00
Bill Zissimopoulos
44a17d0b4d dll: FspFileSystemLoop 2015-12-15 13:15:44 -08:00
Bill Zissimopoulos
0f2139f32a sys: fsctl.h: change values for FspFsctlTransact*Kind's 2015-12-14 22:30:44 -08:00
Bill Zissimopoulos
a3312ad2f1 sys: FspFsvrtDeleteVolume: delay delete the volume to avoid crashes in fltmgr.sys; using FspDeviceRetain() instead of ObReferenceObject() appears to completely resolve the fltmgr.sys crash 2015-12-14 15:56:44 -08:00
Bill Zissimopoulos
aee12e1c5f sys: FspFsvrtTransact: now has timeout 2015-12-14 12:36:40 -08:00
Bill Zissimopoulos
5d6d938039 sys: FspFsvrtTransact testing 2015-12-12 17:01:30 -08:00
Bill Zissimopoulos
43b8fc00f5 sys: IRP_MJ_CREATE: allow simple volume opens 2015-12-11 14:43:31 -08:00
Bill Zissimopoulos
a6c81010b6 sys: fsctl.h: Ea reserved field is now a FSP_FSCTL_TRANSACT_BUF 2015-12-10 21:42:14 -08:00
Bill Zissimopoulos
de065afe8d sys: FsContext now maintains reference to its DeviceObject 2015-12-10 21:31:02 -08:00
Bill Zissimopoulos
140e567fdc sys: call IoRegisterFileSystem from DriverEntry 2015-12-10 16:31:01 -08:00
Bill Zissimopoulos
138a10d232 sys: FspAlloc*(), FspFree*() 2015-12-09 20:24:44 -08:00
Bill Zissimopoulos
75471b2338 sys: IRP_MJ_CREATE: improve FsContext handling 2015-12-09 16:13:03 -08:00
Bill Zissimopoulos
b5f41f0475 sys: FspFileContextDelete: bug fix (thanks Driver Verifier!) 2015-12-08 23:07:33 -08:00
Bill Zissimopoulos
0bbc1b4a43 sys: improve FSP_DEBUGBRK_() macro 2015-12-08 22:34:59 -08:00
Bill Zissimopoulos
5abc81a58f winfsp-tests: mount-test 2015-12-08 22:07:46 -08:00
Bill Zissimopoulos
0c62199c73 sys: IRP_MJ_CREATE: FspFsvolCreateRequestFini 2015-12-08 16:21:30 -08:00
Bill Zissimopoulos
d21180cba0 sys: iop: FSP_FSCTL_TRANSACT_REQ_HEADER 2015-12-08 15:25:41 -08:00
Bill Zissimopoulos
c3c690c46b sys: ioq: couple of fixes 2015-12-08 14:00:13 -08:00
Bill Zissimopoulos
a11005c5b5 sys: IRP_MJ_CREATE 2015-12-08 13:57:06 -08:00
Bill Zissimopoulos
f4b8609a98 VStudio: fix PDB filename clashing 2015-12-08 11:31:12 -08:00
Bill Zissimopoulos
868f479ef9 tst: winfsp-tests: minor fix 2015-12-08 00:19:29 -08:00
Bill Zissimopoulos
49fa80af19 sys: fix prefast warnings (DEBUGLOG) 2015-12-08 00:15:39 -08:00
Bill Zissimopoulos
3cbf2986a6 sys: IRP_MJ_CREATE 2015-12-08 00:08:09 -08:00
Bill Zissimopoulos
25154ca7c1 sys: FspFsvolCreateClose, FspFsvolCleanup, FspFsvolClose 2015-12-08 00:06:24 -08:00
Bill Zissimopoulos
fa2ab4f8f7 sys: IRP_MJ_CLOSE 2015-12-07 23:52:41 -08:00
Bill Zissimopoulos
154a945c9a sys: IRP_MJ_CLOSE 2015-12-07 23:52:31 -08:00
Bill Zissimopoulos
af1cecf26a sys: IRP_MJ_CLOSE 2015-12-07 23:39:34 -08:00
Bill Zissimopoulos
51865f5e44 sys: IRP_MJ_CLEANUP 2015-12-07 23:36:12 -08:00
Bill Zissimopoulos
106b3ab0c7 sys: IRP_MJ_CREATE 2015-12-07 22:59:08 -08:00
Bill Zissimopoulos
6ea86a5e8a sys: IRP_MJ_CREATE: FILE_DELETE_ON_CLOSE 2015-12-07 22:54:02 -08:00
Bill Zissimopoulos
6c29a98e90 sys: IRP_MJ_CREATE: disallow trailing backslash without FILE_DIRECTORY_FILE 2015-12-07 20:33:02 -08:00
Bill Zissimopoulos
c381549efc sys: IRP_MJ_CLEANUP 2015-12-07 20:29:17 -08:00
Bill Zissimopoulos
7dba895309 sys: IRP_MJ_CLEANUP 2015-12-07 17:25:33 -08:00
Bill Zissimopoulos
2a84229da3 sys: IRP_MJ_CREATE 2015-12-07 16:54:49 -08:00
Bill Zissimopoulos
264da71f7c sys: IRP_MJ_CREATE 2015-12-07 15:04:35 -08:00
Bill Zissimopoulos
253de21708 sys: FspIrpContext* 2015-12-07 13:19:17 -08:00
Bill Zissimopoulos
6fcab43120 sys: IRP_MJ_CREATE 2015-12-07 13:01:40 -08:00
Bill Zissimopoulos
f32db0ed2e sys: IRP_MJ_CREATE 2015-12-07 12:07:00 -08:00
Bill Zissimopoulos
23b4956488 sys: IRP_MJ_CREATE 2015-12-07 11:54:02 -08:00
Bill Zissimopoulos
0fb9de1ebd sys: FspIopPostWorkRequest() 2015-12-06 23:55:22 -08:00
Bill Zissimopoulos
18025573a3 sys: rename FspIopCompleteRequest to FspIopCompleteIrp 2015-12-06 18:06:19 -08:00
Bill Zissimopoulos
f46f567a56 sys: iop: assertion check 2015-12-06 17:13:25 -08:00
Bill Zissimopoulos
5e17f319c9 sys: IRP_MJ_CREATE 2015-12-06 00:37:53 -08:00
Bill Zissimopoulos
c86c88d15a sys: FspFsvolCreateClose 2015-12-05 23:58:25 -08:00