990 Commits

Author SHA1 Message Date
Bill Zissimopoulos
55a86ba8c6 sys: IRP_MJ_READ, IRP_MJ_WRITE 2016-03-04 19:44:43 -08:00
Bill Zissimopoulos
bf02a601b2 sys: IRP_MJ_READ: implementation 2016-03-04 19:20:41 -08:00
Bill Zissimopoulos
c7c367ccc8 sys: IRP_MJ_READ: implementation 2016-03-04 17:08:46 -08:00
Bill Zissimopoulos
b4160f4aac sys: rename DEBUGRANDTEST to DEBUGTEST 2016-03-04 15:41:53 -08:00
Bill Zissimopoulos
84be6692b8 sys: improve DEBUGRANDTEST (add fsp_dt control variable) 2016-03-04 15:36:53 -08:00
Bill Zissimopoulos
4d3a169da6 sys: eliminate multiple uses of FspFsvolFileRename locking 2016-03-04 15:08:42 -08:00
Bill Zissimopoulos
342fd6a996 sys: FspAllocatePoolMustSucceed, FspAllocateIrpMustSucceed 2016-03-03 17:20:57 -08:00
Bill Zissimopoulos
98ebfed65b sys: IRP_MJ_CLEANUP: properly perform CcUninitializeCacheMap 2016-03-03 17:04:04 -08:00
Bill Zissimopoulos
bc9f983285 sys: IRP_MJ_SET_INFORMATION: FileEndOfFileInformation: ignore calls with the AdvanceOnly parameter 2016-03-03 11:35:32 -08:00
Bill Zissimopoulos
6f3f57366a sys: FspPropagateTopFlags 2016-03-03 10:46:49 -08:00
Bill Zissimopoulos
bb897872a1 sys: FSP_MJ_ENTER: top level irp functionality 2016-03-02 17:19:54 -08:00
Bill Zissimopoulos
9a751ff451 sys: FspIrpSetFlags, FspIrpSetTopFlags: fix bogus assertion failure 2016-03-02 16:44:31 -08:00
Bill Zissimopoulos
d46d1e169a sys: IRP_MJ_WRITE: implementation 2016-03-02 15:35:35 -08:00
Bill Zissimopoulos
a7f1316ffe sys: wq: TopLevelIrp functionality 2016-03-02 14:39:24 -08:00
Bill Zissimopoulos
5203a0360d sys: ToplevelIrp functionality 2016-03-02 12:54:31 -08:00
Bill Zissimopoulos
43bfb251ae sys: wq: TopLevelIrp functionality 2016-03-02 12:53:58 -08:00
Bill Zissimopoulos
498af95e3b sys: TopLevelIrp functionality 2016-03-02 12:19:48 -08:00
Bill Zissimopoulos
5b4dd2bb26 sys: FspFastIoDispatch, FspCacheManagerCallbacks 2016-02-26 14:04:16 -08:00
Bill Zissimopoulos
46fa75a74d sys: consolidate Timeout functionality (ioq.c not included) 2016-02-26 14:02:36 -08:00
Bill Zissimopoulos
f29f415d0c sys: IRP_MJ_WRITE 2016-02-25 11:39:47 -08:00
Bill Zissimopoulos
e040c4d3cf sys: fast I/O and resource acquisition callbacks 2016-02-23 22:39:15 -08:00
Bill Zissimopoulos
f87eeb9db5 sys: write: implementation 2016-02-23 20:23:19 -08:00
Bill Zissimopoulos
892e8eb025 sys: wq: FspWq* routiens
sys: write: initial implementation
2016-02-23 20:07:33 -08:00
Bill Zissimopoulos
c30fec9daf sys: refactor allocation routines and FspIopCreateRequestFunnel 2016-02-23 15:06:27 -08:00
Bill Zissimopoulos
c00bf8c96a dll: FspFileSystemDispatcherThread: sanitize response on return from user-mode file system 2016-02-20 23:01:27 -08:00
Bill Zissimopoulos
b58236bf95 winfsp-tests: memfs: SetSecurity: bug fix 2016-02-20 22:59:58 -08:00
Bill Zissimopoulos
39991f8901 winfsp-tests: security testing 2016-02-20 12:13:32 -08:00
Bill Zissimopoulos
34891de75e winfsp-tests: security testing 2016-02-19 17:11:48 -08:00
Bill Zissimopoulos
9e057b4ea1 sys: FileNode: properly maintain Security/SecurityChangeNumber fields 2016-02-19 16:13:57 -08:00
Bill Zissimopoulos
e77a8b0262 winfsp-tests: security testing 2016-02-19 15:49:34 -08:00
Bill Zissimopoulos
7e90092028 sys, dll: QuerySecurity, SetSecurity 2016-02-19 14:07:41 -08:00
Bill Zissimopoulos
12bbddfb19 sys: IRP_MJ_SET_SECURITY 2016-02-18 17:21:39 -08:00
Bill Zissimopoulos
d4f1c13542 sys: IRP_MJ_QUERY_SECURITY 2016-02-18 16:10:17 -08:00
Bill Zissimopoulos
e7cef94507 sys: IRP_MJ_QUERY_SECURITY 2016-02-18 15:54:52 -08:00
Bill Zissimopoulos
3cfdfba64c sys: FSP_META_CACHE: refactoring and start integration into Fsvol 2016-02-18 11:48:57 -08:00
Bill Zissimopoulos
2c9cd46e4b sys: ioq: FspIoqRemoveExpired: add InterruptTime parameter 2016-02-17 17:01:07 -08:00
Bill Zissimopoulos
990955ff61 sys: FSP_META_CACHE: initial implementation 2016-02-17 16:57:37 -08:00
Bill Zissimopoulos
0abd173898 sys: FSP_META_CACHE: initial implementation 2016-02-17 16:55:14 -08:00
Bill Zissimopoulos
93fb3a9934 dll: refactor into access.c/fsop.c 2016-02-17 13:00:09 -08:00
Bill Zissimopoulos
e3ed7a9a2c sys, dll: Security 2016-02-17 12:39:53 -08:00
Bill Zissimopoulos
9514bcfd8c dll: FSP_FILE_SYSTEM_INTERFACE: rename GetSecurity to GetSecurityByName 2016-02-17 11:08:46 -08:00
Bill Zissimopoulos
40a9feb237 sys: FspFsvolSetVolumeInformation: PAGED_CODE() 2016-02-17 10:53:37 -08:00
Bill Zissimopoulos
49cf687de3 sys: IRP_MJ_SET_VOLUME_INFORMATION/FileFsLabelInformation 2016-02-17 10:27:09 -08:00
Bill Zissimopoulos
003e9a6d91 fsctl: move VolumeCreationTime from FSP_FSCTL_VOLUME_INFO to FSP_FSCTL_VOLUME_PARAMS 2016-02-16 21:38:42 -08:00
Bill Zissimopoulos
1b533512d3 sys, dll: FSP_FSCTL_STOP 2016-02-16 20:37:13 -08:00
Bill Zissimopoulos
8164ebf370 sys: ioq: PendingIrpEvent is now a SynchronizationEvent, instead of a NotificationEvent 2016-02-16 17:44:32 -08:00
Bill Zissimopoulos
d8c35f26b0 dll: major overhaul of FSP_FILE_SYSTEM dispatching 2016-02-16 17:03:00 -08:00
Bill Zissimopoulos
f8d5273e04 sys: FspVolumeTransact: bug fix with bogus IRP's and DEBUGLOG's 2016-02-16 17:02:26 -08:00
Bill Zissimopoulos
45a0f97805 sys: FspVolumeTransact: support both METHOD_BUFFERED and METHOD_OUT_DIRECT 2016-02-15 16:12:19 -08:00
Bill Zissimopoulos
678f175713 sys: FspVolumeTransact: support both METHOD_BUFFERED and METHOD_OUT_DIRECT 2016-02-15 15:52:31 -08:00