venus: Remove dedebug
[openafs.git] / src / WINNT / afsrdr / kernel / lib / AFSGeneric.cpp
2015-10-19 Jeffrey AltmanWindows: fix RDR detection of ambiguous directory entries
2015-09-24 Jeffrey AltmanWindows: Move GetAuthenticationId to Worker Thread
2015-09-24 Jeffrey AltmanWindows: AFSRetrieveFileAttributes no parent path
2015-09-24 Jeffrey AltmanWindows: AFSRetrieveParentPath handle no parent
2014-09-25 pete scottWindows: Remove trailing slash on non-root directories
2014-08-20 pete scottWindows: Obtain File Attribs for DFS Link target
2014-05-04 Jeffrey AltmanWindows: RDR AFSSubtituteName invalid UNICODE_STRING
2013-12-03 Jeffrey AltmanWindows: RDR capture Cc/Mm exceptions do not break
2013-09-03 Jeffrey AltmanWindows: Adjust setting of VERIFY_DATA flag
2013-09-03 Jeffrey AltmanWindows: Add trace to track setting VERIFY flag
2013-09-03 Jeffrey AltmanWindows: Skip Extent operations if Direct IO
2013-08-30 Jeffrey AltmanWindows: Hold Fcb Resource across CcPurgeSection
2013-08-30 Jeffrey AltmanWindows: AFSPerformObjectInvalidate FILE processing
2013-08-30 Jeffrey AltmanWindows: AFSVerifyEntry get rid of bPurgeExtents
2013-08-30 Jeffrey AltmanWindows: Refactor AFSVerifyEntry AFSValidateEntry
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-05-08 Jeffrey AltmanWindows: AFSLibExFreePool*() macros
2013-05-08 Jeffrey AltmanWindows: Use AFSLibExAllocatePool for library local
2013-05-08 Jeffrey AltmanWindows: AFSRedirLib AFSIgnoreReparsePointToFile
2013-04-26 Jeffrey AltmanWindows: More ObjectInformation RefCnt Protection
2013-04-26 Jeffrey AltmanWindows: AFSPerformObjectInvalidate hold TreeLock
2013-04-26 Jeffrey AltmanWindows: ObjectInfoCB update last access time
2013-04-26 Jeffrey AltmanWindows: AFSFindObjectInfo update last access time
2013-04-26 Jeffrey AltmanWindows: AFSInvalidateVolume ObjectInfo refcnt decrement
2013-04-26 Jeffrey AltmanWindows: AFSInitDirEntry allocated ObjInfoCBs valid
2013-04-25 Jeffrey AltmanWindows: AFSSetDispositionInfo Verify Dir Enum
2013-04-09 Jeffrey AltmanWindows: DirectIO AFS_INVALIDATE_DATA_VERSION
2013-04-06 Jeffrey AltmanWindows: Avoid unnecessary Ccb->DirectoryCB->ObjectInfo...
2013-04-06 Jeffrey AltmanWindows: AFSInitPIOCtlDirectoryCB Vol ObjInfoTree
2013-04-06 Jeffrey AltmanWindows: AFSDeleteDirEntry set input to NULL
2013-04-06 Jeffrey AltmanWindows: AFSPrimaryVolumeWorkerThread reorg
2013-04-06 Jeffrey AltmanWindows: FindObjectInfo refcnt under lock
2013-04-06 Jeffrey AltmanWindows: AFSDeleteObjectInfo AFS_OBJECT_HELD_IN_SERVICE
2013-04-06 Jeffrey AltmanWindows: Add comment to AFSInitDirEntry
2013-04-06 Jeffrey AltmanWindows: Protect AFSDeleteObjectInfo calls
2013-04-05 Jeffrey AltmanWindows: Move Name Array functions to new file
2013-03-31 Jeffrey AltmanWindows: AFSDeleteObjectInfo InterlockedCompareExchange...
2013-03-31 Jeffrey AltmanWindows: additional AFS_SUBSYSTEM_OBJECT_REF_COUNTING
2013-03-22 Jeffrey AltmanWindows: AFSDeleteObjectInfo InterlockedExchange
2013-03-18 pete scottWindows: Replace AFSDbgMsgLog func with macro
2013-03-16 Jeffrey AltmanWindows: File Attribute Reporting Consistency
2013-03-11 Jeffrey AltmanWindows: AFSLocateNameEntry OutVolumeCB can be NULL
2013-03-04 Jeffrey AltmanWindows: AFSPopulateNameArrayFromRelatedArray change
2013-02-25 Jeffrey AltmanWindows: Test NameArrayReferenceCount before deletion
2013-02-23 Jeffrey AltmanWindows: Set AFS_OBJECT_FLAGS_DIRECTORY_ENUMERATED
2013-02-12 Jeffrey AltmanWindows: Move Trace Stmts from FILE to CLEANUP
2013-02-12 Jeffrey AltmanWindows: AFSLocateNameEntry tracking DirectoryCB IN/OUT
2013-02-12 Jeffrey AltmanWindows: AFSLocateNameEntry separate VolumeCB In/Out
2013-02-06 Jeffrey AltmanWindows: AFSObjectInfoDecrement correct return value
2013-02-06 Jeffrey AltmanWindows: AFSVolumeCB track RefCount reasons
2013-02-02 Jeffrey AltmanWindows: More RDR Garbage Collection
2013-02-02 Jeffrey AltmanWindows: Replace ParentObjectInformation pointer
2013-02-02 Jeffrey AltmanWindows: AFSInitPIOCtlDirectoryCB fixes
2013-02-02 Jeffrey AltmanWindows: Additional trace %p and %d changes
2013-02-02 Jeffrey AltmanWindows: Trace DirectoryCB allocations
2013-02-02 Jeffrey AltmanWindows: Introduce NameArray Reference Counts
2013-02-02 Jeffrey AltmanWindows: Categorize ObjectInformationCB RefCnts
2013-01-31 Jeffrey AltmanWindows: RDR FILE Processing Tracing
2013-01-31 Jeffrey AltmanWindows: DirOpenReferenceCount reorganizing completed
2013-01-31 Jeffrey AltmanWindows: NameArray DIRENTRY_REF_COUNT logging
2013-01-24 Jeffrey AltmanWindows: Use %p for ptrs in redirector trace messages
2012-12-23 Rod WiddowsonWindows: warnings on kernel builds
2012-12-07 Jeffrey AltmanWindows: SetVolumeState is not an invalidation
2012-12-03 Jeffrey AltmanWindows: Handle AFSLocateNameEntry() STATUS_REPARSE
2012-12-03 Jeffrey AltmanWindows: Fcb sectionObjectResource
2012-11-29 Jeffrey AltmanWindows: RefCounts, Asserts, and Trace Logging
2012-11-29 Jeffrey AltmanWindows: AFSDeleteObjectInfo not on volume roots
2012-11-29 Jeffrey AltmanWindows: AFSInvalidateCache volume refcounts
2012-11-26 Jeffrey AltmanWindows: AFSValidateEntry Symlink TargetName
2012-11-24 Jeffrey AltmanWindows: Trend Micro QueryDirectory deadlock
2012-11-23 Jeffrey AltmanWindows: Fix Redir link counting
2012-11-02 Jeffrey AltmanWindows: Use MountRoot for Absolute Symlinks
2012-10-28 Jeffrey AltmanWindows: Send all \\AFS\PIPE to afsd_service
2012-10-28 Jeffrey AltmanWindows: ObjectInfo RefCount 0 <-> 1 transitions
2012-10-19 Jeffrey AltmanWindows: PrimaryvolumeWorker do not pause if busy fcb
2012-10-19 Jeffrey AltmanWindows: Protect ObjectRefCnts with ObjectInfoLock
2012-10-19 Jeffrey AltmanWindows: AFS_INVALIDATE_DELETE must cancel IO
2012-08-10 Peter ScottWindows: disable short names in redirector option
2012-07-22 Jeffrey AltmanWindows: memory leak AFSInitPIOCtlDirectoryCB
2012-07-22 Jeffrey AltmanWindows: AFSExFreePool -> AFSExFreePoolWithTag
2012-07-22 Jeffrey AltmanWindows: Freeing SeQueryInformationToken allocations
2012-07-03 Jeffrey AltmanWindows: Dir Invalidation Notify Current Object
2012-06-06 Jeffrey AltmanWindows: Adjust extent release strategy
2012-05-31 Jeffrey AltmanWindows: Avoid deadlock on VolumeCB->VolumeLock
2012-05-17 Jeffrey AltmanWindows: AFSTearDownExtents may experience active extents
2012-05-04 Jeffrey AltmanWindows: FCB cleanup must be done before ObjectInfo
2012-05-04 Jeffrey AltmanWindows: refactor AFSCleanupFcb
2012-05-04 Jeffrey AltmanWindows: More useful AFSDumpFile exception info
2012-04-25 Jeffrey AltmanWindows: AFSValidateEntry CcPurge on DV change
2012-04-25 Jeffrey AltmanWindows: Flag purge on close if CcPurgeCacheSection...
2012-04-22 Jeffrey AltmanWindows: Add global root to name array if share name
2012-04-15 Jeffrey AltmanWindows: Remove PurgeContent param AFSVerifyEntry
2012-04-10 Jeffrey AltmanWindows: correct afsredir log entries
2012-04-10 Jeffrey AltmanWindows: Refactor AFSValidateEntry
2012-04-06 Jeffrey AltmanWindows: Name Array store mount point and volume root
2012-04-06 Jeffrey AltmanWindows: Fail recursive path evaluation with access...
2012-04-05 Jeffrey AltmanWindows: AFSVerifyEntry purge file data on DV change
next