rx: Remove RX_CALL_BUSY
[openafs.git] / src / WINNT / afsrdr / kernel / lib /
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: Remove trailing slash on non-root directories
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-09-24 Jeffrey AltmanWindows: Prevent MDL leak on Cc*Mdl* failure
2014-08-26 Jeffrey AltmanWindows: Avoid deadlock during pending delete cleanup
2014-08-22 Jeffrey AltmanWindows: AFSEvaluateTargetByName NULL ptr assignment
2014-08-20 pete scottWindows: Obtain File Attribs for DFS Link target
2014-08-20 pete scottWindows: LocateName skip DFS Link only last component
2014-08-20 Jeffrey AltmanWindows: Reparse Policy vs DFSLinks
2014-08-20 Jeffrey AltmanWindows: AFSParseRelatedName always use related name
2014-08-20 Jeffrey AltmanWindows: AFSParseName always set FileName output
2014-08-20 Jeffrey AltmanWindows: Refactor AFSParseName related name parsing
2014-05-13 Rod WiddowsonWindows: Fix uninitialized variables
2014-05-05 Rod WiddowsonWindows: Adjust Last Write time handling for -1
2014-05-04 Jeffrey AltmanWindows: RDR AFSSubtituteName invalid UNICODE_STRING
2014-04-17 Jeffrey AltmanWindows: Deny writes/truncation to files w RO attr
2014-04-16 Jeffrey AltmanWindows: NP Fail requests if AFSGetAuthenticationId...
2014-04-16 Jeffrey AltmanWindows: Fix AFSSetBasicInfo attribute processing
2014-04-16 Rod WiddowsonWindows: Pin write position prior to defer
2014-04-16 Jeffrey AltmanWindows: AFSCommonWrite add bWriteToEndOfFile var
2014-04-16 Rod WiddowsonWindows: Do not defer Synchronous operations
2014-04-15 Jeffrey AltmanWindows: No RO volume test SetFilePosInfo
2014-03-18 Jeffrey AltmanWindows: NP AFSGetConnectionInfo AuthId == 0
2014-03-17 Jeffrey AltmanWindows: NP AFSGetConnection retrieve AuthId sooner
2014-03-17 Jeffrey AltmanWindows: AFSShareWrite do not assign pFcb too soon
2014-01-09 Jeffrey AltmanWindows: AFSCommonWrite STATUS_PENDING is Success
2014-01-09 Jeffrey AltmanWindows: Mark Irp Pending before Deferring
2013-12-03 Jeffrey AltmanWindows: RDR capture Cc/Mm exceptions do not break
2013-10-31 Jeffrey AltmanWindows: RDRLib Worker Thread shutdown
2013-10-26 Rod WiddowsonWindows: EOF for Synchronous Deferred Writes on XP...
2013-10-26 Jeffrey AltmanWindows: Store OS version as a global
2013-09-28 Jeffrey AltmanWindows: AFSCreate avoid race leading to NULL dereference
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: Fix trace messages in AFSSetEndOfFileInfo
2013-08-30 Jeffrey AltmanWindows: AFSWrite comments
2013-08-30 Jeffrey AltmanWindows: Missing try..except in AFSCachedWrite
2013-08-30 Jeffrey AltmanWindows: Refactor AFSVerifyEntry AFSValidateEntry
2013-08-30 Jeffrey AltmanWindows: introduce Section Object Resource Trace Subsystem
2013-08-30 Jeffrey AltmanWindows: afsredirlib afscommonwrite trace msg error
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-18 Jeffrey AltmanWindows: AFSNameArrayClone leak in AFSCommonCreate
2013-05-16 Jeffrey AltmanWindows: remove unused and leaked uniRootFileNameClone
2013-05-13 Jeffrey AltmanWindows: NotifyHardLink avoid null ptr reference
2013-05-11 Jeffrey AltmanWindows: Fix trace msg typo in AFSDeleteDirEntry
2013-05-11 Jeffrey AltmanWindows: AFSCleanup move CCb access inside try block
2013-05-11 Jeffrey AltmanWindows: AFSClose Set FsContext* to NULL
2013-05-11 Jeffrey AltmanWindows: AFSClose remove dead code
2013-05-11 Jeffrey AltmanWindows: AFSCommonWrite do not leak SectionObjectResource
2013-05-08 Jeffrey AltmanWindows: AFSLibExFreePool*() macros
2013-05-08 Jeffrey AltmanWindows: Use AFSLibExAllocatePool for library local
2013-05-08 Jeffrey AltmanWindows: CreateFile Reparse Point to File as File
2013-05-08 Jeffrey AltmanWindows: DirControl Reparse Point to File as File
2013-05-08 Jeffrey AltmanWindows: AFSRedirLib AFSIgnoreReparsePointToFile
2013-04-26 Jeffrey AltmanWindows: pSrcObject instead of pSrcFcb->ObjectInformation
2013-04-26 Jeffrey AltmanWindows: AFSLocateNameEntry incorrect pCurrentObject
2013-04-26 Jeffrey AltmanWindows: More ObjectInformation RefCnt Protection
2013-04-26 Jeffrey AltmanWindows: AFSExamineVolume drop TreeLock if waiters
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-25 Jeffrey AltmanWindows: fail if pSrcParentObject cannot be resolved
2013-04-25 Jeffrey AltmanWindows: SetFileRenameInfo Do not replace pSrcParentObject
2013-04-09 Jeffrey AltmanWindows: Comment CommonWrite VDL Change
2013-04-09 Jeffrey AltmanWindows: CcPurge range modified by non-cached write
2013-04-09 Jeffrey AltmanWindows: Race between NonCached and Cached Writes
2013-04-09 Jeffrey AltmanWindows: DirectIO AFS_INVALIDATE_DATA_VERSION
2013-04-09 Jeffrey AltmanWindows: AFS_INVALIDATE_DATA_VERSION only by service
2013-04-09 Jeffrey AltmanWindows: Update ValidDataLength on all nonPagingIo
2013-04-09 Jeffrey AltmanWindows: hold locks during non-cached writes
2013-04-09 Jeffrey AltmanWindows: DOS Device VolumeInfo max name length
2013-04-09 Jeffrey AltmanWindows: \\afs\all is not a server for NP enumeration
2013-04-09 Jeffrey AltmanWindows: Runtime RDR Trace Toggle
2013-04-06 Jeffrey AltmanWindows: Avoid unnecessary Ccb->DirectoryCB->ObjectInfo...
2013-04-06 Jeffrey AltmanWindows: AFSInitPIOCtlDirectoryCB Vol ObjInfoTree
2013-04-06 Jeffrey AltmanWindows: Switch to Interlocked ops for RDR Set/Clear
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: AFSDeleteDirEntry Protect against NULL reference
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: AFSDeleteDirEntry deleted flag shuffle
2013-04-06 Jeffrey AltmanWindows: Protect AFSDeleteObjectInfo calls
2013-04-06 Jeffrey AltmanWindows: AFSExamineObject() refcnt underflows
2013-04-05 Jeffrey AltmanWindows: FileSystemAttributes = FILE_READ_ONLY_VOLUME
next