CNS Core: Medium: Collaborative Research: Cross Layer File Systems
CNS 核心:媒介:协作研究:跨层文件系统
基本信息
- 批准号:1900457
- 负责人:
- 金额:$ 74.78万
- 依托单位:
- 依托单位国家:美国
- 项目类别:Continuing Grant
- 财政年份:2019
- 资助国家:美国
- 起止时间:2019-10-01 至 2022-05-31
- 项目状态:已结题
- 来源:
- 关键词:
项目摘要
Computer hardware designers are developing new technologies for permanent storage of user data, such as non-volatile memories (NVM) and solid-state disks (SSD). Relative to the storage technologies commonly used just a decade ago, these offer unprecedented performance, but at a cost that is also much higher per megabyte of storage. This work uses software to bridge that gap: to build file storage systems that can seamlessly span multiple types of storage technology, from NVM to SSD to traditional disk storage, to reliably store user data at low cost and high performance.A key innovation is to change the interface between applications and the operating system to streamline file system updates. Applications ask the kernel for permission to log changes to the file system in per-application NVM. These changes can be applied with performance close to the hardware limits of NVM, often under a microsecond per update. In the background, the kernel copies these changes back to its own data region, providing the illusion that all applications are working on the same storage system. The kernel then copies the data to SSD and disk to make room for additional updates to NVM.Industry is rushing to deploy these new technologies because of the advantages they bring, but new software techniques are needed to bring those advantages to real users. As desktops and cloud computing systems are the default platform for all types of computing used by billions of people worldwide, there is the potential for widespread benefit. In addition, computer science instruction must adapt to address the challenges and solutions to these new technologies, to enable students to thrive in this new environment. Proposed lecture and project materials will prepare students for this multi-layer storage and file system future.The primary type of data to be produced will be software artifacts and measurements of these software artifacts. During the project, software source code and data measurements will be stored using an industry-standard version control system and backed up on multiple servers in different areas of the University of Texas Austin computer science department building. After publication, copies of the source code and data measurements will be moved, along with copies of all published papers, to a permanent repository at https://www.cs.utexas.edu/~simon/strata/ which will remain in place for at least ten years after completion of the project.This award reflects NSF's statutory mission and has been deemed worthy of support through evaluation using the Foundation's intellectual merit and broader impacts review criteria.
计算机硬件设计人员正在开发用于永久存储用户数据的新技术,例如非易失性存储器(NVM)和固态磁盘(SSD)。相对于十年前常用的存储技术,这些技术提供了前所未有的性能,但每兆字节存储的成本也要高得多。这项工作使用软件来弥合这一差距:构建可以无缝跨越多种类型存储技术的文件存储系统,从NVM到SSD再到传统磁盘存储,以低成本和高性能可靠地存储用户数据。一个关键的创新是改变应用程序和操作系统之间的接口,以简化文件系统更新。 应用程序请求内核允许在每个应用程序的NVM中记录对文件系统的更改。这些变化可以在性能接近NVM的硬件限制的情况下应用,通常每次更新不到微秒。在后台,内核将这些更改复制回自己的数据区域,从而提供所有应用程序都在同一存储系统上工作的假象。然后,内核将数据复制到SSD和磁盘,为NVM的额外更新腾出空间。由于这些新技术带来的优势,行业正急于部署这些新技术,但需要新的软件技术才能将这些优势带给真实的用户。 由于桌面和云计算系统是全球数十亿人使用的所有类型计算的默认平台,因此有可能带来广泛的好处。 此外,计算机科学教学必须适应这些新技术的挑战和解决方案,使学生能够在这个新环境中茁壮成长。 建议的演讲和专题材料将为学生准备这种多层存储和文件系统的未来。要产生的数据的主要类型将是软件工件和这些软件工件的测量。 在项目期间,软件源代码和数据测量将使用行业标准版本控制系统存储,并在德克萨斯大学奥斯汀分校计算机科学系大楼不同区域的多台服务器上备份。 出版后,源代码和数据测量的副本将与所有已出版论文的副本一起沿着转移到https://www.cs.utexas.edu/~simon/strata/的永久存储库中,该存储库将在项目完成后至少保留十年。该奖项反映了NSF的法定使命,并通过使用基金会的知识价值和更广泛的影响审查标准进行评估,被认为值得支持。
项目成果
期刊论文数量(7)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)
AGAMOTTO: How Persistent is your Persistent Memory Application?
- DOI:
- 发表时间:2020
- 期刊:
- 影响因子:0
- 作者:Ian Neal;B. Reeves;Ben Stoler;Andrew Quinn;Youngjin Kwon;Simon Peter;Baris Kasikci
- 通讯作者:Ian Neal;B. Reeves;Ben Stoler;Andrew Quinn;Youngjin Kwon;Simon Peter;Baris Kasikci
Rearchitecting Linux Storage Stack for µs Latency and High Throughput
- DOI:
- 发表时间:2021
- 期刊:
- 影响因子:0
- 作者:Jaehyun Hwang;Midhul Vuppalapati;Simon Peter;R. Agarwal
- 通讯作者:Jaehyun Hwang;Midhul Vuppalapati;Simon Peter;R. Agarwal
Strata: A Cross Media File System
- DOI:10.1145/3132747.3132770
- 发表时间:2017-10
- 期刊:
- 影响因子:0
- 作者:Youngjin Kwon;Henrique Fingler;T. Hunt;Simon Peter;Emmett Witchel;T. Anderson
- 通讯作者:Youngjin Kwon;Henrique Fingler;T. Hunt;Simon Peter;Emmett Witchel;T. Anderson
High Velocity Kernel File Systems with Bento
带有 Bento 的高速内核文件系统
- DOI:
- 发表时间:2021
- 期刊:
- 影响因子:0
- 作者:Miller, Samantha;Zhang, Kaiyuan;Chen, Mengqi;Jennings, Ryan;Chen, Ang;Zhuo, Danyang;Anderson, Thomas
- 通讯作者:Anderson, Thomas
Rethinking File Mapping for Persistent Memory
- DOI:
- 发表时间:2021
- 期刊:
- 影响因子:0
- 作者:Ian Neal;Gefei Zuo;Eric Shiple;Tanvir Ahmed Khan;Youngjin Kwon;Simon Peter;Baris Kasikci
- 通讯作者:Ian Neal;Gefei Zuo;Eric Shiple;Tanvir Ahmed Khan;Youngjin Kwon;Simon Peter;Baris Kasikci
{{
item.title }}
{{ item.translation_title }}
- DOI:
{{ item.doi }} - 发表时间:
{{ item.publish_year }} - 期刊:
- 影响因子:{{ item.factor }}
- 作者:
{{ item.authors }} - 通讯作者:
{{ item.author }}
数据更新时间:{{ journalArticles.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ monograph.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ sciAawards.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ conferencePapers.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ patent.updateTime }}
Simon Peter其他文献
Artificial intelligence-based pathology as a biomarker of sensitivity to atezolizumab-bevacizumab in patients with hepatocellular carcinoma: a multicentre retrospective study.
基于人工智能的病理学作为肝细胞癌患者对 atezolizumab-bevacizumab 敏感性的生物标志物:一项多中心回顾性研究。
- DOI:
10.1016/s1470-2045(23)00468-0 - 发表时间:
2023 - 期刊:
- 影响因子:0
- 作者:
Qinghe Zeng;Christophe Klein;Stefano Caruso;Pascale Maille;Daniela S. Allende;Beatriz Mínguez;Massimo Iavarone;Massih Ningarhari;A. Casadei‐Gardini;F. Pedica;M. Rimini;R. Perbellini;Camille Boulagnon;A. Heurgué;Marco Maggioni;Mohamed Rela;M. Vij;S. Baulande;P. Legoix;S. Lameiras;Léa Bruges;Viviane Gnemmi;J. Nault;C. Campani;Hyungjin Rhee;Young Nyun Park;M. Iñarrairaegui;Guillermo García;J. Argemí;B. Sangro;A. D’Alessio;B. Scheiner;D. Pinato;M. Pinter;Valérie Paradis;A. Beaufrère;Simon Peter;L. Rimassa;L. di Tommaso;A. Vogel;Sophie Michalak;J. Boursier;N. Loménie;Marianne Ziol;J. Calderaro;G. Amaddeo;María Bermúdez;Andres Castano Garcia;S. L. Chan;Alba Díaz;A. Digklia;Jean;N. Ghaffari Laleh;P. Gopal;Rondell P. Graham;Jakob Nikolas Kather;I. Labgaa;M. Lequoy;Howard Ho;Juan Ignacio Marín;Guillermo Mendoza;O. El Nahhas;P. Navale;J. Pawlotsky;P. Radu;H. Regnault;M. Reig;M. Salcedo;Christine Sempoux;Tung;Callie Torres;Nguyen H. Tran;E. Trépo;María Varela;G. Verset;D. Wendum - 通讯作者:
D. Wendum
FRI-492-YI Tumor cell lines and patient derived xenograft models of intrahepatic cholangiocarcinoma maintain histology, transcription profiles and driver mutations of primary tumor but lose human stroma
- DOI:
10.1016/s0168-8278(24)01348-5 - 发表时间:
2024-06-01 - 期刊:
- 影响因子:
- 作者:
Denise Schlösser;Georgina Schumann;Simon Peter;Hanna Redeker;Tanja Reineke-Plaaß;Florian Vondran;Nora Nevermann;Stephan Bartels;Ulrich Lehmann-Mühlenhoff;Geffers Robert;Doan Duy Hai Tran;Anna Saborowski;Arndt Vogel - 通讯作者:
Arndt Vogel
SAT579 - Characterization and clinical correlation of the immune contexture in intrahepatic cholangiocarcinoma using multiplex immunohistochemistry
SAT579 - 使用多重免疫组化技术对肝内胆管癌免疫微环境的特征和临床相关性进行分析
- DOI:
10.1016/s0168-8278(22)02136-5 - 发表时间:
2022-07-01 - 期刊:
- 影响因子:33.000
- 作者:
Simon Peter;Valery Volk;Charlotte Hoffmann;Melanie Bathon;Benjamin Goeppert;Thomas Longerich;Thomas Albrecht;Tanja Reineke-Plaaß;Friedrich Feuerhake;Arndt Vogel;Anna Saborowski - 通讯作者:
Anna Saborowski
Resource management in a multicore operating system
- DOI:
10.3929/ethz-a-007579246 - 发表时间:
2012 - 期刊:
- 影响因子:0
- 作者:
Simon Peter - 通讯作者:
Simon Peter
Ingens: Huge Page Support for the OS and Hypervisor
Ingens:操作系统和虚拟机管理程序的大页面支持
- DOI:
- 发表时间:
2017 - 期刊:
- 影响因子:0
- 作者:
Youngjin Kwon;Hangchen Yu;Simon Peter;Christopher J. Rossbach;Emmett Witchel - 通讯作者:
Emmett Witchel
Simon Peter的其他文献
{{
item.title }}
{{ item.translation_title }}
- DOI:
{{ item.doi }} - 发表时间:
{{ item.publish_year }} - 期刊:
- 影响因子:{{ item.factor }}
- 作者:
{{ item.authors }} - 通讯作者:
{{ item.author }}
{{ truncateString('Simon Peter', 18)}}的其他基金
Collaborative Research: CNS Core: Medium: Terabyte-scale Tiered Memory Management
合作研究:CNS 核心:中:TB 级分层内存管理
- 批准号:
2212580 - 财政年份:2022
- 资助金额:
$ 74.78万 - 项目类别:
Continuing Grant
CNS Core: Medium: Collaborative Research: Cross Layer File Systems
CNS 核心:媒介:协作研究:跨层文件系统
- 批准号:
2227132 - 财政年份:2022
- 资助金额:
$ 74.78万 - 项目类别:
Continuing Grant
Collaborative Research: CNS Core: Small: Scalable ACID Transactions for Persistent Memory Databases
合作研究:CNS 核心:小型:持久内存数据库的可扩展 ACID 事务
- 批准号:
2227066 - 财政年份:2022
- 资助金额:
$ 74.78万 - 项目类别:
Standard Grant
RINGS: Power Resilient NextG Data Centers
RINGS:电力弹性 NextG 数据中心
- 批准号:
2148209 - 财政年份:2022
- 资助金额:
$ 74.78万 - 项目类别:
Continuing Grant
CAREER: High-Performance Packet Processing with Programmable NIC Data-Planes
职业:使用可编程 NIC 数据平面进行高性能数据包处理
- 批准号:
2226057 - 财政年份:2021
- 资助金额:
$ 74.78万 - 项目类别:
Continuing Grant
Collaborative Research: CNS Core: Small: Scalable ACID Transactions for Persistent Memory Databases
合作研究:CNS 核心:小型:持久内存数据库的可扩展 ACID 事务
- 批准号:
2008884 - 财政年份:2020
- 资助金额:
$ 74.78万 - 项目类别:
Standard Grant
CAREER: High-Performance Packet Processing with Programmable NIC Data-Planes
职业:使用可编程 NIC 数据平面进行高性能数据包处理
- 批准号:
1751231 - 财政年份:2018
- 资助金额:
$ 74.78万 - 项目类别:
Continuing Grant
相似国自然基金
胆固醇羟化酶CH25H非酶活依赖性促进乙型肝炎病毒蛋白Core及Pre-core降解的分子机制研究
- 批准号:82371765
- 批准年份:2023
- 资助金额:50 万元
- 项目类别:面上项目
锕系元素5f-in-core的GTH赝势和基组的开发
- 批准号:22303037
- 批准年份:2023
- 资助金额:30 万元
- 项目类别:青年科学基金项目
基于合成致死策略搭建Core-matched前药共组装体克服肿瘤耐药的机制研究
- 批准号:
- 批准年份:2022
- 资助金额:52 万元
- 项目类别:
鼠伤寒沙门氏菌LPS core经由CD209/SphK1促进树突状细胞迁移加重炎症性肠病的机制研究
- 批准号:
- 批准年份:2022
- 资助金额:30 万元
- 项目类别:青年科学基金项目
基于外泌体精准调控的“核-壳”(core-shell)同步血管化骨组织工程策略的应用与机制探讨
- 批准号:
- 批准年份:2020
- 资助金额:55 万元
- 项目类别:
肌营养不良蛋白聚糖Core M3型甘露糖肽的精确制备及功能探索
- 批准号:92053110
- 批准年份:2020
- 资助金额:70.0 万元
- 项目类别:重大研究计划
Core-1-O型聚糖黏蛋白缺陷诱导胃炎发生并介导慢性胃炎向胃癌转化的分子机制研究
- 批准号:81902805
- 批准年份:2019
- 资助金额:20.5 万元
- 项目类别:青年科学基金项目
原始地球增生晚期的Core-merging大碰撞事件:地核增生、核幔平衡与核幔边界结构的新认识
- 批准号:41973063
- 批准年份:2019
- 资助金额:65.0 万元
- 项目类别:面上项目
RBM38通过协助Pol-ε结合、招募core调控HBV复制
- 批准号:31900138
- 批准年份:2019
- 资助金额:24.0 万元
- 项目类别:青年科学基金项目
CORDEX-CORE区域气候模拟与预估研讨会
- 批准号:41981240365
- 批准年份:2019
- 资助金额:1.5 万元
- 项目类别:国际(地区)合作与交流项目
相似海外基金
Collaborative Research: CNS Core: Medium: Reconfigurable Kernel Datapaths with Adaptive Optimizations
协作研究:CNS 核心:中:具有自适应优化的可重构内核数据路径
- 批准号:
2345339 - 财政年份:2023
- 资助金额:
$ 74.78万 - 项目类别:
Standard Grant
Collaborative Research: CNS Core: Medium: Movement of Computation and Data in Splitkernel-disaggregated, Data-intensive Systems
合作研究:CNS 核心:媒介:Splitkernel 分解的数据密集型系统中的计算和数据移动
- 批准号:
2406598 - 财政年份:2023
- 资助金额:
$ 74.78万 - 项目类别:
Continuing Grant
Collaborative Research: CNS Core: Medium: Innovating Volumetric Video Streaming with Motion Forecasting, Intelligent Upsampling, and QoE Modeling
合作研究:CNS 核心:中:通过运动预测、智能上采样和 QoE 建模创新体积视频流
- 批准号:
2409008 - 财政年份:2023
- 资助金额:
$ 74.78万 - 项目类别:
Continuing Grant
CNS Core: Medium: Privacy-Preserving and Censorship-Resistant Domain Name System
CNS 核心:中:隐私保护和抗审查域名系统
- 批准号:
2310927 - 财政年份:2023
- 资助金额:
$ 74.78万 - 项目类别:
Standard Grant
Collaborative Research: CNS Core: Medium: Programmable Computational Antennas for Sensing and Communications
合作研究:中枢神经系统核心:中:用于传感和通信的可编程计算天线
- 批准号:
2343964 - 财政年份:2023
- 资助金额:
$ 74.78万 - 项目类别:
Standard Grant
CNS Core: Medium: A Systems and User-based Approach to Floating Point Correctness and Resilience
CNS 核心:中:基于系统和用户的浮点正确性和弹性方法
- 批准号:
2211315 - 财政年份:2022
- 资助金额:
$ 74.78万 - 项目类别:
Continuing Grant
Collaborative Research: CNS Core: Medium: The Privacy Backplane - A Full Stack Approach to Individualized Privacy Controls Throughout the Internet-of-Things
合作研究:CNS 核心:媒介:隐私背板 - 整个物联网个性化隐私控制的全栈方法
- 批准号:
2211508 - 财政年份:2022
- 资助金额:
$ 74.78万 - 项目类别:
Continuing Grant
Collaborative Research: CNS Core: Medium: Access, Mobility, and Security above 100 GHz
合作研究:CNS 核心:中:100 GHz 以上的访问、移动性和安全性
- 批准号:
2211617 - 财政年份:2022
- 资助金额:
$ 74.78万 - 项目类别:
Continuing Grant
Collaborative Research: CNS Core: Medium: Access, Mobility, and Security above 100 GHz
合作研究:CNS 核心:中:100 GHz 以上的访问、移动性和安全性
- 批准号:
2211618 - 财政年份:2022
- 资助金额:
$ 74.78万 - 项目类别:
Continuing Grant
Collaborative Research: CNS Core: Medium: Rethinking Multi-User VR - Jointly Optimized Representation, Caching and Transport
合作研究:CNS 核心:媒介:重新思考多用户 VR - 联合优化表示、缓存和传输
- 批准号:
2212200 - 财政年份:2022
- 资助金额:
$ 74.78万 - 项目类别:
Continuing Grant