Windows: SetDispositionInfo vs Link Count
[openafs.git] / src / WINNT / afsrdr / kernel / lib / AFSFileInfo.cpp
2014-10-03 Jeffrey AltmanWindows: SetDispositionInfo vs Link Count
2014-10-03 Jeffrey AltmanWindows: FileStandardInfo Link count
2014-10-03 pete scottWindows: Check for RO and Open Target in rename
2014-09-25 pete scottWindows: Use the allocation size from the service
2014-09-25 pete scottWindows: FilePhysicalNameInfo query AFS prefix
2014-09-25 pete scottWindows: FileInfo too small INFO_LENGTH_MISMATCH
2014-09-25 pete scottWindows: !overwrite IOMgr populated FileInfo data
2014-05-05 Rod WiddowsonWindows: Adjust Last Write time handling for -1
2014-04-16 Jeffrey AltmanWindows: Fix AFSSetBasicInfo attribute processing
2014-04-15 Jeffrey AltmanWindows: No RO volume test SetFilePosInfo
2013-12-03 Jeffrey AltmanWindows: RDR capture Cc/Mm exceptions do not break
2013-09-03 Jeffrey AltmanWindows: Add trace to track setting VERIFY flag
2013-08-30 Jeffrey AltmanWindows: Hold Fcb Resource across CcPurgeSection
2013-08-30 Jeffrey AltmanWindows: Fix trace messages in AFSSetEndOfFileInfo
2013-08-30 Jeffrey AltmanWindows: introduce Section Object Resource Trace Subsystem
2013-08-30 Jeffrey AltmanWindows: Call AFSExeceptionFilter for all exceptions
2013-08-21 Jeffrey AltmanWindows: Delay MP Target evaluation until required
2013-07-04 Jeffrey AltmanWindows: Protect all Mm and Cc calls with try..except
2013-04-26 Jeffrey AltmanWindows: pSrcObject instead of pSrcFcb->ObjectInformation
2013-04-26 Jeffrey AltmanWindows: More ObjectInformation RefCnt Protection
2013-04-26 Jeffrey AltmanWindows: AFSFindObjectInfo update last access time
2013-04-25 Jeffrey AltmanWindows: AFSSetDispositionInfo Verify Dir Enum
2013-04-25 Jeffrey AltmanWindows: fail if pSrcParentObject cannot be resolved
2013-04-25 Jeffrey AltmanWindows: SetFileRenameInfo Do not replace pSrcParentObject
2013-04-06 Jeffrey AltmanWindows: Avoid unnecessary Ccb->DirectoryCB->ObjectInfo...
2013-04-06 Jeffrey AltmanWindows: AFSDeleteDirEntry set input to NULL
2013-04-05 Jeffrey AltmanWindows: FileSystemAttributes = FILE_READ_ONLY_VOLUME
2013-03-18 pete scottWindows: Replace AFSDbgMsgLog func with macro
2013-03-16 Jeffrey AltmanWindows: File Attribute Reporting Consistency
2013-03-12 Jeffrey AltmanWindows: Use Microsoft IO_REPARSE_TAG_SYMLINK tag
2013-03-11 Jeffrey AltmanWindows: Permit deletion of reparse points
2013-02-25 Jeffrey AltmanWindows: Test NameArrayReferenceCount before deletion
2013-02-14 Jeffrey AltmanWindows: Unique file ID is per volume
2013-02-02 Jeffrey AltmanWindows: Replace ParentObjectInformation pointer
2013-02-02 Jeffrey AltmanWindows: AFSSetRenameInfo Notify correct object of...
2013-02-02 Jeffrey AltmanWindows: Categorize ObjectInformationCB RefCnts
2013-01-31 Jeffrey AltmanWindows: AFSSetRenameInfo DIRENTRY_REF_COUNTING
2013-01-31 Jeffrey AltmanWindows: AFSSetFileLinkInfo() DirOpenReferenceCount...
2013-01-24 Jeffrey AltmanWindows: Use %p for ptrs in redirector trace messages
2012-12-24 Jeffrey AltmanWindows: SetRenameInfo do not reference deleted name
2012-12-23 Rod WiddowsonWindows: warnings on kernel builds
2012-12-07 Jeffrey AltmanWindows: SetDispositionInfo !MmFlush SectionObjectResource
2012-12-06 Jeffrey AltmanWindows: AFSSetRenameInfo Drop TreeLocks MmForceSection...
2012-12-05 Jeffrey AltmanWindows: Prevent lock inversion SetFileRenameInfo
2012-12-03 Jeffrey AltmanWindows: QFileInfo only Verify Entry when necessary
2012-12-03 Jeffrey AltmanWindows: Fcb sectionObjectResource
2012-11-29 Jeffrey AltmanWindows: RefCounts, Asserts, and Trace Logging
2012-11-24 Jeffrey AltmanWindows: Add Hard Link support to AFS Redirector
2012-11-24 Jeffrey AltmanWindows: Trend Micro QueryDirectory deadlock
2012-11-23 Jeffrey AltmanWindows: AFSSetRenameInfo always set pRenameInfo
2012-11-23 Jeffrey AltmanWindows: SetFileRenameInfo Improve Error Handling
2012-10-01 Jeffrey AltmanWindows: File Info Query Symlinks
2012-08-10 Peter ScottWindows: FileNormalizedNameInformation take one
2012-08-10 Peter ScottWindows: disable short names in redirector option
2012-07-03 Jeffrey AltmanWindows: ensure TreeLock obtain and release same pointer
2012-05-04 Jeffrey AltmanWindows: More useful AFSDumpFile exception info
2012-04-25 Jeffrey AltmanWindows: Flag purge on close if CcPurgeCacheSection...
2012-04-17 Jeffrey AltmanWindows: Drop Fcb Resource across SetEOF and SetAllocation
2012-04-15 Jeffrey AltmanWindows: _._AFS_IOCTL_._ hidden and system
2012-04-03 Jeffrey AltmanWindows: Pass name array to AFSRetrieveFileInformation
2012-03-30 Jeffrey AltmanWindows: avoid deadlock with Trend Micro
2012-02-10 Jeffrey AltmanWindows: Perform rename to self check earlier
2012-02-07 Jeffrey AltmanWindows: OpenAFS reparse points are surrogates
2012-01-11 Jeffrey AltmanWindows: use local var for interlocked result
2012-01-11 Jeffrey AltmanWindows: Permit renames of open files
2012-01-11 Jeffrey AltmanWindows: More specific error values
2011-12-31 Peter ScottWindows: Handle invalid node types
2011-12-31 Jeffrey AltmanWindows: AFSInsertHashEntry can fail
2011-12-25 Peter ScottWindows: Avoid bottleneck on VolumeLock
2011-12-19 Jeffrey AltmanWindows: avoid deadlock during SetRenameInformation
2011-12-18 Peter ScottWindows: Track AuthGroup in Context Control Block
2011-12-18 Jeffrey AltmanWindows: AFSSetRenameInfo log message
2011-12-17 Peter ScottWindows Problem with cross-directory rename
2011-11-23 Jeffrey AltmanWindows: add trace logging to Pioctl File Info Query
2011-11-23 Jeffrey AltmanWindows: _._AFS_IOCTL_._ size is zero
2011-11-10 Jeffrey AltmanWindows: Additional trace logging
2011-11-10 Peter ScottWindows: FileNetworkPhysicalNameInfo implementation
2011-11-04 Peter ScottWindows: Failed to release correct lock
2011-11-03 Peter ScottWindows: fix deadlock in symlink Attrib retrieval
2011-11-03 Jeffrey AltmanWindows: always set reparse point attrib for symlink
2011-11-02 Peter ScottWindows: Retrieve file attributes on symlinks
2011-11-01 Peter ScottWindows: Directory Entry Processing
2011-11-01 Peter ScottWindows: additional trace logging for afsredirlib
2011-10-25 Rod WiddowsonWindows: Look for 8.3 name when doing a rename
2011-10-25 Rod WiddowsonWindows: Set new file index correctly during rename
2011-09-15 Jeffrey Altmanwindows: Set ReparsePoint Attribute in FileAttributes
2011-09-15 Peter ScottWindows: AFSRedirLib.sys file system library driver