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
|
# Quotas for Ephemeral Storage
|
||||||
|
|
||||||
## Table of Contents
|
## 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)
|
- [Quotas for Ephemeral Storage](#quotas-for-ephemeral-storage)
|
||||||
* [Table of Contents](#table-of-contents)
|
- [Table of Contents](#table-of-contents)
|
||||||
* [Summary](#summary)
|
- [Summary](#summary)
|
||||||
* [Project Quotas](#project-quotas)
|
- [Project Quotas](#project-quotas)
|
||||||
* [Motivation](#motivation)
|
- [Motivation](#motivation)
|
||||||
* [Goals](#goals)
|
- [Goals](#goals)
|
||||||
* [Non-Goals](#non-goals)
|
- [Non-Goals](#non-goals)
|
||||||
* [Future Work](#future-work)
|
- [Future Work](#future-work)
|
||||||
* [Proposal](#proposal)
|
- [Proposal](#proposal)
|
||||||
* [Control over Use of Quotas](#control-over-use-of-quotas)
|
- [Control over Use of Quotas](#control-over-use-of-quotas)
|
||||||
* [Operation Flow -- Applying a Quota](#operation-flow----applying-a-quota)
|
- [Operation Flow -- Applying a Quota](#operation-flow----applying-a-quota)
|
||||||
* [Operation Flow -- Retrieving Storage Consumption](#operation-flow----retrieving-storage-consumption)
|
- [Operation Flow -- Retrieving Storage Consumption](#operation-flow----retrieving-storage-consumption)
|
||||||
* [Operation Flow -- Removing a Quota.](#operation-flow----removing-a-quota)
|
- [Operation Flow -- Removing a Quota.](#operation-flow----removing-a-quota)
|
||||||
* [Operation Notes](#operation-notes)
|
- [Operation Notes](#operation-notes)
|
||||||
* [Selecting a Project ID](#selecting-a-project-id)
|
- [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)
|
- [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)
|
- [Return a Project ID To the System](#return-a-project-id-to-the-system)
|
||||||
* [Implementation Details/Notes/Constraints [optional]](#implementation-detailsnotesconstraints-optional)
|
- [Implementation Details/Notes/Constraints [optional]](#implementation-detailsnotesconstraints-optional)
|
||||||
* [Notes on Implementation](#notes-on-implementation)
|
- [Notes on Implementation](#notes-on-implementation)
|
||||||
* [Notes on Code Changes](#notes-on-code-changes)
|
- [Notes on Code Changes](#notes-on-code-changes)
|
||||||
* [Testing Strategy](#testing-strategy)
|
- [Testing Strategy](#testing-strategy)
|
||||||
* [Risks and Mitigations](#risks-and-mitigations)
|
- [Risks and Mitigations](#risks-and-mitigations)
|
||||||
* [Graduation Criteria](#graduation-criteria)
|
- [Graduation Criteria](#graduation-criteria)
|
||||||
* [Implementation History](#implementation-history)
|
- [Implementation History](#implementation-history)
|
||||||
* [Drawbacks [optional]](#drawbacks-optional)
|
- [Drawbacks [optional]](#drawbacks-optional)
|
||||||
* [Alternatives [optional]](#alternatives-optional)
|
- [Alternatives [optional]](#alternatives-optional)
|
||||||
* [Alternative quota-based implementation](#alternative-quota-based-implementation)
|
- [Alternative quota-based implementation](#alternative-quota-based-implementation)
|
||||||
* [Alternative loop filesystem-based implementation](#alternative-loop-filesystem-based-implementation)
|
- [Alternative loop filesystem-based implementation](#alternative-loop-filesystem-based-implementation)
|
||||||
* [Infrastructure Needed [optional]](#infrastructure-needed-optional)
|
- [Infrastructure Needed [optional]](#infrastructure-needed-optional)
|
||||||
* [References](#references)
|
- [References](#references)
|
||||||
* [Bugs Opened Against Filesystem Quotas](#bugs-opened-against-filesystem-quotas)
|
- [Bugs Opened Against Filesystem Quotas](#bugs-opened-against-filesystem-quotas)
|
||||||
* [CVE](#cve)
|
- [CVE](#cve)
|
||||||
* [Other Security Issues Without CVE](#other-security-issues-without-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)
|
- [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
|
[Tools for generating]: https://github.com/ekalinin/github-markdown-toc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue