[NTOSKRNL] Only consider SharedCacheMap value once ViewLock is acquired.
[reactos.git] / ntoskrnl / cc / view.c
2018-05-23 Pierre Schweitzer[NTOSKRNL] Only consider SharedCacheMap value once...
2018-04-30 Pierre Schweitzer[NTOKSNRL] Always flush dirty VACB.
2018-04-30 Pierre Schweitzer[NTOSKRNL] Free unused VACB when required.
2018-04-30 Pierre Schweitzer[NTOSKRNL] Unmark dirty first, and then write.
2018-04-29 Pierre Schweitzer[NTOSKRNL] Fix lazy writer for in-use VACB.
2018-04-27 Pierre Schweitzer[NTOSKRNL] Also try to extract name from FCB when leaki...
2018-04-27 Pierre Schweitzer[NTOSKRNL] In !filecache, try to display FCB name
2018-04-27 Pierre Schweitzer[NTOSKNRL] In case we leak a VACB, debug as much inform...
2018-04-27 Pierre Schweitzer[NTOSKRNL] Noisily dereference mapped VACB on cache...
2018-04-15 Pierre Schweitzer[NTOSKRNL] Properly reset VACB on free
2018-04-15 Pierre Schweitzer[NTOSKRNL] Drop the VACB lock.
2018-04-15 Pierre Schweitzer[NTOSKRNL] Use interlocked operations when dealing...
2018-04-15 Pierre Schweitzer[NTOSKRNL] Map the VACB in kernel space before insertin...
2018-04-15 Pierre Schweitzer[NTOSKRNL] Add extra sanity checks for VACB lists.
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-03-25 Pierre Schweitzer[NTOSKRNL] Properly delete VACB in CcRosCreateVacb...
2018-03-24 Pierre Schweitzer[NTOSKRNL] Use interlocked operations for VACB referenc...
2018-03-24 Pierre Schweitzer[NTOSKRNL] Add a few asserts when mapping a VACB in...
2018-03-24 Pierre Schweitzer[NTOSKRNL] More asserts regarding reference count
2018-03-18 Pierre Schweitzer[NTOSKNRL] Always reference a newly created VACB
2018-03-18 Pierre Schweitzer[NTOSKRNL] In CcRosInternalFreeVacb(), in case of inval...
2018-03-18 Pierre Schweitzer[NTOSKRNL] In CcFlushCache(), release the VACB using...
2018-03-17 Pierre Schweitzer[NTOSKRNL] Misc fixes to VACB reference counting
2018-02-09 Pierre Schweitzer[NTOSKRNL] Avoid private cache map allocation for the...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Define the throttling limits for Cc in Mm...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Quickly implement the !defwrites in KDBG
2018-02-09 Pierre Schweitzer[NTOSKRNL] Drop the iSharedCacheMapLock in favor of...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Use better locking for private cache map...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Bring an initial (and not perfect ;-)) imple...
2018-02-08 Pierre Schweitzer[NTOSKRNL] Fix a ****ing bug where private cache map...
2018-02-08 Pierre Schweitzer[NDK] Update the PRIVATE_CACHE_MAP structure to match...
2018-02-08 Pierre Schweitzer[NTOSKRNL] Revert 2362e0f and 07e6e9c (partly) they...
2018-02-08 Pierre Schweitzer[NTOSKRNL] Misc cosmetic changes
2018-02-08 Pierre Schweitzer[NTOSKRNL] Magic value--
2018-02-07 Pierre Schweitzer[NTOSKRNL] When initializing file cache, also allocate...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Drop the CcTryToInitializeFileCache() which...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Use the LockQueueMasterLock where appropriate
2018-02-07 Pierre Schweitzer[NTOSKRNL] Drop the always running thread for lazy...
2018-02-07 Pierre Schweitzer[NTOSKRNL] On Cc init, also define CcNumberWorkerThread...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Save system size on init in CcCapturedSystemSize
2018-02-04 Pierre Schweitzer[NTOSKRNL] Yet another ASSERT...
2018-02-04 Pierre Schweitzer[NTOSKRNL] Add an assert against VACB reference count...
2018-02-01 Pierre Schweitzer[NTOSKRNL] Add an helper for marking a VACB clean ...
2018-01-31 David Quintana[NTOSKRNL] Fix CcIdleDelay initializer for old msvc...
2018-01-28 Pierre Schweitzer[NTOSKRNL] Drop ROS_DEFERRED_WRITE_CONTEXT in favor...
2018-01-28 Pierre Schweitzer[NTOSKRNL] Misc fixes to Cc:
2018-01-27 Pierre Schweitzer[NTOSKRNL] Fix MSVC build?
2018-01-27 Pierre Schweitzer[NTOSKRNL] Hello CcIdleDelay :-)
2018-01-27 Pierre Schweitzer[NTOSKRNL] On file cache deletion, only manipulate...
2018-01-27 Pierre Schweitzer[NTOSKRNL] When marking a VACB dirty on unmap/unpin...
2018-01-26 Pierre Schweitzer[NTOSKRNL] Simplify (and speedup!) CcCanIWrite() using...
2018-01-26 Pierre Schweitzer[NTOSKRNL] Store the total dirty pages per shared cache...
2018-01-25 Pierre Schweitzer[NTOSKRNL] Allow pinned dirty VACB to be lazy written.
2018-01-25 Pierre Schweitzer[NTOSKRNL] Contrary to WinDBG !filecache, we don't...
2018-01-24 Pierre Schweitzer[NTOSKRNL] Fix MSVC build?
2018-01-24 Pierre Schweitzer[NTOSKRNL] Implement (it's a bit raw for now!) the...
2018-01-24 Pierre Schweitzer[NTOSKRNL] Link all the shared cache map together.
2018-01-24 Pierre Schweitzer[NTOSKRNL] Make lazy writer thread run with higher...
2018-01-23 Pierre Schweitzer[NTOSKRNL] Implement per-file dirty page threshold.
2018-01-23 Pierre Schweitzer[NTOSKRNL] Implement support for deferred writes in Cc.
2018-01-23 Pierre Schweitzer[NTOSKRNL] When marking a BCB dirty, also mark the...
2018-01-23 Pierre Schweitzer[NTOSKRNL] Bug fix: lazy write more often.
2018-01-23 Pierre Schweitzer[NTOSKRNL] Reimplement the lazy writer in Cc and remove...
2018-01-15 Pierre Schweitzer[NTOSKRNL] Implement CcIsThereDirtyData()
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work
2014-12-14 Hermès Bélusca-MaïtoPartial merge of condrv_restructure branch r65657.
2014-12-14 Hermès Bélusca-MaïtoSync with trunk r65656.
2014-12-05 Hermès Bélusca-MaïtoFix merge r65567.
2014-12-05 Hermès Bélusca-MaïtoSync to trunk r65566.
2014-11-26 Amine Khaldi* The Shell.. for a long time we dreamed of having...
2014-11-25 Amine Khaldi* Sync up to trunk head (r65481).
2014-11-17 Amine Khaldi* Sync up to trunk head (r65426).
2014-11-13 Amine Khaldi* Sync up to trunk head (r65394).
2014-11-10 Amine Khaldi* Sync up to trunk head (r65353).
2014-11-05 Amine Khaldi* Sync up to trunk head (r65270).
2014-10-31 Amine Khaldi* Sync up to trunk head (r65147).
2014-10-30 Amine Khaldi* Sync up to trunk head (r65120).
2014-10-29 Amine Khaldi* Sync up to trunk head (r65095).
2014-10-28 Amine Khaldi* Sync up to trunk head (r65074).
2014-10-24 Amine Khaldi* Sync up to trunk head (r64959).
2014-10-23 Amine Khaldi* Sync up to trunk head (r64939).
2014-10-22 Amine Khaldi* Sync up to trunk head (r64894).
2014-10-19 Amine Khaldi* Sync up to trunk head (r64829).
2014-10-13 Amine Khaldi* Sync up to trunk head (r64716).
2014-10-03 David QuintanaSync with trunk r64509.
2014-09-29 David Quintana* Sync with trunk r64401.
2014-09-28 Amine Khaldi* Sync up to trunk head (r64377).
2014-09-22 David QuintanaSync with trunk r64222.
2014-09-12 Amine Khaldi[SHELL-EXPERIMENTS]
2014-09-10 Hermès Bélusca-Maïto[REACTOS]
2014-09-09 Hermès Bélusca-MaïtoSync with trunk revision 64099.
2014-08-24 David QuintanaSync with trunk r63935.
2014-08-23 Hermès Bélusca-MaïtoSync to trunk revision 63922.
2014-08-10 Hermès Bélusca-MaïtoSync to trunk revision 63857.
2014-08-09 David Quintana* Sync to trunk r63845.
2014-08-07 Hermès Bélusca-MaïtoSync with trunk r63831.
2014-08-04 Hermès Bélusca-MaïtoPartial merge of the condrv_restructure branch, including:
2014-08-01 Hermès Bélusca-MaïtoSync with trunk r63793.
next