JP2012155705A - トランザクションメモリ - Google Patents
トランザクションメモリ Download PDFInfo
- Publication number
- JP2012155705A JP2012155705A JP2011278132A JP2011278132A JP2012155705A JP 2012155705 A JP2012155705 A JP 2012155705A JP 2011278132 A JP2011278132 A JP 2011278132A JP 2011278132 A JP2011278132 A JP 2011278132A JP 2012155705 A JP2012155705 A JP 2012155705A
- Authority
- JP
- Japan
- Prior art keywords
- transaction
- memory
- receiving
- operators
- response
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/10—Address translation
- G06F12/1009—Address translation using page tables, e.g. page table structures
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3003—Monitoring arrangements specially adapted to the computing system or computing system component being monitored
- G06F11/302—Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3003—Monitoring arrangements specially adapted to the computing system or computing system component being monitored
- G06F11/3037—Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a memory, e.g. virtual memory, cache
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3055—Monitoring arrangements for monitoring the status of the computing system or of the computing system component, e.g. monitoring if the computing system is on, off, available, not available
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
- G06F13/16—Handling requests for interconnection or transfer for access to memory bus
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operations
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1456—Hardware arrangements for backup
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/10—Providing a specific technical effect
- G06F2212/1056—Simplification
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/20—Employing a main memory using a specific memory technology
- G06F2212/206—Memory mapped I/O
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/26—Using a specific storage system architecture
- G06F2212/261—Storage comprising a plurality of storage devices
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Quality & Reliability (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Memory System (AREA)
Abstract
【解決手段】トランザクションリクエスト又は複数のトランザクション演算子を含むトランザクションコマンドを受信することに応答して、メモリアレイのオリジナルコンテンツを他の部分にコピーすることと、トランザクション演算子を受信することに応答して、コピーしたオリジナルコンテンツを修正する。トランザクションコミットを受信することに応答して、トランザクションが成功した場合のみ、オリジナルコンテンツを修正したコンテンツで置換する。
【選択図】図4
Description
Claims (20)
- トランザクションリクエスト又は複数のトランザクション演算子を含むトランザクションコマンドを受信することと、
前記トランザクションリクエストを受信することに応答して、メモリアレイの第1の部分内のオリジナルのコンテンツを、前記メモリアレイの第2の部分にコピーすることと、
前記トランザクションコマンドの前記複数のトランザクション演算子を受信することに応答して、前記第2の部分の前記オリジナルのコンテンツを修正することと、
を備えることを特徴とする方法。 - 前記トランザクションコマンドは、前記トランザクションコマンドを終了させるトランザクションコミットを更に備え、前記トランザクションコミットを受信することに応答して、前記トランザクションコマンドに関連するトランザクションが成功したか又はフェイルしたかについて判定し、
前記トランザクションが成功した場合、
前記第1の部分の前記オリジナルのコンテンツを、前記第2の部分内の前記修正されたコンテンツで置換し、
前記トランザクションがフェイルした場合、
次のトランザクション中に前記第2の部分内の前記修正されたコンテンツを書き直す、
ことを特徴とする請求項1に記載の方法。 - 前記第2の部分が配置される前記メモリ内の物理的ロケーションをポイントする一時再マッピングテーブルを保持することを更に備えることを特徴とする請求項1に記載の方法。
- 前記1つ以上のトランザクション演算子を受信することに応答して、前記一時再マッピングテーブルを修正することを更に備えることを特徴とする請求項3に記載の方法。
- 1つ以上の更なるトランザクションに対応する、1つ以上の更なる一時再マッピングテーブルを同時に保持することを更に備えることを特徴とする請求項3記載の方法。
- レジスタのコンテンツに、少なくとも部分的に基づいて、許容するトランザクション演算子の最大数、及び/又は、前記メモリの前記部分の最大サイズを判定することを更に備えることを特徴とする請求項1に記載の方法。
- 前記メモリ内の物理的ロケーションをポイントするマスタ再マッピングテーブルを保持することと、
前記トランザクションコマンド内のトランザクションコミットを受信することに応答して、かつ、メモリウェアレベリング動作又は不良メモリ置換動作に応答して、前記マスタ再マッピングテーブルを修正することと、
を更に備えることを特徴とする請求項3に記載の方法。 - 少なくとも1つのメモリアレイと、
トランザクションリクエスト又は複数のトランザクション演算子を含むトランザクションコマンドを受信するとともに、
前記トランザクションリクエストを受信することに応答して、前記少なくとも1つのメモリアレイの第1の部分内のオリジナルのコンテンツを、前記メモリアレイの第2の部分にコピーし、かつ、
前記トランザクションコマンドの前記複数のトランザクション演算子を受信することに応答して、前記第2の部分の前記オリジナルのコンテンツを修正する、
コントローラと、
を備えることを特徴とするメモリデバイス。 - 前記第2の部分が配置される、前記少なくとも1つのメモリアレイ内の物理的ロケーションをポイントする一時再マッピングテーブルを更に備えることを特徴とする請求項8に記載のメモリデバイス。
- 前記コントローラは、前記1つ以上のトランザクション演算子を受信することに応答して、前記一時再マッピングテーブルを修正するように適応されていることを特徴とする請求項9に記載のメモリデバイス。
- 1つ以上の更なるトランザクションに対応する、1つ以上の更なる一時再マッピングテーブルを更に備えることを特徴とする請求項9に記載のメモリデバイス。
- 許容トランザクション演算子の最大数、及び/又は、前記少なくとも1つのメモリアレイの前記部分の最大サイズを示すコンテンツを記憶するレジスタを更に備えることを特徴とする請求項8に記載のメモリデバイス。
- 前記1つ以上のトランザクション演算子に少なくとも部分的に基づいて、また、メモリウェアレベリング動作又は不良メモリ置換動作に少なくとも部分的に基づいて、前記少なくとも1つのメモリアレイ内の物理的ロケーションをポイントするマスタ再マッピングテーブルを更に備えることを特徴とする請求項9に記載のメモリデバイス。
- 前記第2の部分を保持する前記メモリアレイの予備領域を更に備えることを特徴とする請求項8に記載のメモリデバイス。
- 前記コントローラは、トランザクションプロトコルに少なくとも部分的に基づいて動作するトランザクションエンジンを備えることを特徴とする請求項8に記載のメモリデバイス。
- 少なくとも1つのメモリアレイを備えるメモリデバイスであって、
トランザクションリクエスト又は複数のトランザクション演算子を含むトランザクションコマンドを受信するとともに、
前記トランザクションリクエストを受信することに応答して、メモリアレイの第1の部分内のオリジナルのコンテンツを、前記メモリアレイの第2の部分にコピーし、かつ、
前記トランザクションコマンドの前記複数のトランザクション演算子を受信することに応答して、前記第2の部分の前記オリジナルのコンテンツを修正する、
メモリコントローラを更に備えるメモリデバイスと、
1つ以上のアプリケーションを提供するとともに、前記トランザクションコマンドを開始するプロセッサと、
を備えることを特徴とするシステム。 - 前記第2の部分が配置される、前記少なくとも1つのメモリアレイ内の物理的ロケーションをポイントする一時再マッピングテーブルを更に備えることを特徴とする請求項16に記載のシステム。
- 前記メモリコントローラは、前記1つ以上のトランザクション演算子を受信することに応答して、前記一時再マッピングテーブルを修正するように適応されていることを特徴とする請求項17に記載のシステム。
- 1つ以上の更なるトランザクションに対応する、1つ以上の更なる一時再マッピングテーブルを更に備えることを特徴とする請求項17に記載のシステム。
- 前記コントローラは、トランザクションプロトコルに少なくとも部分的に基づいて動作する、トランザクションエンジンを備えることを特徴とする請求項16に記載のシステム。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US13/015,396 | 2011-01-27 | ||
| US13/015,396 US9104690B2 (en) | 2011-01-27 | 2011-01-27 | Transactional memory |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2012155705A true JP2012155705A (ja) | 2012-08-16 |
| JP5582418B2 JP5582418B2 (ja) | 2014-09-03 |
Family
ID=46511607
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2011278132A Active JP5582418B2 (ja) | 2011-01-27 | 2011-12-20 | トランザクションメモリ |
Country Status (6)
| Country | Link |
|---|---|
| US (2) | US9104690B2 (ja) |
| JP (1) | JP5582418B2 (ja) |
| KR (1) | KR101337676B1 (ja) |
| CN (1) | CN102707898B (ja) |
| DE (1) | DE102012201154B4 (ja) |
| TW (1) | TWI590046B (ja) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2015103147A (ja) * | 2013-11-27 | 2015-06-04 | 株式会社東芝 | ストレージ装置 |
| JP2018206415A (ja) * | 2018-08-08 | 2018-12-27 | 東芝メモリ株式会社 | メモリシステムの制御方法 |
Families Citing this family (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9244724B2 (en) * | 2013-08-15 | 2016-01-26 | Globalfoundries Inc. | Management of transactional memory access requests by a cache memory |
| GB2529148B (en) * | 2014-08-04 | 2020-05-27 | Advanced Risc Mach Ltd | Write operations to non-volatile memory |
| US11582244B2 (en) * | 2017-03-23 | 2023-02-14 | International Business Machines Corporation | Access control of administrative operations within an application |
| US10635613B2 (en) * | 2017-04-11 | 2020-04-28 | Micron Technology, Inc. | Transaction identification |
| US10621103B2 (en) | 2017-12-05 | 2020-04-14 | Arm Limited | Apparatus and method for handling write operations |
| KR102707997B1 (ko) * | 2019-05-10 | 2024-09-23 | 에스케이하이닉스 주식회사 | 컨트롤러, 메모리 시스템 및 그것의 동작 방법 |
| US11586439B2 (en) | 2020-10-20 | 2023-02-21 | Micron Technology, Inc. | Detecting infinite loops in a programmable atomic transaction |
| US11436187B2 (en) * | 2020-10-20 | 2022-09-06 | Micron Technology, Inc. | Method of notifying a process or programmable atomic operation traps |
| US11740929B2 (en) | 2020-10-20 | 2023-08-29 | Micron Technology, Inc. | Registering a custom atomic operation with the operating system |
| US12020062B2 (en) | 2020-10-20 | 2024-06-25 | Micron Technology, Inc. | Method of executing programmable atomic unit resources within a multi-process system |
| US11403023B2 (en) | 2020-10-20 | 2022-08-02 | Micron Technology, Inc. | Method of organizing a programmable atomic unit instruction memory |
| US11693690B2 (en) | 2020-10-20 | 2023-07-04 | Micron Technology, Inc. | Method of completing a programmable atomic transaction by ensuring memory locks are cleared |
| US12602473B1 (en) * | 2022-05-02 | 2026-04-14 | Amazon Technologies, Inc. | Using intermediate mappings to prevent data loss from ransomware |
Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2002203216A (ja) * | 2000-12-28 | 2002-07-19 | Nippon Telegr & Teleph Corp <Ntt> | Icカード内メモリアクセス制御方法および装置並びにプログラム記憶媒体 |
| JP2004362570A (ja) * | 2003-05-30 | 2004-12-24 | Microsoft Corp | シャドウ・ページング |
| JP2006106868A (ja) * | 2004-09-30 | 2006-04-20 | Toshiba Corp | ファイル管理機能を備えたファイルシステム及びファイル管理方法 |
| JP2007534044A (ja) * | 2003-10-17 | 2007-11-22 | マイクロン テクノロジー, インク. | 複数のソースからコミュニケーションバスを介してデータを送信する方法および装置 |
| JP2008287398A (ja) * | 2007-05-16 | 2008-11-27 | Toshiba Corp | 主記憶装置、主記憶装置の制御方法、およびこの主記憶装置を用いた情報処理装置 |
| JP2008299848A (ja) * | 2007-05-29 | 2008-12-11 | Samsung Electronics Co Ltd | 不揮発性メモリのデータ処理装置及びその処理方法 |
| WO2010077850A2 (en) * | 2008-12-30 | 2010-07-08 | Intel Corporation | Read and write monitoring attributes in transactional memory (tm) systems |
| WO2010077884A2 (en) * | 2008-12-30 | 2010-07-08 | Intel Corporation | Memory model for hardware attributes within a transactional memory system |
Family Cites Families (22)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6014724A (en) * | 1995-10-27 | 2000-01-11 | Scm Microsystems (U.S.) Inc. | Flash translation layer block indication map revision system and method |
| US8341332B2 (en) | 2003-12-02 | 2012-12-25 | Super Talent Electronics, Inc. | Multi-level controller with smart storage transfer manager for interleaving multiple single-chip flash memory devices |
| US6779094B2 (en) * | 2000-06-19 | 2004-08-17 | Storage Technology Corporation | Apparatus and method for instant copy of data by writing new data to an additional physical storage area |
| US6871257B2 (en) | 2002-02-22 | 2005-03-22 | Sandisk Corporation | Pipelined parallel programming operation in a non-volatile memory system |
| US7568025B2 (en) * | 2003-06-27 | 2009-07-28 | Bank Of America Corporation | System and method to monitor performance of different domains associated with a computer system or network |
| US8417913B2 (en) * | 2003-11-13 | 2013-04-09 | International Business Machines Corporation | Superpage coalescing which supports read/write access to a new virtual superpage mapping during copying of physical pages |
| US7395384B2 (en) | 2004-07-21 | 2008-07-01 | Sandisk Corproation | Method and apparatus for maintaining data on non-volatile memory systems |
| US7290176B2 (en) * | 2004-07-31 | 2007-10-30 | Hewlett-Packard Development Company, L.P. | Method and system for generating stacked register dumps from backing-store memory |
| US7490215B2 (en) | 2004-12-22 | 2009-02-10 | Intel Corporation | Media memory system and method for providing concurrent memory access to a plurality of processors through separate translation table information |
| CN100369038C (zh) | 2005-02-24 | 2008-02-13 | 中兴通讯股份有限公司 | 一种实时数据库事务操作的实现方法 |
| US7478261B2 (en) | 2005-09-13 | 2009-01-13 | M2000 | Reconfigurable circuit with redundant reconfigurable cluster(s) |
| US8683143B2 (en) | 2005-12-30 | 2014-03-25 | Intel Corporation | Unbounded transactional memory systems |
| US7533237B1 (en) * | 2006-05-11 | 2009-05-12 | Nvidia Corporation | Off-chip memory allocation for a unified shader |
| US20080005504A1 (en) | 2006-06-30 | 2008-01-03 | Jesse Barnes | Global overflow method for virtualized transactional memory |
| US20080120304A1 (en) | 2006-11-21 | 2008-05-22 | Calio Robert J | Method and system for providing high performance data modification of relational database tables |
| CN101589386B (zh) | 2006-12-04 | 2013-03-27 | 桑迪士克Il有限公司 | 增加透明的文件更新 |
| US8589341B2 (en) | 2006-12-04 | 2013-11-19 | Sandisk Il Ltd. | Incremental transparent file updating |
| US10311427B2 (en) * | 2006-12-29 | 2019-06-04 | Google Technology Holdings LLC | Method and system for monitoring secure application execution events during contactless RFID/NFC communication |
| US7856522B2 (en) * | 2007-05-16 | 2010-12-21 | Oracle International Corporation | Flash-aware storage optimized for mobile and embedded DBMS on NAND flash memory |
| US8200932B2 (en) * | 2007-10-19 | 2012-06-12 | Virident Systems Inc. | Managing memory systems containing components with asymmetric characteristics |
| US8250282B2 (en) * | 2009-05-14 | 2012-08-21 | Micron Technology, Inc. | PCM memories for storage bus interfaces |
| US8036016B2 (en) * | 2009-09-01 | 2011-10-11 | Micron Technology, Inc. | Maintenance process to enhance memory endurance |
-
2011
- 2011-01-27 US US13/015,396 patent/US9104690B2/en active Active
- 2011-12-05 TW TW100144702A patent/TWI590046B/zh active
- 2011-12-20 JP JP2011278132A patent/JP5582418B2/ja active Active
- 2011-12-30 CN CN201110461315.2A patent/CN102707898B/zh active Active
-
2012
- 2012-01-26 DE DE102012201154.4A patent/DE102012201154B4/de active Active
- 2012-01-26 KR KR1020120007881A patent/KR101337676B1/ko active Active
-
2015
- 2015-08-10 US US14/822,750 patent/US10083122B2/en active Active
Patent Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2002203216A (ja) * | 2000-12-28 | 2002-07-19 | Nippon Telegr & Teleph Corp <Ntt> | Icカード内メモリアクセス制御方法および装置並びにプログラム記憶媒体 |
| JP2004362570A (ja) * | 2003-05-30 | 2004-12-24 | Microsoft Corp | シャドウ・ページング |
| JP2007534044A (ja) * | 2003-10-17 | 2007-11-22 | マイクロン テクノロジー, インク. | 複数のソースからコミュニケーションバスを介してデータを送信する方法および装置 |
| JP2006106868A (ja) * | 2004-09-30 | 2006-04-20 | Toshiba Corp | ファイル管理機能を備えたファイルシステム及びファイル管理方法 |
| JP2008287398A (ja) * | 2007-05-16 | 2008-11-27 | Toshiba Corp | 主記憶装置、主記憶装置の制御方法、およびこの主記憶装置を用いた情報処理装置 |
| JP2008299848A (ja) * | 2007-05-29 | 2008-12-11 | Samsung Electronics Co Ltd | 不揮発性メモリのデータ処理装置及びその処理方法 |
| WO2010077850A2 (en) * | 2008-12-30 | 2010-07-08 | Intel Corporation | Read and write monitoring attributes in transactional memory (tm) systems |
| WO2010077884A2 (en) * | 2008-12-30 | 2010-07-08 | Intel Corporation | Memory model for hardware attributes within a transactional memory system |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2015103147A (ja) * | 2013-11-27 | 2015-06-04 | 株式会社東芝 | ストレージ装置 |
| JP2018206415A (ja) * | 2018-08-08 | 2018-12-27 | 東芝メモリ株式会社 | メモリシステムの制御方法 |
Also Published As
| Publication number | Publication date |
|---|---|
| KR20120087091A (ko) | 2012-08-06 |
| US10083122B2 (en) | 2018-09-25 |
| US20150347315A1 (en) | 2015-12-03 |
| CN102707898A (zh) | 2012-10-03 |
| TWI590046B (zh) | 2017-07-01 |
| CN102707898B (zh) | 2016-04-27 |
| JP5582418B2 (ja) | 2014-09-03 |
| DE102012201154A1 (de) | 2012-08-02 |
| TW201232257A (en) | 2012-08-01 |
| DE102012201154B4 (de) | 2021-08-05 |
| US20120198205A1 (en) | 2012-08-02 |
| KR101337676B1 (ko) | 2013-12-06 |
| US9104690B2 (en) | 2015-08-11 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP5582418B2 (ja) | トランザクションメモリ | |
| CN114341792B (zh) | 存储集群之间的数据分区切换 | |
| JP6556911B2 (ja) | 注釈付きアトミック書き込み操作を行う方法および装置 | |
| RU2554847C2 (ru) | Контрольные точки для файловой системы | |
| JP6026538B2 (ja) | 検証されたデータセットの不揮発性媒体ジャーナリング | |
| US9235524B1 (en) | System and method for improving cache performance | |
| US8627012B1 (en) | System and method for improving cache performance | |
| CN109074362B (zh) | 分布式系统中的拆分和移动范围 | |
| US9031910B2 (en) | System and method for maintaining a cluster setup | |
| CN101840362B (zh) | 一种改进的写时拷贝快照的实现方法和装置 | |
| US10102070B2 (en) | Information processing system, storage apparatus and storage device | |
| US7293048B2 (en) | System for preserving logical object integrity within a remote mirror cache | |
| US9037799B2 (en) | Rebuild of redundant secondary storage cache | |
| US10089320B2 (en) | Method and apparatus for maintaining data consistency in an in-place-update file system with data deduplication | |
| JP6652647B2 (ja) | ストレージシステム | |
| CN105955989A (zh) | 一种云平台数据库主从服务器的建立方法 | |
| EP2979191B1 (en) | Coordinating replication of data stored in a non-volatile memory-based system | |
| US9053033B1 (en) | System and method for cache content sharing | |
| US10191690B2 (en) | Storage system, control device, memory device, data access method, and program recording medium | |
| US9009416B1 (en) | System and method for managing cache system content directories | |
| JP2014038551A (ja) | データ記憶装置、データ記憶装置の制御方法、及びデータ記憶装置の制御プログラム | |
| US20130031320A1 (en) | Control device, control method and storage apparatus | |
| TW202036542A (zh) | 在儲存伺服器中進行資料存取管理的方法與裝置 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130912 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20131001 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20131227 |
|
| A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20131227 |
|
| A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20140109 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20140130 Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140130 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140624 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140703 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 5582418 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |