491 Commits

Author SHA1 Message Date
Bill Zissimopoulos
218ad0be8c sys: IRP_MJ_LOCK_CONTROL 2016-04-06 15:41:16 -07:00
Bill Zissimopoulos
b729500d7b sys: FspIrpDeleteRequest 2016-04-06 13:40:32 -07:00
Bill Zissimopoulos
f7a739381c sys: FspIrpHook and IRP_MN_NOTIFY_CHANGE_DIRECTORY 2016-04-06 11:51:55 -07:00
Bill Zissimopoulos
bde93d020b sys: FspIopCompleteCanceledIrp: wrap IRP completion in FsRtlEnterFileSystem/FsRtlExitFileSystem 2016-04-04 16:24:58 -07:00
Bill Zissimopoulos
8ef10e5992 sys: IRP_MJ_FLUSH_BUFFERS: fix deadlock when flushing volume 2016-04-04 16:13:04 -07:00
Bill Zissimopoulos
83c59a6f37 sys: IRP_MJ_FLUSH_BUFFERS: flush volume implementation 2016-04-04 14:33:23 -07:00
Bill Zissimopoulos
e6ab31a0e0 sys: IRP_MJ_FLUSH_BUFFERS 2016-04-02 11:38:24 -07:00
Bill Zissimopoulos
109e483a2f sys: file change notifications 2016-04-01 13:42:46 -07:00
Bill Zissimopoulos
aa81e1ffe5 sys: IRP_MN_NOTIFY_CHANGE_DIRECTORY: implementation and related changes 2016-03-31 16:30:03 -07:00
Bill Zissimopoulos
a1c0c58dc2 sys: IRP_MJ_DIRECTORY_CONTROL: properly support asynchronous I/O 2016-03-30 15:43:26 -07:00
Bill Zissimopoulos
298cd73944 sys: IRP_MJ_DIRECTORY_CONTROL 2016-03-29 16:26:36 -07:00
Bill Zissimopoulos
48ee6f067a sys: IRP_MJ_DIRECTORY_CONTROL: DirectoryHasSuchFile 2016-03-29 15:59:56 -07:00
Bill Zissimopoulos
bd96826286 sys: IRP_MJ_DIRECTORY_CONTROL: testing 2016-03-29 15:27:45 -07:00
Bill Zissimopoulos
c53c9bb9cc sys: IRP_MJ_DIRECTORY_CONTROL: testing 2016-03-29 13:48:40 -07:00
Bill Zissimopoulos
344afa5e42 sys: FSP_FILE_DESC::CaseSensitive 2016-03-29 11:00:09 -07:00
Bill Zissimopoulos
b5f37e2a40 sys: IRP_MJ_DIRECTORY_CONTROL: testing 2016-03-29 00:02:11 -07:00
Bill Zissimopoulos
acd1e3a25a sys: IRP_MJ_DIRECTORY_CONTROL: testing 2016-03-28 20:09:51 -07:00
Bill Zissimopoulos
53e1953ba3 sys: IRP_MJ_DIRECTORY_CONTROL: testing 2016-03-28 18:51:00 -07:00
Bill Zissimopoulos
953dd4ec5e sys: IRP_MJ_DIRECTORY_CONTROL: testing 2016-03-28 17:46:09 -07:00
Bill Zissimopoulos
c78e77cf52 sys: IRP_MJ_QUERY_DIRECTORY 2016-03-23 16:24:46 -07:00
Bill Zissimopoulos
594f2644f7 sys: IRP_MJ_QUERY_DIRECTORY 2016-03-23 16:04:41 -07:00
Bill Zissimopoulos
f502918114 sys: IRP_MJ_QUERY_DIRECTORY 2016-03-23 15:49:16 -07:00
Bill Zissimopoulos
a69908c5ec sys: IRP_MJ_QUERY_DIRECTORY 2016-03-23 15:31:36 -07:00
Bill Zissimopoulos
62191fba36 sys: IRP_MJ_QUERY_DIRECTORY 2016-03-22 16:39:12 -07:00
Bill Zissimopoulos
0095b3c1dc sys: FSP_FILE_DESC: rename QueryFileName to DirectoryPattern 2016-03-21 13:26:36 -07:00
Bill Zissimopoulos
6fc43c6ca2 sys, dll: IRP_MJ_DIRECTORY_CONTROL: implementation 2016-03-19 13:16:01 -07:00
Bill Zissimopoulos
8870ebc7f0 sys: inline FspIopRequestContextAddress 2016-03-18 15:59:56 -07:00
Bill Zissimopoulos
965c86b79b sys: STATUS_INVALID_USER_BUFFER 2016-03-18 15:48:43 -07:00
Bill Zissimopoulos
57460d7452 sys: FspLockUserBuffer: now acts directly on the IRP 2016-03-18 15:36:44 -07:00
Bill Zissimopoulos
3d6397871d sys: FspBufferUserBuffer 2016-03-18 15:09:11 -07:00
Bill Zissimopoulos
7ff99da000 update copyright notices for 2016 2016-03-17 14:59:46 -07:00
Bill Zissimopoulos
b44c6d64db sys: IRP_MJ_READ, IRP_MJ_WRITE: do not block user-mode file system thread for FlushAndPurge 2016-03-17 14:16:22 -07:00
Bill Zissimopoulos
15f39c3ca8 sys: FspFileNodeFlushAndPurgeCache: wrap Cc* calls in try/except 2016-03-17 10:46:05 -07:00
Bill Zissimopoulos
b734e6968d sys: FspFileNodeFlushAndPurgeCache 2016-03-17 10:13:52 -07:00
Bill Zissimopoulos
26d2d51117 sys: fileinfo: call MmCanFileBeTruncated only when truncating (allows file mappings to be created)
sys: util.c: FspGetMdlAddress()
2016-03-16 16:17:22 -07:00
Bill Zissimopoulos
0cf70387ff sys: FspVolumeTransact: timeout early if there are retried IRP completions (to avoid stalling unnecessarily) 2016-03-16 00:29:30 -07:00
Bill Zissimopoulos
a5765defd3 sys: FspSendSetInformationIrp: add DeviceObject parameter to bypass filter devices 2016-03-15 23:59:01 -07:00
Bill Zissimopoulos
12463043e4 sys: FspFsvolWriteCached: update file size prior to a cached write to ensure that the user-mode file system knows the correct file size 2016-03-15 23:27:31 -07:00
Bill Zissimopoulos
bd413b9c9b sys: FSP_FILE_NODE: add HandleCount field and refactor cleanup/close/rename 2016-03-15 15:09:47 -07:00
Bill Zissimopoulos
03522c5296 sys: FspAcquireCcFlush: improve/fix top level IRP handling 2016-03-12 19:03:06 -08:00
Bill Zissimopoulos
9fc1123cdb sys: FspFileNodeSetFileInfo: log and debug break on CcSetFileSizes failure (until we understand them better) 2016-03-11 23:35:00 -08:00
Bill Zissimopoulos
10d15cceb7 sys: FspFileNodeSetFileInfo: log and debug break on CcSetFileSizes failure (until we understand them better) 2016-03-11 23:33:57 -08:00
Bill Zissimopoulos
9a4446be10 sys: FspFileNodeSetFileInfo: log and debug break on CcSetFileSizes failure (until we understand them better) 2016-03-11 23:33:40 -08:00
Bill Zissimopoulos
920c15e022 sys: write.c, file.c: better handle failure cases around cache resizing 2016-03-11 22:57:51 -08:00
Bill Zissimopoulos
1fa9dcaa61 sys: cleanup: comment fix 2016-03-11 22:13:39 -08:00
Bill Zissimopoulos
5a240fdcbe sys: DeviceExtensionKindSym 2016-03-11 16:52:35 -08:00
Bill Zissimopoulos
d6403780a3 sys: FspFsvolReadCached, FspFsvolWriteCached: cleanup improvements 2016-03-11 15:47:27 -08:00
Bill Zissimopoulos
151247f1e6 sys: cached read/write testing 2016-03-11 14:44:17 -08:00
Bill Zissimopoulos
3f98d1cb01 sys: FspFsvolDeviceStoppedStatus 2016-03-10 00:23:43 -08:00
Bill Zissimopoulos
3dc2d9099d sys: callbacks.c 2016-03-09 23:51:36 -08:00