Generate TOC via emacs markdown-toc
This commit is contained in:
parent
d0879693b3
commit
f6407579fd
|
@ -29,41 +29,45 @@ superseded-by:
|
|||
# Quotas for Ephemeral Storage
|
||||
|
||||
## Table of Contents
|
||||
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-generate-toc again -->
|
||||
**Table of Contents**
|
||||
|
||||
* [Quotas for Ephemeral Storage](#quotas-for-ephemeral-storage)
|
||||
* [Table of Contents](#table-of-contents)
|
||||
* [Summary](#summary)
|
||||
* [Project Quotas](#project-quotas)
|
||||
* [Motivation](#motivation)
|
||||
* [Goals](#goals)
|
||||
* [Non-Goals](#non-goals)
|
||||
* [Future Work](#future-work)
|
||||
* [Proposal](#proposal)
|
||||
* [Control over Use of Quotas](#control-over-use-of-quotas)
|
||||
* [Operation Flow -- Applying a Quota](#operation-flow----applying-a-quota)
|
||||
* [Operation Flow -- Retrieving Storage Consumption](#operation-flow----retrieving-storage-consumption)
|
||||
* [Operation Flow -- Removing a Quota.](#operation-flow----removing-a-quota)
|
||||
* [Operation Notes](#operation-notes)
|
||||
* [Selecting a Project ID](#selecting-a-project-id)
|
||||
* [Determine Whether a Project ID Applies To a Directory](#determine-whether-a-project-id-applies-to-a-directory)
|
||||
* [Return a Project ID To the System](#return-a-project-id-to-the-system)
|
||||
* [Implementation Details/Notes/Constraints [optional]](#implementation-detailsnotesconstraints-optional)
|
||||
* [Notes on Implementation](#notes-on-implementation)
|
||||
* [Notes on Code Changes](#notes-on-code-changes)
|
||||
* [Testing Strategy](#testing-strategy)
|
||||
* [Risks and Mitigations](#risks-and-mitigations)
|
||||
* [Graduation Criteria](#graduation-criteria)
|
||||
* [Implementation History](#implementation-history)
|
||||
* [Drawbacks [optional]](#drawbacks-optional)
|
||||
* [Alternatives [optional]](#alternatives-optional)
|
||||
* [Alternative quota-based implementation](#alternative-quota-based-implementation)
|
||||
* [Alternative loop filesystem-based implementation](#alternative-loop-filesystem-based-implementation)
|
||||
* [Infrastructure Needed [optional]](#infrastructure-needed-optional)
|
||||
* [References](#references)
|
||||
* [Bugs Opened Against Filesystem Quotas](#bugs-opened-against-filesystem-quotas)
|
||||
* [CVE](#cve)
|
||||
* [Other Security Issues Without CVE](#other-security-issues-without-cve)
|
||||
* [Other Linux Quota-Related Bugs Since 2012](#other-linux-quota-related-bugs-since-2012)
|
||||
- [Quotas for Ephemeral Storage](#quotas-for-ephemeral-storage)
|
||||
- [Table of Contents](#table-of-contents)
|
||||
- [Summary](#summary)
|
||||
- [Project Quotas](#project-quotas)
|
||||
- [Motivation](#motivation)
|
||||
- [Goals](#goals)
|
||||
- [Non-Goals](#non-goals)
|
||||
- [Future Work](#future-work)
|
||||
- [Proposal](#proposal)
|
||||
- [Control over Use of Quotas](#control-over-use-of-quotas)
|
||||
- [Operation Flow -- Applying a Quota](#operation-flow----applying-a-quota)
|
||||
- [Operation Flow -- Retrieving Storage Consumption](#operation-flow----retrieving-storage-consumption)
|
||||
- [Operation Flow -- Removing a Quota.](#operation-flow----removing-a-quota)
|
||||
- [Operation Notes](#operation-notes)
|
||||
- [Selecting a Project ID](#selecting-a-project-id)
|
||||
- [Determine Whether a Project ID Applies To a Directory](#determine-whether-a-project-id-applies-to-a-directory)
|
||||
- [Return a Project ID To the System](#return-a-project-id-to-the-system)
|
||||
- [Implementation Details/Notes/Constraints [optional]](#implementation-detailsnotesconstraints-optional)
|
||||
- [Notes on Implementation](#notes-on-implementation)
|
||||
- [Notes on Code Changes](#notes-on-code-changes)
|
||||
- [Testing Strategy](#testing-strategy)
|
||||
- [Risks and Mitigations](#risks-and-mitigations)
|
||||
- [Graduation Criteria](#graduation-criteria)
|
||||
- [Implementation History](#implementation-history)
|
||||
- [Drawbacks [optional]](#drawbacks-optional)
|
||||
- [Alternatives [optional]](#alternatives-optional)
|
||||
- [Alternative quota-based implementation](#alternative-quota-based-implementation)
|
||||
- [Alternative loop filesystem-based implementation](#alternative-loop-filesystem-based-implementation)
|
||||
- [Infrastructure Needed [optional]](#infrastructure-needed-optional)
|
||||
- [References](#references)
|
||||
- [Bugs Opened Against Filesystem Quotas](#bugs-opened-against-filesystem-quotas)
|
||||
- [CVE](#cve)
|
||||
- [Other Security Issues Without CVE](#other-security-issues-without-cve)
|
||||
- [Other Linux Quota-Related Bugs Since 2012](#other-linux-quota-related-bugs-since-2012)
|
||||
|
||||
<!-- markdown-toc end -->
|
||||
|
||||
[Tools for generating]: https://github.com/ekalinin/github-markdown-toc
|
||||
|
||||
|
|
Loading…
Reference in New Issue