CN1278236C - 在分离的存储区域中存储数据组的不同版本的装置和更新存储器中数据组的方法 - Google Patents

在分离的存储区域中存储数据组的不同版本的装置和更新存储器中数据组的方法 Download PDF

Info

Publication number
CN1278236C
CN1278236C CNB998167193A CN99816719A CN1278236C CN 1278236 C CN1278236 C CN 1278236C CN B998167193 A CNB998167193 A CN B998167193A CN 99816719 A CN99816719 A CN 99816719A CN 1278236 C CN1278236 C CN 1278236C
Authority
CN
China
Prior art keywords
page
sign
storer
data set
storage area
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.)
Expired - Lifetime
Application number
CNB998167193A
Other languages
English (en)
Other versions
CN1352769A (zh
Inventor
爱德华·卡雷尔·德容
尤尔金·诺贝特·埃尔科·博斯
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
BELLERJATT INVESTMENT Co
Belle Gate Investments BV
Original Assignee
BELLERJATT INVESTMENT Co
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by BELLERJATT INVESTMENT Co filed Critical BELLERJATT INVESTMENT Co
Publication of CN1352769A publication Critical patent/CN1352769A/zh
Application granted granted Critical
Publication of CN1278236C publication Critical patent/CN1278236C/zh
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1433Saving, restoring, recovering or retrying at system level during software upgrading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44536Selecting among different versions
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99951File or database maintenance
    • Y10S707/99952Coherency, e.g. same view to multiple users
    • Y10S707/99953Recoverability

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Quality & Reliability (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Storage Device Security (AREA)
  • Exchange Systems With Centralized Control (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)
  • Stored Programmes (AREA)
  • Measuring Or Testing Involving Enzymes Or Micro-Organisms (AREA)
  • Investigating Or Analysing Biological Materials (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)

Abstract

一种用于更新存储器中的数据组的方法,该方法包括:(a)在一第一存储区域中存储所述数据组的一最老版本,其中所述存储器包括至少一个标志,用于识别所述最老版本,和(b)在一分离的第二存储区域中存储所述数据组的最近更新版本,其中,所述存储器包括至少一个标志,用于识别所述最近更新版本。该方法还包括为每一页面提供其自己的标志,用于识别所述数据组的版本号(gen#)和所述页面的页面号(pg#)。本发明还涉及一种处理器装置和一种计算机装置,该处理器装置用于实现上述方法,该计算机装置包括该处理器装置。

Description

在分离的存储区域中存储数据组的不同版本的装置 和更新存储器中数据组的方法
技术领域
本发明涉及存储器部件,该部件包括在一存储区域中至少一组数据。该存储器部件可利用易失性RAM器件或非易失性硅器件、例如EEPROM(电可擦可编程只读存储器)、flash-EPROM(闪速电可擦可编程只读存储器)或ROM(只读存储器)等来实现。通常,这种存储器存储操作系统软件模块、应用程序和应用数据。在根据本发明的这种计算机系统特别可应用的区域中,将某些或所有的操作系统软件模块存储于ROM中。
背景技术
在一些应用中,特别是金融交易处理中,必须非常安全地进行存储。在“永久”存储部件中,这种安全存储应用被认为是需要“更新的原子性(Atomicity of Update)“。从现有技术可知使用更新日志,以执行这种安全更新。这种更新日志登记更新期间内需要被改变的数据组的各部分。仅当将数据组及其更新部分一起存储于存储器中时,才可删除该数据组以前版本的所有关联。
发明内容
本发明的目的在于为对于存储于非易失性存储器器件(特别是例如EEPROM或闪速EEPROM的硅存储器件)中的数据之更新的原子性提供一种机构,以支持应用数据的永久存储。
根据本发明的一个方面,提供了一种用于更新存储器中的数据组的方法,包括以下步骤:(a)在一第一存储区域中存储所述数据组的一最老版本,其中所述存储器包括至少一个标志,用于识别所述最老版本,和(b)在一分离的第二存储区域中存储所述数据组的最近更新版本,其中,所述存储器包括至少一个标志,用于识别所述最近更新版本;所述第一存储区域包括第一组一个或多个页面,以及所述第二存储区域包括第二组一个或多个页面,页面包括连续的存储位置,这些存储位置在例如应用数据存储的分配、更新和解除分配的存储操作期间被用作为一个整体,其特征在于,所述方法进一步包括为每一页面提供其自己的标志,用于识别所述数据组的版本号(gen#)和所述页面的页面号(pg#)。
根据本发明的另一方面,提供了一种处理器装置,包括一处理器和一存储器,该存储器至少具有一第一存储区域和一分离的第二存储区域,该处理器被配置根据下列操作更新所述存储器:(a)在所述第一存储区域中存储所述数据组的一最老版本,其中所述存储器包括至少一个标志,用于识别所述最老版本,和(b)在所述分离的第二存储区域中存储所述数据组的最近更新版本,其中,所述存储器包括至少一个标志,用于识别所述最近更新版本;所述第一存储区域包括第一组一个或多个页面,以及所述第二存储区域包括第二组一个或多个页面,页面包括连续的存储位置,这些存储位置在例如应用数据存储的分配、更新和解除分配的存储操作期间被用作为一个整体,其特征在于,每一所述页面具有其自己的标志,用于识别所述数据组的版本号(gen#)和所述页面的页面号(pg#)。
根据本发明的又一方面,提供了一种包括所述处理器装置的计算机。
附图说明
下面,参照附图来详细描述本发明,这些附图只是说明本发明,并不限制本发明的范围。
图1表示根据本发明的一个实施例的实例;
图2表示根据本发明的存储器的可能设置;
图3表示根据图2设置的可能实施例中的存储器页面的内容;
图4说明根据本发明的方法;和
图5说明根据本发明的存储器管理单元的可能设置。
具体实施方式
图1表示根据本发明的一个可能装置。将中央处理单元2连接到输入/输出部件12和可包括ROM 6、RAM 8和非易失性存储器10的存储器上。可在中央处理单元2之外或在其中设置存储器管理器4。所设置的管理器4用于执行对应于非易失性存储器10、最好还有其它存储部ROM 6和RAM 8的存储功能。图1所示实施例涉及所有种类的数据存储器件之管理系统。但是,与硬盘相比,本发明对非易失性硅器件中的数据存储特别有效。其主要应用是在嵌入式计算机系统领域中,和例如智能卡的单片计算机中。
图2表示根据本发明的存储器中数据存储的一可能设置。将非易失性数据存储器10分成存储单元。其中,将这些存储器存储之单元称为“页面”。为了方便起见,这些页面尺寸相同,例如等于用于实现存储器的硅器件中的“字线”的尺寸。但是,页面也可具有不同的尺寸。存储器管理器4一页一页地管理存储器的内容:应用数据存储的分配、更新和解除分配(de-allocation)涉及处理一个或多个页面。
存储器包括一组应用数据元的不同代(或版本)。每一代可被存储在一个或多个页面中。在图2中,表示存储器包括一组应用数据元的三个不同代k、k+1、k+2的情况。该实例表示代k占据三个页面1、2和3,代k+1占据两个页面i、i+1,代k+2占据两个页面n、n+1。代k是该存储器中该组应用数据元的最老版本,而代k+2是该组应用数据元的最近更新版本。代k、k+1、k+2中的每一个都可以例如涉及软件对象的不同版本。
代k、k+1、k+2被显示来形成一“数据组块”(data chunk),其中,该术语在此被用作对单个一组应用数据元的标记(reference)。由未被存储器管理器4确定的页面占据的存储器中的任何位置来分配存储所需的页面。图2所示数据组块的不同代k、k+1、k+2可以存储或可不存储于连续存储器位置中的存储器中。存储器管理器4是决定在哪里存储不同代的单元。即使是一代中的页面也不必存储于连续页面中。为了说明这一点,将页面n和n+1表示为彼此位置相距遥远(其间用点表示)。
实际上,存储器包含多个“数据组块”,即不同数据组的多个代组。
在根据本发明构成和管理的存储器中,存储器管理器4执行的管理策略提供更新的原子性。在被存储后,在相同的存储区域中不再变更与该组应用数据元的版本相关的数据。换言之,一旦生成页面就不再对其进行变更。当根据中央处理单元2中运行的应用程序需要修改最后更新的一组应用数据元时,存储器管理器4分配一新的存储区域,例如一组新的页面。在该新的存储区域中,存储器管理器4存储任何已改变的值以及未被改变的该组应用数据元的数据元之值。通过该方法,存储器10在任何时间都将保持该数据组块的至少一个一致的、有效的版本。
例如,这种更新动作可与智能卡相关。虽然智能卡中的数据更新仅花费很短的时间(例如约3毫秒),在完成与终端的数据事务之前,很少有机会从通信终端中取出智能卡。因此,在完成前更新可能被中断。当这种情况发生时,至少该最后更新版本仍存在于智能卡的存储器中。
在一个实施例中,在完成数据组的更新后,存储器管理器4通过重新分配存储区域来继续存储该数据组的最老版本。例如,存储器管理器4可控制一组应用数据元的不多于10个版本的存在。在实际实现时,中央处理单元2中运行的应用程序将与存储器管理器4互相配合来控制其数据的更新过程,例如指示更新的完成。应用程序将提示存储器管理器4完成更新,之后,存储器管理器4完成对存储器10的写操作。在事务处理系统中,这种更新过程信号传输是普遍的。
当存储器中存在该组应用数据元的多个版本时,通过存储器管理器4可以分子数据的变更经历。通过为在中央处理单元2中运行之应用程序提供部件以检查但不变更在先版本中的数据值,存储器管理器4进行上述分析。
图3表示根据本发明的一种可能的存储器页面结构。假设将存储器分成页面。图3示出两个页面i、i+1。每个页面i、i+1都包含应用程序数据和标志i、i+1。优选的是,标志值包括三个部分:“组块标识符”chid、代计数gen#和页面计数pg#。组块标识符用作对所存储数据的程序编制器单元的唯一标记。代计数器gen#标识存储数据的版本号码。代计数器gen#将至少表示两代。页面计数器pg#表示在页面所属一组程序数据的代中相关页面的页面号码。页面计数器pg#允许将数据组的一代数据存储为多个页面。
在本发明的一个特定实例中,用特定编码来将标志值存储在存储器中,例如,利用具有设为1的限定数目之比特的冗余码。存储器管理器4使用该特定编码来检测正确/错误数据写操作。仅当所限定数目之比特被检测为1(或高)时,存储器管理器4才确定该标志值有效。如果该限定数之比特未被设定为1,则存储器管理器4确定该标志值无效。例如,这种情况可以是由于中断对存储器件供电引起的,例如,当在完成金融交易之前,智能卡用户从终端中取出他的智能卡。
在这一实施例中,在去除数据组的最老代之前,存储器管理器4将确定最近更新的代的有效性。可根据使用的硅存储器件的物理特性来确定该特定标志编码方法。应当选择的是,如果存储器件不能全面地写该页面,则很可能导致无效编码。根据存储器芯片设计(即使用的晶体管技术),在将新的数据写入页面前,一些存储器首先将特定页面的所有存储位置值都改为0或1。因此,如上所述,有时较优的是,检查标志中限定数之比特是否是1,而在其它情况下,检查存在为0的限定数之比特可能是更好的。那么,如果发现对标志的检查正确,则问题在于与该标志相关的页面之其余内容是否也被正确写入的已知可能性。
图4概述了当按中央处理单元2上运行的应用程序的控制来更新存储的应用数据的版本时、本发明一个实施例中的存储器管理器4所执行的操作顺序:
a.在存储器10中分配新的页面组,步骤40;
b.定义新的页面组的每个新页面的标志值,步骤42;
c.将修改形式下的应用程序数据和相应的标志一页一页地写到存储器10,步骤44;
d.对每个所写页面检验其结果是正确的,步骤46;
如上所述,通过检查标志值可以执行这个检验步骤;
e.重新分配保持该组数据之最老代的页面,步骤48。
用指定的组块标识符chid、以递增1的最近前更新版本的代计数值gen#和页面计数pg#来定义每个新页面的标志值。
优选的是,按上述步骤c所示一页一页地将页面写入存储器10。优选的是,对一组数据的页面组的一个预定页面必须是被最后写入,而所有其它页面可以任何顺序来写入。为了方便起见,该预定页面是该新的页面组的第一页面。实际上,任何页面可被分为若干部分来写。例如,该页面的标志值可与页面中应用程序数据分开来写。但优选的是,在更新动作的最后步骤中写入该预定页面的标志,该预定页面是被写入的最后页面。这清楚地表示了更新动作已完成。直到该预定页面的标志被写入存储器中,还可变更写到任何新页面上的应用程序数据。但是,值得注意的是,对页面数据的部分写入和变更可降低利用本发明可得到的优点,即总的写时间变长。写象EPROM这样的非易失性存储器10花费相当长的时间,如今约为3毫秒。因此,最好仅对存储器20写一次,即,当整个变更的数据组准备被存储并在连续的时间段内不写入该组数据的变更部分时。另外,如果时间充裕,通常如此,本领域的通常做法是将一组数据的变更部分写入非易失性存储器中。但是,这会导致写操作数量的增加,导致非易失性存储器10的不必要的损耗。
因此,根据本发明的一个实施例,优选的是,在将修改的数据组写入非易失性存储器10之前,对RAM 8中的该组数据的工作副本执行完全修改数据组所需的所有步骤。
作为更新期间中的最后操作,写预定页面的标志值是实现多页面更新的原子性的有利措施。预定页面中有效标志的存在或缺少,其作用是作为“提交”标识:预定页面中的有效标志表示所写页面的有效性和整个更新过程的最后完成。
当通过利用组块标识符chid的应用只能物理寻址存储在存储器中的数据时,可以更安全地实现应用程序数据的存储器存储。则存储器10变为“按内容编址的存储器”(CAM)。
虽然存储器管理器4和中央处理单元2可在一个物理处理单元中,但对后一特征而言,特别有利的是,中央处理单元2和存储器管理器4是两个相互进行通信的物理分离单元。应该明白的是,“物理分离”仍可指单个芯片上制造的单元。则存储器10的物理地址空间不包括在中央处理单元2的地址空间中,特别是不包括在存储应用程序或操作系统软件指令的地址空间中。如果存储器管理器4也被作成防干预(tamper-resistant)(如智能卡中),将获得免遭“探查”的附加保护。
为了实现这种例如对智能卡的潜在附加保护,存储器管理器4可提供附加的接口功能性,例如包含标志尺寸地址寄存器54和页面数据尺寸数据寄存器52(参见图5)。接口52、54与逻辑单元50配套,以执行用于扫描和匹配存储于存储器10中的标志的逻辑功能。换言之,逻辑单元50可从存储器10中读取标志,并通过分析标志值来对存储器10寻址。
可用硬件实现接口52、54和相关的逻辑单元50。
另外,特定的硬件电路56、58将分别作为接口出现在存储器6、8、10和逻辑单元50之间和中央处理单元2和逻辑单元50之间。逻辑单元50可提供与标志比较逻辑电路相结合的专用地址计数器。另一种硬件电路可包括按内容编址的存储器逻辑电路,按存储器页面实现,至少对于保留的存储比特而言,以包含标志值。
当除特定检测编码外还使用加密技术来编码标志值时,利用根据本发明管理的存储器可获得附加的安全优点。这种加密标志编码往往会隐藏与包含于标志值中的结构信息(象组块标识符chid、代计数值gen#和页面计数pg#)相关的应用数据。可用本领域的技术人员已知的任何编码技术来进行加密编码。一个有利的方法包括利用保密加密单向功能,其中,单向功能步骤涉及仅为存储器管理器4所知的保密密钥。通过该方法,存储器管理器4通过对前代的编码标志值应用一次或多次单向功能、并接着将所得到的标志值与最近更新代的标志值相比较,可识别前代。这将防止应用程序数据由存储器件内容的恶意强迫“转储”的重构。
如上所述,标志的存储器结构提供多个有利的选项。例如,标志可包括表示相关应用程序数据的所有权的附加数据。另外,标志值中的这种附加数据可表示对于应用程序数据之不同用户的使用权或使用权组。例如,这种不同的使用权可与对存储器10中(应用)程序数据之不同部分的不同访问条件有关。例如,(应用)程序数据的一部分可被定义为只读,而应用程序数据的另一部分被定义为读/写访问。
由于存储器包括以连续代的形式对特定应用数据元的更新经历,本发明有效地提供了存储于存储器中的事项记录(transactionlog)。
另外,如上所述,利用所公开的存储器更新/事项记录机构,可减少对根据本发明所管理的存储器件的写操作之数。此外,由本发明提供的写操作的减少数还通过延长硅存储器件的使用寿命而导致该器件的成本降低。特别是提高了存储在防干预单片计算机(象智能卡)上的非易失性存储器中的数据的安全性。采用硬件手段可进一步提高这一安全性,象采用与中央处理单元2分离的存储器管理器4,但不是绝对必要的。

Claims (20)

1.一种用于更新存储器中的数据组的方法,包括以下步骤:
(a)在一第一存储区域中存储所述数据组的一最老版本,其中所述存储器包括至少一个标志,用于识别所述最老版本,和
(b)在一分离的第二存储区域中存储所述数据组的最近更新版本,其中所述存储器包括至少一个标志,用于识别所述最近更新版本;
所述第一存储区域包括第一组一个或多个页面,所述第二存储区域包括第二组一个或多个页面,页面包括连续的存储位置,这些存储位置在例如应用数据存储的分配、更新和解除分配的存储操作期间被用作为一个单元,其特征在于,
所述方法进一步包括为每一页面提供其自己的标志,用于识别所述数据组的版本号和所述页面的页面号。
2.根据权利要求1的方法,其中,每一所述标志包括对所述数据组的标记。
3.根据权利要求1的方法,其中每一页面对应于一条字线。
4.根据权利要求1的方法,包括利用关于标志内容的冗余码写标志,在已从存储装置中读取标志后,由所述冗余码来分析是否已发生写错误。
5.根据权利要求1的方法,包括将所述多个页面中的一个预定页面的预定标志写入所述存储器作为所述更新的最后步骤。
6.根据权利要求1的方法,其中所述标志中的至少一个包括表示所有权和使用权的附加数据,且所述方法包括从这些附加数据识别所有权和使用权。
7.根据权利要求6的方法,其中对于数据组的不同部分,所述使用权不同,且所述方法包括对这些不同部分识别不同的使用权。
8.根据权利要求1的方法,包括分析标志值,并仅允许通过查询所述标志值来访问所述数据组的所述版本。
9.一种计算机装置,包括一处理器和一存储器,该存储器至少具有一第一存储区域和一分离的第二存储区域,该处理器被配置根据下列操作更新所述存储器:
(a)在所述第一存储区域中存储所述数据组的一最老版本,其中所述存储器包括至少一个标志,用于识别所述最老版本,和
(b)在所述分离的第二存储区域中存储所述数据组的最近更新版本,其中,所述存储器包括至少一个标志,用于识别所述最近更新版本;
所述第一存储区域包括第一组一个或多个页面,所述第二存储区域包括第二组一个或多个页面,页面包括连续的存储位置,这些存储位置在例如应用数据存储的分配、更新和解除分配的存储操作期间被用作为一个单元,
其特征在于,
每一所述页面具有其自己的标志,用于识别所述数据组的版本号和所述页面的页面号。
10.根据权利要求9的处理器装置,其中,每一所述标志包括对所述数据组的标记。
11.根据权利要求9的计算机装置,其中每一页面对应于一条字线。
12.根据权利要求9的计算机装置,其中处理器利用关于标志内容的冗余码写标志,在已从存储器中读取标志后,由所述冗余码来分析是否已发生写错误。
13.根据权利要求9的计算机装置,其中处理器将所述多个页面中的一个预定页面的预定标志写入所述存储器作为所述更新的最后步骤。
14.根据权利要求9的计算机装置,其中所述标志中的至少一个包括表示所有权和使用权的附加数据,其中处理器从这些附加数据识别所有权和使用权。
15.根据权利要求14的计算机装置,其中对于数据组的不同部分,所述使用权不同,其中处理器对这些不同部分识别不同的使用权。
16.根据权利要求9的计算机装置,其中处理器分析标志值,并仅被允许通过查询所述标志值来访问所述数据组的所述版本。
17.根据权利要求9的计算机装置,其中所述处理器包括一中央处理单元(2)和一分离的存储器管理单元(4),且标志值仅为该存储器管理单元(4)所知。
18.根据权利要求17的计算机装置,其中,所述存储器管理单元(4)在将标志写入存储器之前用加密密钥编码标志,所述加密密钥仅为存储器管理单元(4)所知。
19.根据权利要求18的计算机装置,其中所述加密密钥涉及加密单向功能。
20.根据权利要求9的计算机装置,其中该处理器的至少一部分被实现在智能卡的单个芯片中。
CNB998167193A 1999-06-10 1999-06-10 在分离的存储区域中存储数据组的不同版本的装置和更新存储器中数据组的方法 Expired - Lifetime CN1278236C (zh)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/NL1999/000360 WO2000077640A1 (en) 1999-06-10 1999-06-10 Arrangements storing different versions of a set of data in separate memory areas and method for updating a set of data in a memory

Publications (2)

Publication Number Publication Date
CN1352769A CN1352769A (zh) 2002-06-05
CN1278236C true CN1278236C (zh) 2006-10-04

Family

ID=19866601

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB998167193A Expired - Lifetime CN1278236C (zh) 1999-06-10 1999-06-10 在分离的存储区域中存储数据组的不同版本的装置和更新存储器中数据组的方法

Country Status (11)

Country Link
US (2) US6769053B1 (zh)
EP (1) EP1208434B1 (zh)
JP (1) JP4596715B2 (zh)
KR (1) KR20020010926A (zh)
CN (1) CN1278236C (zh)
AT (1) ATE475139T1 (zh)
AU (1) AU4294099A (zh)
BR (1) BR9917358B1 (zh)
CA (1) CA2391826A1 (zh)
DE (1) DE69942620D1 (zh)
WO (1) WO2000077640A1 (zh)

Families Citing this family (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7010701B1 (en) * 1999-10-19 2006-03-07 Sbc Properties, L.P. Network arrangement for smart card applications
KR100376435B1 (ko) * 2001-03-28 2003-03-17 주식회사 피엔에스텍 컴퓨터 하드디스크에 저장된 데이터 보호 장치 및 방법그리고 컴퓨터가 그 방법을 수행하도록 하는 프로그램을기록한 컴퓨터로 읽을 수 있는 기록매체
CA2452534A1 (en) * 2001-07-03 2003-01-16 Research In Motion Limited System and method of object-oriented persistence
ES2313922T3 (es) * 2001-07-12 2009-03-16 Siemens Aktiengesellschaft Procedimiento para el almacenamiento de registros de datos relacionados.
JP2003067208A (ja) 2001-08-23 2003-03-07 Sony Corp 情報処理装置および方法、記録媒体、並びにプログラム
JP2003087238A (ja) * 2001-09-11 2003-03-20 Hitachi Ltd 家庭内ネットワークにおけるセキュリティ実現方式
DE50207195D1 (de) * 2002-04-08 2006-07-27 Aladdin Knowledge Systems Deut Verfahren zur Aktualisierung und Lizenzierung von Computerprogrammen und Computer-System hierfür
US7117326B2 (en) * 2003-06-26 2006-10-03 Intel Corporation Tracking modifications to a memory
FR2864650B1 (fr) * 2003-12-24 2006-03-24 Trusted Logic Procede de mise a jour d'applications pour carte a puce
US20060101192A1 (en) * 2004-11-09 2006-05-11 Zilavy Daniel V Systems and methods of nonvolatile memory management
GB2423673B (en) * 2005-02-25 2009-05-27 Hewlett Packard Development Co Method of supplying information
US7389409B2 (en) * 2005-04-29 2008-06-17 Alcatel Lucent Electronic device configuration management systems and methods
DE102005031611B4 (de) * 2005-07-06 2007-11-22 Infineon Technologies Ag Nachweis einer Veränderung der Daten eines Datensatzes
US7761732B2 (en) * 2005-12-07 2010-07-20 International Business Machines Corporation Data protection in storage systems
US7836437B2 (en) * 2006-02-10 2010-11-16 Microsoft Corporation Semantic annotations for virtual objects
KR100837270B1 (ko) * 2006-06-07 2008-06-11 삼성전자주식회사 스마트 카드 및 그것의 데이터 보안 방법
US20080010246A1 (en) * 2006-07-06 2008-01-10 Curtis Bryce A System and method for providing operating system component version verification
US7694091B2 (en) * 2006-10-23 2010-04-06 Hewlett-Packard Development Company, L.P. Non-volatile storage for backing up volatile storage
US8312075B1 (en) 2006-11-29 2012-11-13 Mcafee, Inc. System, method and computer program product for reconstructing data received by a computer in a manner that is independent of the computer
JP4333745B2 (ja) 2007-01-15 2009-09-16 株式会社デンソー 電子制御装置
US20080309665A1 (en) * 2007-06-13 2008-12-18 3D Systems, Inc., A California Corporation Distributed rapid prototyping
US7814071B2 (en) * 2007-06-19 2010-10-12 International Business Machines Corporation Apparatus, system, and method for maintaining dynamic persistent data
US20090113163A1 (en) * 2007-10-25 2009-04-30 Mitel Networks Corporation Method and apparatus for managing a memory for storing potentially configurable entries in a list
US8200914B2 (en) * 2008-01-03 2012-06-12 International Business Machines Corporation Apparatus, system, and method for a read-before-write storage controller instruction
CN101430705B (zh) * 2008-11-29 2011-01-19 中兴通讯股份有限公司 基于嵌入式数据库的存储方法和装置
US8364886B2 (en) * 2010-01-26 2013-01-29 Seagate Technology Llc Verifying whether metadata identifies a most current version of stored data in a memory space
US8397101B2 (en) 2010-06-03 2013-03-12 Seagate Technology Llc Ensuring a most recent version of data is recovered from a memory
JP5656563B2 (ja) * 2010-11-02 2015-01-21 キヤノン株式会社 文書管理システム、文書管理システムの制御方法、プログラム
US9836370B2 (en) 2010-11-18 2017-12-05 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. Backup memory administration using an active memory device and a backup memory device
CN102222009A (zh) * 2011-06-02 2011-10-19 深圳市共进电子有限公司 一种家庭网关系统分类版本的生产方法
US9032183B2 (en) 2012-02-24 2015-05-12 Simplivity Corp. Method and apparatus for content derived data placement in memory
CN103246535B (zh) * 2013-04-26 2016-08-03 广州德浩科视电子科技有限公司 一种拼接屏升级系统的升级方法
US9430329B2 (en) * 2014-04-03 2016-08-30 Seagate Technology Llc Data integrity management in a data storage device
US10025669B2 (en) 2014-12-23 2018-07-17 Nuvoton Technology Corporation Maintaining data-set coherency in non-volatile memory across power interruptions
KR102227636B1 (ko) * 2014-12-31 2021-03-16 삼성디스플레이 주식회사 표시 장치용 데이터 저장 장치 및 이의 저장 방법
CN106484858B (zh) * 2016-10-09 2019-12-06 腾讯科技(北京)有限公司 热点内容推送方法和装置
US10515066B2 (en) 2017-09-27 2019-12-24 Mellanox Technologies, Ltd. Atomic updates of versioned data structures
US11592995B2 (en) 2021-04-19 2023-02-28 Western Digital Technologies, Inc. Data storage device and method for preventing accidental updates and deletions using data versioning

Family Cites Families (125)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SE425704B (sv) 1981-03-18 1982-10-25 Loefberg Bo Databerare
US4425642A (en) 1982-01-08 1984-01-10 Applied Spectrum Technologies, Inc. Simultaneous transmission of two information signals within a band-limited communications channel
JPS61177585A (ja) 1985-02-04 1986-08-09 Toshiba Corp 携帯用電子装置密封体
CN85100700A (zh) 1985-04-01 1987-01-31 陆伯祥 计算机莫尔条纹证件及其识别系统
US4694396A (en) 1985-05-06 1987-09-15 Computer X, Inc. Method of inter-process communication in a distributed data processing system
JPS61260339A (ja) * 1985-05-15 1986-11-18 Oki Electric Ind Co Ltd フアイル管理方法
US4757495A (en) 1986-03-05 1988-07-12 Telebit Corporation Speech and data multiplexor optimized for use over impaired and bandwidth restricted analog channels
US4874935A (en) 1986-03-10 1989-10-17 Data Card Coprporation Smart card apparatus and method of programming same
US4816654A (en) 1986-05-16 1989-03-28 American Telephone And Telegraph Company Improved security system for a portable data carrier
FR2600441B1 (fr) 1986-06-18 1990-09-21 France Etat Unite de gestion de memoire
JPH087720B2 (ja) 1986-09-16 1996-01-29 富士通株式会社 複数サービス用icカードの領域アクセス方法
JP2514954B2 (ja) 1987-03-13 1996-07-10 三菱電機株式会社 Icカ−ド
US4953160A (en) 1988-02-24 1990-08-28 Integrated Network Corporation Digital data over voice communication
JPH01277993A (ja) 1988-04-28 1989-11-08 Toshiba Corp 携帯可能電子装置
US5283885A (en) 1988-09-09 1994-02-01 Werner Hollerbauer Storage module including a refresh device for storing start and stop refresh addresses
JPH02156357A (ja) 1988-12-08 1990-06-15 Fujitsu Ltd プログラム破壊防止方法
US5057997A (en) 1989-02-13 1991-10-15 International Business Machines Corp. Interruption systems for externally changing a context of program execution of a programmed processor
JPH0390977A (ja) 1989-09-01 1991-04-16 Toyo Ink Mfg Co Ltd 情報識別方法
JPH04141886A (ja) 1990-10-01 1992-05-15 Nec Corp マイクロコンピュータ
US5204663A (en) 1990-05-21 1993-04-20 Applied Systems Institute, Inc. Smart card access control system
EP0466969B1 (de) 1990-07-20 1994-01-12 Siemens Nixdorf Informationssysteme Aktiengesellschaft Verfahren zur Verhinderung unzulässiger Abweichungen vom Ablaufprotokoll einer Anwendung bei einem Datenaustauschsystem
JP3007425B2 (ja) 1991-02-14 2000-02-07 凸版印刷 株式会社 Icカード
DE69226105T2 (de) 1991-02-27 1998-10-29 Ricos Kk Daten- und Sprachübertragungseinrichtung
US5148546A (en) 1991-04-22 1992-09-15 Blodgett Greg A Method and system for minimizing power demands on portable computers and the like by refreshing selected dram cells
US5204897A (en) 1991-06-28 1993-04-20 Digital Equipment Corporation Management interface for license management system
DE4126213C2 (de) 1991-08-08 2000-06-15 Deutsche Telekom Ag Chipkarte für mehrere Diensteanbieter
FR2683357A1 (fr) 1991-10-30 1993-05-07 Philips Composants Microcircuit pour carte a puce a memoire programmable protegee.
US5177768A (en) 1991-11-22 1993-01-05 Bell Communications Research, Inc. Spread-time code division multiple access technique with arbitrary spectral shaping
US5249212A (en) * 1992-06-01 1993-09-28 Motorola, Inc. Object reuse protection with error correction
US5721788A (en) 1992-07-31 1998-02-24 Corbis Corporation Method and system for digital image signatures
JPH06119393A (ja) 1992-08-20 1994-04-28 Ricoh Co Ltd 電子ファイル装置
US5682027A (en) 1992-10-26 1997-10-28 Intellect Australia Pty Ltd. System and method for performing transactions and a portable intelligent device therefore
DE4242247C2 (de) 1992-12-15 1998-05-14 Orga Kartensysteme Gmbh Ausweiskarte mit optischem Datenträger
FR2703800B1 (fr) 1993-04-06 1995-05-24 Bull Cp8 Procédé de signature d'un fichier informatique, et dispositif pour la mise en Óoeuvre.
US5446901A (en) 1993-06-30 1995-08-29 Digital Equipment Corporation Fault tolerant distributed garbage collection system and method for collecting network objects
US5469559A (en) 1993-07-06 1995-11-21 Dell Usa, L.P. Method and apparatus for refreshing a selected portion of a dynamic random access memory
US5534372A (en) 1993-07-28 1996-07-09 Konica Corporation IC card having image information
US5649118A (en) 1993-08-27 1997-07-15 Lucent Technologies Inc. Smart card with multiple charge accounts and product item tables designating the account to debit
JP2994922B2 (ja) * 1993-09-14 1999-12-27 大日本スクリーン製造株式会社 画像処理システム
US5544246A (en) 1993-09-17 1996-08-06 At&T Corp. Smartcard adapted for a plurality of service providers and for remote installation of same
JP3112785B2 (ja) * 1993-09-27 2000-11-27 日本電気株式会社 ファイル管理システム
US5517645A (en) 1993-11-05 1996-05-14 Microsoft Corporation Method and system for interfacing components via aggregate components formed by aggregating the components each with an instance of a component manager
US6345104B1 (en) 1994-03-17 2002-02-05 Digimarc Corporation Digital watermarks and methods for security documents
US5832119C1 (en) 1993-11-18 2002-03-05 Digimarc Corp Methods for controlling systems using control signals embedded in empirical data
US6546112B1 (en) 1993-11-18 2003-04-08 Digimarc Corporation Security document with steganographically-encoded authentication data
US5481715A (en) 1993-12-15 1996-01-02 Sun Microsystems, Inc. Method and apparatus for delegated communications in a computer system using trusted deputies
EP0757336B1 (en) 1995-08-04 2000-11-22 Belle Gate Investment B.V. Data exchange systems comprising portable data processing units
DE69402955T2 (de) 1994-02-08 1997-08-14 Belle Gate Investment B.V., Den Haag Datenauswechselsystem mit tragbaren Datenverarbeitungseinheiten
FR2717931B1 (fr) 1994-03-23 1996-05-31 Gemplus Card Int Système de vérification d'identité.
US5450490A (en) 1994-03-31 1995-09-12 The Arbitron Company Apparatus and methods for including codes in audio signals and decoding
US5404377A (en) 1994-04-08 1995-04-04 Moses; Donald W. Simultaneous transmission of data and audio signals by means of perceptual coding
JPH07336460A (ja) 1994-06-03 1995-12-22 Hitachi Ltd データ通信装置
US5641027A (en) * 1995-01-09 1997-06-24 Utd Incorporated Drilling system
US5568641A (en) * 1995-01-18 1996-10-22 Hewlett-Packard Company Powerfail durable flash EEPROM upgrade
US5930363A (en) 1995-03-17 1999-07-27 Transmo Limited Card charging systems
US5594227A (en) 1995-03-28 1997-01-14 Microsoft Corporation System and method for protecting unauthorized access to data contents
WO1996031823A1 (en) 1995-04-07 1996-10-10 Sofmap Future Design Co., Ltd. Data processing system and method, and computer program architecture
CA2173695A1 (en) 1995-04-14 1996-10-15 Panagiotis Kougiouris Method and system for providing interoperability among processes written to execute on different operating systems
CA2218383A1 (en) 1995-05-12 1996-11-14 Gregory C. Copeland Video media security and tracking system
US5805899A (en) * 1995-07-06 1998-09-08 Sun Microsystems, Inc. Method and apparatus for internal versioning of objects using a mapfile
US6385645B1 (en) 1995-08-04 2002-05-07 Belle Gate Investments B.V. Data exchange system comprising portable data processing units
US5768385A (en) 1995-08-29 1998-06-16 Microsoft Corporation Untraceable electronic cash
US5721781A (en) 1995-09-13 1998-02-24 Microsoft Corporation Authentication system and method for smart card transactions
DE19536169A1 (de) 1995-09-29 1997-04-03 Ibm Multifunktionale Chipkarte
JPH09128165A (ja) * 1995-10-27 1997-05-16 Toshiba Corp 固体記録再生装置
DE19542910B4 (de) 1995-11-17 2005-01-05 Deutsche Telekom Ag Verfahren und Vorrichtung zum Schutz gespeicherter Daten
DE19600081C2 (de) 1996-01-03 1999-11-18 Ibm Sicherung der Datenintegrität bei Datenträgerkarten
FR2743910B1 (fr) 1996-01-19 1998-02-27 Solaic Sa Procede de mise en oeuvre d'un programme securise dans une carte a microprocesseur et carte a microprocesseur comportant un programme securise
JP4084428B2 (ja) 1996-02-02 2008-04-30 富士通株式会社 半導体記憶装置
US5905819A (en) 1996-02-05 1999-05-18 Eastman Kodak Company Method and apparatus for hiding one image or pattern within another
US5742756A (en) 1996-02-12 1998-04-21 Microsoft Corporation System and method of using smart cards to perform security-critical operations requiring user authorization
DE19616819A1 (de) 1996-04-26 1997-10-30 Giesecke & Devrient Gmbh CD mit eingebautem Chip
JP3866376B2 (ja) 1996-05-02 2007-01-10 テキサス インスツルメンツ インコーポレイテツド 著作権付き資料のみをディジタルメディアシステム内で再生及び使用可能とする方法
KR100186412B1 (ko) 1996-05-07 1999-04-15 구자홍 메모리를 내장한 광 디스크
US5896393A (en) 1996-05-23 1999-04-20 Advanced Micro Devices, Inc. Simplified file management scheme for flash memory
US5781723A (en) 1996-06-03 1998-07-14 Microsoft Corporation System and method for self-identifying a portable information device to a computing unit
US5889868A (en) 1996-07-02 1999-03-30 The Dice Company Optimization methods for the insertion, protection, and detection of digital watermarks in digitized data
MY126363A (en) 1996-10-25 2006-09-29 Gemalto Sa Using a high level programming language with a microcontroller
US5915027A (en) 1996-11-05 1999-06-22 Nec Research Institute Digital watermarking
US5884316A (en) 1996-11-19 1999-03-16 Microsoft Corporation Implicit session context system with object state cache
JP3145047B2 (ja) 1996-12-17 2001-03-12 松下電送システム株式会社 V.34ファクシミリ端末・制御チャネル・速度選択方法
US6198875B1 (en) 1996-12-20 2001-03-06 Texas Instruments Incorporated Tiris based bios for protection of “copyrighted” program material
FR2757661B1 (fr) 1996-12-24 1999-01-22 Gemplus Card Int Procede de transfert securise de donnees par un reseau de communication
US5790489A (en) 1997-01-21 1998-08-04 Dell Usa, L.P. Smart compact disk including a processor and a transmission element
US6575372B1 (en) 1997-02-21 2003-06-10 Mondex International Limited Secure multi-application IC card system having selective loading and deleting capability
US5862117A (en) 1997-03-12 1999-01-19 Em Microelectronic-Marin Sa Device, in particular a compact disc, comprising a data storage medium and an integrated circuit
EP0864996A3 (en) 1997-03-13 1999-09-15 Hitachi, Ltd. Portable electronic device and method for personal identification
US6220510B1 (en) 1997-05-15 2001-04-24 Mondex International Limited Multi-application IC card with delegation feature
US6005940A (en) 1997-05-16 1999-12-21 Software Security, Inc. System for securely storing and reading encrypted data on a data medium using a transponder
JP4246812B2 (ja) 1997-06-12 2009-04-02 パナソニック株式会社 半導体回路及びその制御方法
US6564995B1 (en) 1997-09-19 2003-05-20 Schlumberger Malco, Inc. Smart card application-selection
TW389900B (en) 1997-10-09 2000-05-11 Victor Company Of Japan Optical disces, producing methods and production apparatus of the optical discs
US5984186A (en) 1997-10-29 1999-11-16 Psc Inc. CCD-base bar code scanner
US6484946B2 (en) 1997-12-22 2002-11-26 Hitachi, Ltd. IC card information display device and IC card for use therewith
US6104812A (en) 1998-01-12 2000-08-15 Juratrade, Limited Anti-counterfeiting method and apparatus using digital screening
IL123028A (en) 1998-01-22 2007-09-20 Nds Ltd Protection of data on media recording disks
US6311186B1 (en) 1998-02-20 2001-10-30 Priority Call Management, Inc. Telecommunications switching system utilizing a channelized database access mechanism
FR2776153B1 (fr) 1998-03-10 2000-07-28 Ordicam Rech Et Dev Procede pour l'identification securitaire d'une personne et dispositif portatif pour la mise en oeuvre du procede
US6241153B1 (en) 1998-03-17 2001-06-05 Cardxx, Inc. Method for making tamper-preventing, contact-type, smart cards
EP0944256A1 (en) 1998-03-19 1999-09-22 Hitachi Europe Limited Copy protection apparatus and method
US6128627A (en) * 1998-04-15 2000-10-03 Inktomi Corporation Consistent data storage in an object cache
US6608911B2 (en) 2000-12-21 2003-08-19 Digimarc Corporation Digitally watermaking holograms for use with smart cards
JP3615390B2 (ja) 1998-05-12 2005-02-02 株式会社ニレコ オンライン用分光分析計の計測値解析方法
US6282700B1 (en) * 1998-05-21 2001-08-28 Hewlett Packard Company Mechanism for maintaining revisions of objects in flash memory
US6212633B1 (en) 1998-06-26 2001-04-03 Vlsi Technology, Inc. Secure data communication over a memory-mapped serial communications interface utilizing a distributed firewall
US6374355B1 (en) 1998-07-31 2002-04-16 Lucent Technologies Inc. Method for securing over-the-air communication in a wireless system
JP2000094874A (ja) 1998-09-22 2000-04-04 Canon Inc 電子部品内蔵カードとその製造方法
US6742712B1 (en) 1998-09-29 2004-06-01 Asa Systems, Inc. Information card and information card system
US6257486B1 (en) 1998-11-23 2001-07-10 Cardis Research & Development Ltd. Smart card pin system, card, and reader
US6321981B1 (en) 1998-12-22 2001-11-27 Eastman Kodak Company Method and apparatus for transaction card security utilizing embedded image data
US6480831B1 (en) 1998-12-24 2002-11-12 Pitney Bowes Inc. Method and apparatus for securely transmitting keys from a postage metering apparatus to a remote data center
US6480935B1 (en) 1999-01-15 2002-11-12 Todd Carper Smart card memory management system and method
US6311280B1 (en) 1999-02-22 2001-10-30 Nband Communications Low-power memory system with incorporated vector processing
US6349336B1 (en) 1999-04-26 2002-02-19 Hewlett-Packard Company Agent/proxy connection control across a firewall
US6535997B1 (en) 1999-05-19 2003-03-18 International Business Machines Corporation Data integrity in smartcard transactions
US6272025B1 (en) * 1999-10-01 2001-08-07 Online Power Supply, Inc. Individual for distributed non-saturated magnetic element(s) (referenced herein as NSME) power converters
US6292874B1 (en) 1999-10-19 2001-09-18 Advanced Technology Materials, Inc. Memory management method and apparatus for partitioning homogeneous memory and restricting access of installed applications to predetermined memory ranges
US6325285B1 (en) 1999-11-12 2001-12-04 At&T Corp. Smart card with integrated fingerprint reader
US6572025B1 (en) 2000-05-10 2003-06-03 Japan Gain The Summit Co., Ltd. Information code product, manufacturing device and method for manufacturing the same, information code reading device, authentication system, authentication terminal, authentication server, and authentication method
US20020112116A1 (en) * 2000-11-17 2002-08-15 Nelson Mark Edward Methods, systems, and computer program products for storing data in collections of tagged data pieces
US6745307B2 (en) * 2001-10-31 2004-06-01 Hewlett-Packard Development Company, L.P. Method and system for privilege-level-access to memory within a computer
US6808118B2 (en) 2001-12-31 2004-10-26 Zebra Atlantek, Inc. Security code verification for identification cards
US7114032B2 (en) * 2003-07-18 2006-09-26 International Business Machines Corporation Method and system for efficient fragment caching
US20050129334A1 (en) 2003-12-12 2005-06-16 Wilder Daniel V. Event photo retrieval system and method
JP2005236442A (ja) * 2004-02-17 2005-09-02 Sanyo Electric Co Ltd 電子透かし埋め込み装置と方法ならびに電子透かし抽出装置と方法

Also Published As

Publication number Publication date
CA2391826A1 (en) 2000-12-21
DE69942620D1 (de) 2010-09-02
KR20020010926A (ko) 2002-02-06
ATE475139T1 (de) 2010-08-15
JP4596715B2 (ja) 2010-12-15
EP1208434B1 (en) 2010-07-21
WO2000077640A8 (en) 2001-12-20
JP2003502732A (ja) 2003-01-21
EP1208434A1 (en) 2002-05-29
US20050283579A1 (en) 2005-12-22
WO2000077640A1 (en) 2000-12-21
US6769053B1 (en) 2004-07-27
BR9917358A (pt) 2002-03-19
AU4294099A (en) 2001-01-02
CN1352769A (zh) 2002-06-05
BR9917358B1 (pt) 2012-07-24
US7360039B2 (en) 2008-04-15

Similar Documents

Publication Publication Date Title
CN1278236C (zh) 在分离的存储区域中存储数据组的不同版本的装置和更新存储器中数据组的方法
US6539453B1 (en) Storage system including means for management of a memory with anti-attrition, and process of anti-attrition management of a memory
US7849253B2 (en) Method for fast access to flash-memory media
EP2389631B1 (en) Solid state memory formatting
US20180275887A1 (en) Data Storage Device and Operating Method of Data Storage Device
CN1078364C (zh) 存储器管理方法
CN1223945C (zh) 改进的闪速文件系统
US20020041517A1 (en) Method of driving remapping in flash memory and flash memory architecture suitable therefor
CN108319433B (zh) 小内存单片机的NOR Flash的存储管理方法
CN101263462B (zh) 具有区块管理的非易失性存储器
CN103229245B (zh) 电子设备
US6636941B1 (en) Enhanced stable disk storage
US20040044840A1 (en) Dynamic volume management
US20030105921A1 (en) Disk array apparatus and data restoring method used therein
CN104246727B (zh) 数据处理系统以及用于操作数据处理系统的方法
CN1118503A (zh) 带有空闲块奇偶校验高速缓存的第五级raid
JP2007012060A (ja) 逆階層構造を有するファイルシステム
US6928456B2 (en) Method of tracking objects for application modifications
CN113272903B (zh) 处理非易失性存储器中的操作冲突
CN1924821A (zh) 固件更新系统与方法
CN112597072A (zh) 一种Flash存储器的数据更新方法和装置
CN110780814B (zh) 一种存储数据整理方法与装置
CN1758220A (zh) 一种升级软件版本的方法
CN1302378C (zh) 链接转换的小型应用程序文件的方法和设备
CN1695206A (zh) 检测对持久存储器写错的方法与装置

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CX01 Expiry of patent term
CX01 Expiry of patent term

Granted publication date: 20061004