Bill Zissimopoulos
|
55eee2efdd
|
dll: GetDirInfoByName: eliminate unnecessary marker check
|
2017-09-30 12:33:05 -07:00 |
|
Bill Zissimopoulos
|
6430b386da
|
dll: GetDirInfoByName: properly handle marker for kernel cached directories
|
2017-09-28 14:05:55 -07:00 |
|
Bill Zissimopoulos
|
0dff9a4c07
|
memfs: GetDirInfoByName
|
2017-09-27 17:08:41 -07:00 |
|
Bill Zissimopoulos
|
34546def3c
|
sys,dll: GetDirInfoByName
|
2017-09-25 19:46:36 -07:00 |
|
Bill Zissimopoulos
|
433e62f813
|
dll: do not export FspFileSystemResolveReparsePointsInternal
|
2017-03-13 11:46:36 -07:00 |
|
Bill Zissimopoulos
|
4fe72ab332
|
sys,dll: ReadDirectory: add Marker, remove Offset
|
2017-01-25 10:51:37 -08:00 |
|
Bill Zissimopoulos
|
7843c73d34
|
sys,dll: ReadDirectory: add Marker, remove Offset
|
2017-01-24 18:10:13 -08:00 |
|
Bill Zissimopoulos
|
a57325e8af
|
update source copyright notices for 2017
|
2017-01-05 13:56:18 -08:00 |
|
Bill Zissimopoulos
|
c8206751d2
|
sys,dll: Flush now takes FileInfo parameter
|
2016-12-26 13:59:53 -08:00 |
|
Bill Zissimopoulos
|
bec91873fe
|
inc: fsctl: HasTrailingBackslash: allows for better checking user mode
|
2016-12-24 11:28:59 -08:00 |
|
Bill Zissimopoulos
|
69f6f661ba
|
sys,dll: Cleanup, file times overhaul
|
2016-12-23 15:30:39 -08:00 |
|
Bill Zissimopoulos
|
c897ddd864
|
sys,dll: Cleanup/TruncateOnClose overhaul
|
2016-12-21 16:09:24 -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
|
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
|
4b024ebe74
|
sys: security: turns out that the AccessToken is not needed
|
2016-12-10 17:45:36 -08:00 |
|
Bill Zissimopoulos
|
3518d7a8c2
|
tst: memfs: ReadDirectory improvements
|
2016-11-30 16:12:00 -08:00 |
|
Bill Zissimopoulos
|
3e3aa7651f
|
dll: UmFileContextIsUserContext2, UmFileContextIsFullContext support
|
2016-11-01 18:49:28 -07:00 |
|
Bill Zissimopoulos
|
3bf4140f91
|
sys,dll: backup/restore privilege support
|
2016-10-21 19:13:05 -07:00 |
|
Bill Zissimopoulos
|
067a0f1b37
|
dll: API polishing
|
2016-10-20 16:32:12 -07:00 |
|
Bill Zissimopoulos
|
8d38a0dac6
|
sys,dll: support file name normalization
|
2016-10-17 14:23:56 -07:00 |
|
Bill Zissimopoulos
|
233904fd51
|
dll: move STATUS_FILE_IS_A_DIRECTORY collision check to fsop.c from memfs
|
2016-10-12 12:15:19 -07:00 |
|
Bill Zissimopoulos
|
3e0f2316a7
|
dll: special case STATUS_OBJECT_NAME_NOT_FOUND and STATUS_OBJECT_NAME_COLLISION to handle open/create via symlink
tst: memfs: support reparse point functionality over a named stream and fix status return on create collision over directory
|
2016-10-12 11:18:55 -07:00 |
|
Bill Zissimopoulos
|
bd952253fb
|
cosmetic fix
|
2016-10-11 11:39:17 -07:00 |
|
Bill Zissimopoulos
|
c7780cf7fa
|
license: switch to GPLv3 from AGPLv3
|
2016-10-10 21:33:27 -07:00 |
|
Bill Zissimopoulos
|
4084448bd5
|
sys,dll: properly implement stream create check
|
2016-10-10 17:29:16 -07:00 |
|
Bill Zissimopoulos
|
6bd6f0ee35
|
inc: fsctl: increase request/response size to 16K
dll: remove /Gs[size] switch, fix FspFileSystemResolveReparsePoints to not use more than 4K of stack space
|
2016-10-08 23:33:59 -07:00 |
|
Bill Zissimopoulos
|
e2d4b36057
|
sys: FspFsvolQueryStreamInformation* testing
|
2016-10-06 15:35:40 -07:00 |
|
Bill Zissimopoulos
|
0c810c52fa
|
sys: IRP_MJ_QUERY_INFORMATION: FileStreamInformation
|
2016-09-24 13:59:02 -07:00 |
|
Bill Zissimopoulos
|
3ce490d405
|
inc: fsctl: UmFileNodeIsUserContext2
|
2016-09-21 10:40:18 -07:00 |
|
Bill Zissimopoulos
|
5771eedc45
|
sys,dll: FspFileSystemResolveReparsePoints: use IO_REPARSE_TAG_SYMLINK instead of IO_REPARSE for symlink resolution
- FspFsvolCreateComplete STATUS_REPARSE handling changed to support device-relative symlink reparse points
|
2016-09-14 22:16:40 -07:00 |
|
Bill Zissimopoulos
|
46a29f663a
|
inc: fsctl: simplify FSP_FSCTL_TRANSACT_RSP Rsp.Create.Reparse
|
2016-09-14 17:18:59 -07:00 |
|
Bill Zissimopoulos
|
ccec269dd6
|
dll: relative symbolic link resolution testing
|
2016-09-12 21:50:25 -07:00 |
|
Bill Zissimopoulos
|
5888e9ab05
|
dll: relative symbolic link resolution testing
|
2016-09-12 21:42:02 -07:00 |
|
Bill Zissimopoulos
|
bd0acf2289
|
sys,dll: symbolic link testing
|
2016-09-11 17:04:01 -07:00 |
|
Bill Zissimopoulos
|
f89c91cd10
|
sys,dll: SYMLINK_FLAG_RELATIVE
|
2016-09-11 13:18:54 -07:00 |
|
Bill Zissimopoulos
|
af2cc10c15
|
sys,dll: reparse point testing
|
2016-09-10 23:00:55 -07:00 |
|
Bill Zissimopoulos
|
165f3ec45d
|
sys,dll: symlink testing
|
2016-09-09 21:21:24 -07:00 |
|
Bill Zissimopoulos
|
811696d939
|
sys,dll: reparse point testing
|
2016-09-09 19:40:37 -07:00 |
|
Bill Zissimopoulos
|
0c07be9628
|
sys,dll: reparse point testing
|
2016-09-09 17:21:56 -07:00 |
|
Bill Zissimopoulos
|
28a20d5199
|
dll: FspFileSystemOpLeave: bug fix
|
2016-09-09 11:29:09 -07:00 |
|
Bill Zissimopoulos
|
d9713668aa
|
dll: FspFileSystemCanReplaceReparsePoint: fix
|
2016-09-09 11:09:41 -07:00 |
|
Bill Zissimopoulos
|
44c86ff9a4
|
dll: fuse: use NFS reparse points for POSIX special files
|
2016-09-08 10:43:01 -07:00 |
|
Bill Zissimopoulos
|
80e07cead6
|
sys,dll: reparse point implementation: DeleteReparsePoint
|
2016-08-26 07:43:25 -07:00 |
|
Bill Zissimopoulos
|
b88b2ec51d
|
dll: acquire exclusive lock during flush volume
|
2016-08-22 01:04:07 -07:00 |
|
Bill Zissimopoulos
|
34e653a275
|
dll: fsop: implement FSCTL_DELETE_REPARSE_POINT parameter checking
|
2016-08-22 00:40:01 -07:00 |
|
Bill Zissimopoulos
|
981e60643f
|
dll: reparse points: allow file system to provide directory symlink behavior
|
2016-08-22 00:04:49 -07:00 |
|
Bill Zissimopoulos
|
fee75590a8
|
sys,dll: rename VolumeParams::ReparsePoints* fields
|
2016-08-21 23:36:09 -07:00 |
|
Bill Zissimopoulos
|
2f73bfa069
|
dll: reparse point implementation: fixes
|
2016-08-20 02:47:14 -07:00 |
|