261 Commits

Author SHA1 Message Date
Bill Zissimopoulos
b5bd03df30 sys: fsctl 2015-12-21 16:09:54 -08:00
Bill Zissimopoulos
68eefd9e24 sys: fsctl 2015-12-21 16:04:10 -08:00
Bill Zissimopoulos
e71ecd5fa1 sys: devctl: IOCTL_REDIR_QUERY_PATH_EX 2015-12-21 15:49:51 -08:00
Bill Zissimopoulos
e2c36c0c2d sys: fsctl, devctl: debug logs 2015-12-21 15:44:53 -08:00
Bill Zissimopoulos
8c408b88ee sys: remove unused file (idevctl.c) 2015-12-21 15:37:58 -08:00
Bill Zissimopoulos
ff3543a4f2 sys: FSP_FSCTL_WORK 2015-12-21 15:37:35 -08:00
Bill Zissimopoulos
1bb0b6be10 sys: device: replace device Resource with GenericTableFastMutex 2015-12-21 15:19:55 -08:00
Bill Zissimopoulos
5e3fae6a8c sys: driver.h: remove unused field from FSP_FSVOL_DEVICE_EXTENSION 2015-12-21 15:11:10 -08:00
Bill Zissimopoulos
b4ebd5e218 sys: device: cleanup work 2015-12-21 15:09:55 -08:00
Bill Zissimopoulos
2254ed1107 sys: debug: add IOCTL symbols 2015-12-21 14:49:22 -08:00
Bill Zissimopoulos
09a462b26e sys: DEBUGBREAK macro 2015-12-21 14:34:00 -08:00
Bill Zissimopoulos
7e4c875d50 Major refactoring: WIP 2015-12-20 16:32:13 -08:00
Bill Zissimopoulos
801970e971 Major refactoring: WIP 2015-12-20 15:41:38 -08:00
Bill Zissimopoulos
19923395c7 Major refactoring: WIP 2015-12-20 15:30:42 -08:00
Bill Zissimopoulos
a4ac4fd169 Major refactoring: WIP 2015-12-20 15:23:17 -08:00
Bill Zissimopoulos
e59e4d20d7 Major refactoring: WIP 2015-12-20 14:30:00 -08:00
Bill Zissimopoulos
7ef68a6688 Major refactoring: WIP 2015-12-20 14:23:58 -08:00
Bill Zissimopoulos
e08e44d5f9 Major refactoring: WIP 2015-12-20 12:15:23 -08:00
Bill Zissimopoulos
da4fa4a925 Major refactoring: WIP 2015-12-20 11:20:22 -08:00
Bill Zissimopoulos
7197501c9a Major refactoring: WIP 2015-12-20 10:57:45 -08:00
Bill Zissimopoulos
f099fe4bff tst: winfsp-tests: IRP timeout testing 2015-12-16 17:18:16 -08:00
Bill Zissimopoulos
460c4e0c55 sys: implement FsvrtDeviceExpirationRoutine and supporting infra 2015-12-16 16:11:29 -08:00
Bill Zissimopoulos
ec0e8548b5 sys: fsctl: VolumeParams now has IrpTimeout 2015-12-16 11:13:38 -08:00
Bill Zissimopoulos
9e82247366 sys: ioq: now supports IRP expiration 2015-12-16 10:43:33 -08:00
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