Bill Zissimopoulos
5b53285545
sys: FspMainFileClose: fix issue #680
...
Instead of closing the main file handle in the dispatcher thread,
close it in a system thread and wait for that close to complete
in an alertable manner. This avoids a deadlock due to the file
system process being forcibly terminated via NtTerminateProcess.
2026-07-28 15:36:48 +03:00
Bill Zissimopoulos
624f285452
update source copyright for 2026
2026-03-04 15:54:27 +02:00
Bill Zissimopoulos
c8366af48c
update source copyright for 2025
2025-05-15 20:33:31 +01:00
Bill Zissimopoulos
7551193ad7
update source copyright to 2024
2024-01-08 12:38:44 +00:00
Bill Zissimopoulos
b9ca46694e
sys: FspFileNodeRenameCheck: fix handle oplock break
2022-10-04 15:44:27 +01:00
Bill Zissimopoulos
df4c19c113
sys: FSP_FILE_NODE_NO_PGIO
2022-04-19 15:21:54 +01:00
Bill Zissimopoulos
20680fa5b5
sys: FastIo: read/write implementation
2022-03-20 20:31:54 +00:00
Bill Zissimopoulos
29251dc2be
sys, dll: convert memory barriers to interlocked operations
2022-01-19 10:55:46 +00:00
Bill Zissimopoulos
751eaa69df
update source copyright to 2022
2022-01-07 17:30:49 +00:00
Bill Zissimopoulos
00219f29cf
sys: POSIX rename improvements
2021-11-25 10:35:22 +00:00
Bill Zissimopoulos
91211f6ccb
sys: reimplement POSIX unlink
2021-11-24 16:03:31 +00:00
Bill Zissimopoulos
bb3e92df6c
sys, dll: implement POSIX semantics for Rename
2021-10-21 15:39:25 +01:00
Bill Zissimopoulos
19823d84de
sys,dll,inc: implement new Delete design and POSIX semantics
2021-10-19 15:23:15 +01:00
Bill Zissimopoulos
6e3a8f70b2
update source copyright to 2021
2021-05-21 15:57:05 -07:00
Bill Zissimopoulos
33c6e7ee61
sys: fix issue #364
2021-04-16 16:43:34 -07:00
Bill Zissimopoulos
e59a49992a
sys: FspFileNodeInvalidateCachesAndNotifyChangeByName: flush and purge only
2020-10-17 22:06:49 -07:00
Bill Zissimopoulos
92b7989999
tst: winfsp-tests: notify testing
2020-10-09 15:05:31 -07:00
Bill Zissimopoulos
01f91c771d
sys: notify implementation
2020-10-07 17:07:35 -07:00
Bill Zissimopoulos
aedf01a384
update source copyright for 2020
2020-01-02 17:50:40 -08:00
Bill Zissimopoulos
b18df6bba8
sys: release rename lock when doing oplock breaks
2019-12-08 14:27:02 -08:00
Bill Zissimopoulos
732e6cc38c
grand EaSize patch; passes winfsp-tests and ifstest
2019-03-21 18:14:15 -07:00
Bill Zissimopoulos
a811cd2cf8
sys, dll: extended attributes: checkpoint
2019-03-13 14:29:49 -07:00
Bill Zissimopoulos
d2de5e996c
update source copyright for 2019
2019-02-28 10:39:31 -08:00
Bill Zissimopoulos
4d49039abe
sys: FspFastIoQueryOpen: access control
...
Extend the WinFsp kernel-user mode protocol to allow passing
security descriptors that can then be used for access control
during FastIoQueryOpen.
2018-10-04 13:21:29 -07:00
Bill Zissimopoulos
3a286324ff
sys: implement FastIo operations
...
FspFastIoQueryOpen
2018-10-02 11:12:25 -07:00
Bill Zissimopoulos
75ae8daf8f
update commercial disclaimer
2018-08-21 18:09:33 -07:00
Bill Zissimopoulos
c2f87029d7
sys: FspFileNodeCleanupFlush:
...
- CcFlushCache now happens during initial Cleanup call
- avoids recursive call into file system during Cleanup completion
2018-04-23 14:30:38 -07:00
Bill Zissimopoulos
157c4bc09a
sys: FspFileNodeCleanupComplete: FlushAndPurgeOnCleanup:
...
- comment about difference in behavior when DeletePending
2018-04-23 09:57:47 -07:00
Bill Zissimopoulos
4fcaa99d63
sys: FspFileNodeCleanupComplete: FlushAndPurgeOnCleanup:
...
- handle DeletePending and non-zero PTruncateSize better
2018-04-23 00:33:00 -07:00
Bill Zissimopoulos
740411d604
tst: FlushAndPurgeOnCleanup: testing
2018-04-19 10:23:15 -07:00
Bill Zissimopoulos
5c3549c6eb
sys: file: FspFileNodeCleanupComplete: FlushAndPurgeOnCleanup
2018-04-18 20:58:19 -07:00
Bill Zissimopoulos
9bd9cf4fbd
update source copyright notices for 2018
2018-01-03 15:29:38 -08:00
Bill Zissimopoulos
c87ff75b8f
sys: fix filename length check during query directory operations
2017-12-01 17:01:59 -08:00
Bill Zissimopoulos
98334208b9
Revert commit c70089a176
2017-09-29 15:20:38 -07:00
Bill Zissimopoulos
c70089a176
sys: FSP_FILE_DESC: DirectoryNoMoreFiles optimization
2017-09-27 18:01:17 -07:00
Bill Zissimopoulos
637f461a65
sys: FspFileNodeTrySetFileInfoOnOpen
2017-07-11 15:23:03 -07:00
Bill Zissimopoulos
b35bf204db
sys: FspFileNodeTrySetFileInfoOnOpen
2017-07-11 14:17:17 -07:00
Bill Zissimopoulos
441c45c77f
sys: fix a couple of static analysis issues
2017-02-21 15:07:06 -08:00
Bill Zissimopoulos
ccd4bb869c
Experimental fix for github issue #45
2017-02-10 12:39:53 -08:00
Bill Zissimopoulos
76a2926116
sys,dll: ReadDirectory: add Marker, remove Offset
2017-01-24 20:20:02 -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
638e5a20b6
sys: FspFileNodeCopyActiveList, FspFileNodeCopyOpenList
2017-01-03 23:14:33 -08:00
Bill Zissimopoulos
95bbb584eb
sys: FspFileNodeOpen,FspFileNode: maintain active list
2017-01-03 18:57:00 -08:00
Bill Zissimopoulos
1d8241cba7
sys: FspFileNodeNotifyChange: FILE_NOTIFY_CHANGE_STREAM_WRITE
2017-01-03 12:17:52 -08:00
Bill Zissimopoulos
eecca688bc
sys: FspFileNodeInvalidateFileInfo: use after setting/deleting reparse point
2017-01-01 12:53:58 -08:00
Bill Zissimopoulos
13d6ec3638
sys: FspFileNodeRenameCheck: allow multiple handles open on the file being renamed
2016-12-31 15:28:26 -08:00
Bill Zissimopoulos
1713ce9c9e
sys: FSP_STATUS_IGNORE_BIT
2016-12-30 19:48:19 -08:00
Bill Zissimopoulos
2f8ac3765d
sys: FspFileNodeCleanup:
...
- Handle the scenario where there are cleaned up, but unclosed streams in the context table.
2016-12-29 14:18:04 -08:00
Bill Zissimopoulos
e4b4e6a1f9
sys: FSP_FILE_NODE::MainFileNode: reference/dereference on create/delete
2016-12-29 13:16:11 -08:00