752 Commits

Author SHA1 Message Date
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
Bill Zissimopoulos
f61aa5a9bb sys: FSP_FSCTL_TRANSACT[_BATCH]_BUFFER_SIZEMIN 2016-02-15 15:15:46 -08:00
Bill Zissimopoulos
d1fe27f996 sys: FSP_FSCTL_TRANSACT/FSP_FSCTL_TRANSACT_BATCH 2016-02-15 15:07:05 -08:00
Bill Zissimopoulos
440f66a786 sys: ioq: use FsRtlCancellableWaitForSingleObject 2016-02-14 14:31:48 -08:00
Bill Zissimopoulos
a8c0bbcf85 sys: FspFsvolDeviceLookupDescendantContextByName 2016-02-13 17:30:30 -08:00
Bill Zissimopoulos
73bd8906fc sys: FspAlloc and friends are now macros 2016-02-13 12:35:48 -08:00
Bill Zissimopoulos
56a9d37135 dll: FspFsctlCreateVolume: use FILE_FLAG_OVERLAPPED when opening control device to allow concurrent DeviceIoControl's 2016-02-13 12:04:28 -08:00
Bill Zissimopoulos
29b21cef0d sys: IRP_MJ_QUERY_INFORMATION: FileNormalizedNameInformation 2016-02-13 12:02:46 -08:00
Bill Zissimopoulos
d5bf527dac sys: FspDeviceDelete: fill out device extension with the value 0xBD when device is deleted 2016-02-12 15:17:35 -08:00
Bill Zissimopoulos
a230ecc87c sys: FspVolumeTransact: reference/dereference the Fsvol device extension 2016-02-12 15:10:10 -08:00
Bill Zissimopoulos
fc790a4c3e winfsp-tests: memfs: Rename 2016-02-10 21:04:20 -08:00
Bill Zissimopoulos
0cc5468764 dll: FspPathPrefix(), FspPathSuffix(): better root handling 2016-02-10 16:57:12 -08:00
Bill Zissimopoulos
d8bb5bf976 sys: IRP_MJ_CREATE: FileName validation and other checks 2016-02-10 12:05:53 -08:00
Bill Zissimopoulos
5d26211c38 sys: FspUnicodePathIsValid() 2016-02-10 11:37:28 -08:00
Bill Zissimopoulos
cc19ddcd92 sys: IRP_MJ_SET_INFORMATION: FileRenameInformation 2016-02-10 10:48:27 -08:00
Bill Zissimopoulos
ed483c99d9 winfsp-tests: rename_test 2016-02-09 20:00:01 -08:00
Bill Zissimopoulos
4f5c19c73f sys, dll: Request->FileName: testing 2016-02-09 16:58:22 -08:00
Bill Zissimopoulos
4648ace652 sys: IRP_MJ_SET_INFORMATION: FileDispositionInformation: testing 2016-02-09 14:36:45 -08:00
Bill Zissimopoulos
4cdbdb5682 sys: IRP_MJ_CLEANUP: comment 2016-02-09 14:01:57 -08:00
Bill Zissimopoulos
8b25afe0bf fsctl: comment 2016-02-09 13:50:14 -08:00
Bill Zissimopoulos
04ab1cdc86 fsctl: comment 2016-02-09 13:48:23 -08:00
Bill Zissimopoulos
6f19ebf66a fsctl: remove FileNameRequired field 2016-02-09 13:41:40 -08:00
Bill Zissimopoulos
8307bc27bb sys: IRP_MJ_SET_INFORMATION: FileDispositionInformation 2016-02-09 13:28:11 -08:00
Bill Zissimopoulos
1b63e7d506 sys: FspFileNodeRename 2016-02-09 12:54:02 -08:00
Bill Zissimopoulos
2a567effbf sys: FileNodes are now registered only in the ContextByNameTable; the ContextTable can be removed if desired 2016-02-09 11:39:04 -08:00
Bill Zissimopoulos
6c94eb3398 sys: IRP_MJ_SET_INFORMATION: FileRenameInformation 2016-02-09 11:26:03 -08:00
Bill Zissimopoulos
38839ddd82 sys: FspFileNodeOpen/FspFileNodeClose: insert FileNode in the ContextByName table 2016-02-07 18:52:11 -08:00
Bill Zissimopoulos
0ec5291c70 sys: IRP_MJ_QUERY_INFORMATION: correctly retry IRP completion 2016-02-07 16:55:08 -08:00
Bill Zissimopoulos
2a303827a2 sys: IRP_MJ_QUERY_INFORMATION: FileAllInformation, FileNameInformation: protect with FileRenameResource 2016-02-07 12:54:19 -08:00
Bill Zissimopoulos
9c200f2a62 sys: FileRenameResource implementation 2016-02-07 11:01:15 -08:00
Bill Zissimopoulos
3ef9042071 sys: ContextByName 2016-02-06 11:14:27 -08:00
Bill Zissimopoulos
650d4c4d18 sys: GenericTable -> ContextTable refactoring 2016-02-06 00:19:37 -08:00
Bill Zissimopoulos
3ccf00bd4e sys: FSP_FSVOL_DEVICE_EXTENSION: rename GenericTable to ContextTable 2016-02-05 23:59:41 -08:00
Bill Zissimopoulos
f65e2059e4 sys: IRP_MJ_SET_INFORMATION: testing 2016-02-05 23:34:37 -08:00
Bill Zissimopoulos
69627c216b winfsp-tests: setfileinfo_test 2016-02-05 22:02:35 -08:00
Bill Zissimopoulos
018c387945 sys: driver.h: fsp_dp 2016-02-05 21:06:49 -08:00
Bill Zissimopoulos
66f54294a2 sys: IRP_MJ_SET_INFORMATION 2016-02-05 18:30:34 -08:00
Bill Zissimopoulos
dc77a1109f sys: IRP_MJ_SET_INFORMATION: FileDispositionInformation 2016-02-04 14:02:26 -08:00
Bill Zissimopoulos
320fa3cf56 sys: IRP_MJ_QUERY_INFORMATION 2016-02-04 13:46:26 -08:00