1602 Commits

Author SHA1 Message Date
Bill Zissimopoulos
c897ddd864 sys,dll: Cleanup/TruncateOnClose overhaul 2016-12-21 16:09:24 -08:00
Bill Zissimopoulos
eec63332e0 sys: fileinfo: correctly set AllInformation and StandardInformation DeletePending flag 2016-12-19 13:36:11 -08:00
Bill Zissimopoulos
3adcf70748 sys: disallow creating a ReadOnly and DeleteOnClose file 2016-12-18 21:50:11 -08:00
Bill Zissimopoulos
33e8b5df04 sys,dll: create: correctly handle FILE_SUPERSEDE 2016-12-18 16:56:11 -08:00
Bill Zissimopoulos
154933ecab sys: overwrite: check hidde/system attributes (IFSTEST) 2016-12-18 16:02:32 -08:00
Bill Zissimopoulos
245bba0a17 sys: name: fix warning on x86 builds 2016-12-18 13:35:25 -08:00
Bill Zissimopoulos
94ea4f65f7 sys: FspFileNameIsValid, FspFileNameIsValidPattern: check path component length
tst: memfs: allow filenames to be 512 chars long
2016-12-18 11:51:23 -08:00
Bill Zissimopoulos
c780912810 sys: create: fix status return (IFSTEST) 2016-12-17 12:43:00 -08:00
Bill Zissimopoulos
299605b8fc sys: FILE_ATTRIBUTE_DIRECTORY support 2016-12-17 12:13:53 -08:00
Bill Zissimopoulos
2d9b1b80fa sys: lockctl: fix hang uncovered by IFSTEST 2016-12-16 16:31:00 -08:00
Bill Zissimopoulos
671c0c12ab sys: FSCTL_QUERY_PERSISTENT_VOLUME_STATE 2016-12-15 16:15:22 -08:00
Bill Zissimopoulos
1e03c1a465 sys: FspFsvolQueryFsAttributeInformation: allow file system to fully specify file system name
tst: memfs: add -F FileSystemName option
2016-12-15 14:26:36 -08:00
Bill Zissimopoulos
40735c4687 sys: POOL_NX_OPTIN 2016-12-14 15:06:00 -08:00
Bill Zissimopoulos
ff08d63a82 sys,dll: Overwrite: named streams are now removed as per NTFS 2016-12-13 14:37:44 -08:00
Bill Zissimopoulos
bbb51b4971 sys,dll: Overwrite now correctly handles AllocationSize 2016-12-13 11:52:32 -08:00
Bill Zissimopoulos
6de998ff98 sys: rename: capture correct security context 2016-12-12 13:20:42 -08:00
Bill Zissimopoulos
4b024ebe74 sys: security: turns out that the AccessToken is not needed 2016-12-10 17:45:36 -08:00
Bill Zissimopoulos
418c454a4a dll: FspSetSecurityDescriptor: turns out that the AccessToken is not needed 2016-12-09 17:43:11 -08:00
Bill Zissimopoulos
0b61c48cd6 inc: fsctl: FSP_FSCTL_TRANSACT_REQ QueryDirectory: CaseSensitive 2016-12-09 15:35:55 -08:00
Bill Zissimopoulos
3a65ce332b dll,launcher: invariant string comparisons 2016-12-09 14:23:53 -08:00
Bill Zissimopoulos
ee3918436b fix erroneous file permissions 2016-12-08 18:43:49 -08:00
Bill Zissimopoulos
1d8d72129d sys: util: fix Delays when retrying MustSucceed allocations 2016-12-07 17:19:26 -08:00
Bill Zissimopoulos
a1af8ff921 sys: Queued Events and use fin FSP_IOQ 2016-12-03 19:41:26 -08:00
Bill Zissimopoulos
3518d7a8c2 tst: memfs: ReadDirectory improvements 2016-11-30 16:12:00 -08:00
Bill Zissimopoulos
5444ce7f50 sys: rename: only do MmFlushImageSection when ImageSectionObject is not NULL 2016-11-24 15:09:39 -08:00
Bill Zissimopoulos
002a0262f7 sys: FspFileNodeOplockCheckAsyncEx: DEBUGTEST 2016-11-23 21:23:57 -08:00
Bill Zissimopoulos
d6d781355f sys: DEBUGTEST_EX macro: fix 2016-11-22 22:20:14 -08:00
Bill Zissimopoulos
ee469b40e7 sys: FspFileNodeRename: handle cleaned up but not closed file 2016-11-22 17:27:52 -08:00
Bill Zissimopoulos
1f385a9ab5 sys: rename: bail early when attempting to replace directory 2016-11-22 15:47:34 -08:00
Bill Zissimopoulos
ba78fbb956 sys: rename: oplock refactoring 2016-11-22 14:18:10 -08:00
Bill Zissimopoulos
8f10ba4fc9 sys: file: GATHER_DESCENDANTS, SCATTER_DESCENDANTS macros 2016-11-22 11:32:40 -08:00
Bill Zissimopoulos
2e089b92c5 sys: FspFileNodeCheckBatchOplocksOnAllStreams: fix oplock related deadlock
- fix: initiate oplock break, release FileNode and wait for oplock break completion
2016-11-21 16:28:00 -08:00
Bill Zissimopoulos
37362cb8cc sys: file,wq: make oplock functions paged 2016-11-20 17:52:38 -08:00
Bill Zissimopoulos
127d4cc4eb sys: fsctl: oplock fixes 2016-11-20 15:27:24 -08:00
Bill Zissimopoulos
ce551d4e0d sys: oplock: refactoring/cleanup 2016-11-20 14:08:23 -08:00
Bill Zissimopoulos
aa23672b01 sys: fsctl: enable oplock processing 2016-11-18 22:20:03 -08:00
Bill Zissimopoulos
e4de0f0513 sys: oplock: perform stream oplock checks
sys: rename: fix some rename issues
2016-11-18 18:38:15 -08:00
Bill Zissimopoulos
8750451e10 sys: FspFsvolDeviceEnumerateContextByName, FspFileNodeRename: bugfix: properly enumerate/rename streams 2016-11-16 14:34:01 -08:00
Bill Zissimopoulos
358db2a54f sys: oplock: misc fixes and improvements 2016-11-16 13:34:43 -08:00
Bill Zissimopoulos
4294182c1a sys: oplock testing 2016-11-15 17:05:05 -08:00
Bill Zissimopoulos
f17168f2fa sys: oplock testing: DEBUGTEST_EX 2016-11-15 13:17:49 -08:00
Bill Zissimopoulos
959d8537c6 sys: oplock testing 2016-11-14 20:36:51 -08:00
Bill Zissimopoulos
6a48087d5f sys: create: oplock testing 2016-11-14 17:28:53 -08:00
Bill Zissimopoulos
5b1b8288c2 sys: create: FspFsvolCreateOpenOrOverwiteOplock: fix typo 2016-11-14 17:15:09 -08:00
Bill Zissimopoulos
53e2f13e38 sys: FspFileNodeRenameCheck 2016-11-14 11:20:32 -08:00
Bill Zissimopoulos
cb6b10385b sys: rename: oplocks 2016-11-13 22:06:53 -08:00
Bill Zissimopoulos
f49cf412a8 sys: fileinfo: oplocks 2016-11-13 10:45:24 -08:00
Bill Zissimopoulos
764b772731 sys: lockctl, read, write: oplocks 2016-11-12 18:01:27 -08:00
Bill Zissimopoulos
7518a6e418 sys: read, write: oplocks 2016-11-12 13:12:35 -08:00
Bill Zissimopoulos
2772af5478 sys: FspWqOplockPrepare: use work routine 2016-11-12 12:06:28 -08:00