1602 Commits

Author SHA1 Message Date
Bill Zissimopoulos
f4744258a7 dll: FspServiceCtrlHandler: disable Shutdown handling 2016-05-09 13:50:36 -07:00
Bill Zissimopoulos
7e57edf72e dll: FspService: console mode further improvements with respect to console ctrl handling 2016-05-09 13:19:54 -07:00
Bill Zissimopoulos
89e4e8a96c dll: FspService: console mode testing 2016-05-09 12:35:51 -07:00
Bill Zissimopoulos
0c18b82cc2 dll: FspService: console mode improvements 2016-05-08 21:12:34 -07:00
Bill Zissimopoulos
57f9db6cc0 dll: FspService: console mode improvements 2016-05-08 17:57:08 -07:00
Bill Zissimopoulos
6da81be792 dll: FspService: console mode improvements 2016-05-08 17:46:09 -07:00
Bill Zissimopoulos
b77a749f93 dll: FspService: improve console mode handling 2016-05-08 17:23:12 -07:00
Bill Zissimopoulos
bb946d5a3a dll: streamline DLL_PROCESS_ATTACH, DLL_PROCESS_DETACH handling 2016-05-08 16:22:07 -07:00
Bill Zissimopoulos
27a16e5c54 dll: service: testing 2016-05-07 22:37:17 -07:00
Bill Zissimopoulos
789222af68 dll: FspServiceRun 2016-05-07 17:25:49 -07:00
Bill Zissimopoulos
587fee93e9 dll, memfs: rename FspServiceRun to FspServiceLoop 2016-05-07 17:08:03 -07:00
Bill Zissimopoulos
077bbb0d65 memfs: convert to service 2016-05-07 17:00:58 -07:00
Bill Zissimopoulos
3d2a2dd90d dll: service: use FspServiceLog instead of FspEventLog 2016-05-07 14:57:39 -07:00
Bill Zissimopoulos
0b1bba36f8 dll: FspIsInteractive, FspServiceLog, FspServiceLogV 2016-05-07 14:55:19 -07:00
Bill Zissimopoulos
8dd5a03b51 dll: FSP_SERVICE: rename interactive mode to console mode 2016-05-07 13:30:12 -07:00
Bill Zissimopoulos
ac2e9f9882 dll: FSP_SERVICE 2016-05-07 12:56:32 -07:00
Bill Zissimopoulos
1017e7fda7 dll: FSP_SERVICE 2016-05-07 12:55:48 -07:00
Bill Zissimopoulos
9addfa5899 dll: FspEventLogRegister, FspEventLogUnregister 2016-05-06 15:05:36 -07:00
Bill Zissimopoulos
12db7cf9dc dll: add eventlog.mc and related files 2016-05-06 13:15:29 -07:00
Bill Zissimopoulos
e53e915a72 dll: service, eventlog 2016-05-06 12:25:47 -07:00
Bill Zissimopoulos
d7a6f33d26 dll: add FSP_SERVICE and EventLog functionality 2016-05-06 11:41:45 -07:00
Bill Zissimopoulos
de973fa5ab dll: FspFileSystemRegister, FspFileSystemUnregister: rename and place in fsctl.c 2016-05-05 11:14:23 -07:00
Bill Zissimopoulos
cbb7d943bd dll: fsctl: FspFsctlStartService 2016-05-04 16:06:14 -07:00
Bill Zissimopoulos
b1b31b9017 dll: FspFileSystemRegister: fix WinFsp service security descriptor to allow Everyone to start the service 2016-05-04 13:29:34 -07:00
Bill Zissimopoulos
a99e8ac9d2 dll: FspFileSystemRegister: handle the case where service already exists better 2016-05-03 22:53:51 -07:00
Bill Zissimopoulos
690e7662d6 dll: FspFileSystemRegister: now will correctly recreate the WinFsp service if it already exists 2016-05-02 21:54:59 -07:00
Bill Zissimopoulos
e43c5091e4 dll: FspFileSystemRegister, FspFileSystemUnregister: fix closing the wrong handle 2016-05-02 12:26:33 -07:00
Bill Zissimopoulos
b089b98afc dll: FspFileSystemRegister, FspFileSystemUnregister 2016-05-01 18:01:49 -07:00
Bill Zissimopoulos
26aadb0b72 installer: use regsvr32 to register FSD/DLL (Wix cannot register file system drivers or network provider DLL's) 2016-04-30 17:33:25 -07:00
Bill Zissimopoulos
b12e0aad47 versioning: add version resources to FSD and DLL; consolidate versioning to shared.properties 2016-04-29 00:23:55 -07:00
Bill Zissimopoulos
e0dde7349e sys,dll,tst: ensure that project compiles for x86 2016-04-28 15:02:00 -07:00
Bill Zissimopoulos
968de4689c inc,src,tst: add AGPLv3 notices 2016-04-25 14:29:05 -07:00
Bill Zissimopoulos
1bf28bdfa4 fsctl: FSP_FSCTL_TRANSACT_REQ: add Req.QueryDirectory.Pattern 2016-04-21 11:49:11 -07:00
Bill Zissimopoulos
f1693af6a3 sys: IRP_MJ_DIRECTORY: speed improvements and a bug fix 2016-04-21 09:57:22 -07:00
Bill Zissimopoulos
16acdfb1ab sys: remove unused ContextTable from FSP_FSVOL_DEVICE 2016-04-20 16:31:58 -07:00
Bill Zissimopoulos
57793f9b9a sys: on Windows 8+ make Write buffer read-only 2016-04-20 16:01:35 -07:00
Bill Zissimopoulos
d0eee263c8 sys: util: safe MDL bug fix 2016-04-20 12:29:38 -07:00
Bill Zissimopoulos
1bcd3cec0a sys, dll: NetworkProvider implementation (NPGetConnection) 2016-04-19 14:29:07 -07:00
Bill Zissimopoulos
c40ce93fe2 sys: major change in device management: introduce FspDeviceGlobalLock and remove FSP_FSVOL_DEVICE_EXTENSION::DeleteResource; makes locking coarse-grained but more generic and safe 2016-04-18 13:48:50 -07:00
Bill Zissimopoulos
6dd6ec6b47 sys: FspReleaseForCcFlush: another bug fix for crazy NTOS semantics on this callback 2016-04-18 12:13:33 -07:00
Bill Zissimopoulos
7025dd5cf0 sys: FspVolumeGetName: now return concat of VolumeName and VolumePrefix (if network mount) 2016-04-18 12:12:52 -07:00
Bill Zissimopoulos
7ee6a52260 dll: rename dispatch.c to fs.c and access.c to security.c 2016-04-17 09:51:54 -07:00
Bill Zissimopoulos
7a949cfd2f sys: Fsvrt DeviceType changed to FILE_DEVICE_DISK (from FILE_DEVICE_VIRTUAL_DISK) 2016-04-13 21:32:46 -07:00
Bill Zissimopoulos
1239c610a5 sys: IRP_MJ_READ: remove FspFileNodeTrySetFileInfo at completion
sys: IRP_MJ_READ: remove PagingIo early exit optimization
sys: IRP_MJ_WRITE: remove PagingIo early exit optimization
2016-04-13 20:33:10 -07:00
Bill Zissimopoulos
41296044e6 sys: IRP_MJ_READ, IRP_MJ_WRITE: fix paging I/O sizes 2016-04-13 18:00:02 -07:00
Bill Zissimopoulos
49f9f13806 dll: remove DEBUGLOGSD() 2016-04-13 16:53:50 -07:00
Bill Zissimopoulos
279778265f sys: FspAcquireForModWrite: fix deadlock between the Lazy Writer and the Mod Writer. 2016-04-13 12:15:56 -07:00
Bill Zissimopoulos
7499c964b9 sys: FspVolumeTransact: upper bound on loop guarantees forward progress! 2016-04-12 15:42:06 -07:00
Bill Zissimopoulos
220208cf87 sys: fix some prefast suggestions 2016-04-11 15:27:34 -07:00
Bill Zissimopoulos
430f47945d sys: FspFsvolDeviceInvalidateVolumeInfo 2016-04-11 11:45:39 -07:00