Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Aufs5 Standalone
Commits
69ed9546
Commit
69ed9546
authored
Jan 22, 2020
by
J. R. Okajima
Browse files
Merge branch 'aufs5.0/01modular' into aufs5.1/01modular
parents
c11cf50a
e0e458ff
Changes
84
Show whitespace changes
Inline
Side-by-side
Documentation/filesystems/aufs/design/01intro.txt
View file @
69ed9546
# Copyright (C) 2005-20
19
Junjiro R. Okajima
# Copyright (C) 2005-20
20
Junjiro R. Okajima
Introduction
Introduction
----------------------------------------
----------------------------------------
...
...
Documentation/filesystems/aufs/design/02struct.txt
View file @
69ed9546
# Copyright (C) 2005-20
19
Junjiro R. Okajima
# Copyright (C) 2005-20
20
Junjiro R. Okajima
Basic Aufs Internal Structure
Basic Aufs Internal Structure
...
...
Documentation/filesystems/aufs/design/03atomic_open.txt
View file @
69ed9546
# Copyright (C) 2015-20
19
Junjiro R. Okajima
# Copyright (C) 2015-20
20
Junjiro R. Okajima
Support for a branch who has its ->atomic_open()
Support for a branch who has its ->atomic_open()
----------------------------------------------------------------------
----------------------------------------------------------------------
...
...
Documentation/filesystems/aufs/design/03lookup.txt
View file @
69ed9546
# Copyright (C) 2005-20
19
Junjiro R. Okajima
# Copyright (C) 2005-20
20
Junjiro R. Okajima
Lookup in a Branch
Lookup in a Branch
----------------------------------------------------------------------
----------------------------------------------------------------------
...
...
Documentation/filesystems/aufs/design/04branch.txt
View file @
69ed9546
# Copyright (C) 2005-20
19
Junjiro R. Okajima
# Copyright (C) 2005-20
20
Junjiro R. Okajima
Branch Manipulation
Branch Manipulation
...
...
Documentation/filesystems/aufs/design/05wbr_policy.txt
View file @
69ed9546
# Copyright (C) 2005-20
19
Junjiro R. Okajima
# Copyright (C) 2005-20
20
Junjiro R. Okajima
Policies to Select One among Multiple Writable Branches
Policies to Select One among Multiple Writable Branches
----------------------------------------------------------------------
----------------------------------------------------------------------
...
...
Documentation/filesystems/aufs/design/06dirren.txt
View file @
69ed9546
# Copyright (C) 2017-20
19
Junjiro R. Okajima
# Copyright (C) 2017-20
20
Junjiro R. Okajima
Special handling for renaming a directory (DIRREN)
Special handling for renaming a directory (DIRREN)
----------------------------------------------------------------------
----------------------------------------------------------------------
...
...
Documentation/filesystems/aufs/design/06fhsm.txt
View file @
69ed9546
# Copyright (C) 2011-20
19
Junjiro R. Okajima
# Copyright (C) 2011-20
20
Junjiro R. Okajima
File-based Hierarchical Storage Management (FHSM)
File-based Hierarchical Storage Management (FHSM)
----------------------------------------------------------------------
----------------------------------------------------------------------
...
...
Documentation/filesystems/aufs/design/06mmap.txt
View file @
69ed9546
# Copyright (C) 2005-20
19
Junjiro R. Okajima
# Copyright (C) 2005-20
20
Junjiro R. Okajima
mmap(2) -- File Memory Mapping
mmap(2) -- File Memory Mapping
----------------------------------------------------------------------
----------------------------------------------------------------------
...
...
Documentation/filesystems/aufs/design/06xattr.txt
View file @
69ed9546
# Copyright (C) 2014-20
19
Junjiro R. Okajima
# Copyright (C) 2014-20
20
Junjiro R. Okajima
Listing XATTR/EA and getting the value
Listing XATTR/EA and getting the value
----------------------------------------------------------------------
----------------------------------------------------------------------
...
...
Documentation/filesystems/aufs/design/07export.txt
View file @
69ed9546
# Copyright (C) 2005-20
19
Junjiro R. Okajima
# Copyright (C) 2005-20
20
Junjiro R. Okajima
Export Aufs via NFS
Export Aufs via NFS
----------------------------------------------------------------------
----------------------------------------------------------------------
...
...
Documentation/filesystems/aufs/design/08shwh.txt
View file @
69ed9546
# Copyright (C) 2005-20
19
Junjiro R. Okajima
# Copyright (C) 2005-20
20
Junjiro R. Okajima
Show Whiteout Mode (shwh)
Show Whiteout Mode (shwh)
----------------------------------------------------------------------
----------------------------------------------------------------------
...
...
Documentation/filesystems/aufs/design/10dynop.txt
View file @
69ed9546
# Copyright (C) 2010-20
19
Junjiro R. Okajima
# Copyright (C) 2010-20
20
Junjiro R. Okajima
Dynamically customizable FS operations
Dynamically customizable FS operations
----------------------------------------------------------------------
----------------------------------------------------------------------
...
...
fs/aufs/aufs.h
View file @
69ed9546
/* SPDX-License-Identifier: GPL-2.0 */
/* SPDX-License-Identifier: GPL-2.0 */
/*
/*
* Copyright (C) 2005-20
19
Junjiro R. Okajima
* Copyright (C) 2005-20
20
Junjiro R. Okajima
*/
*/
/*
/*
...
...
fs/aufs/branch.c
View file @
69ed9546
// SPDX-License-Identifier: GPL-2.0
// SPDX-License-Identifier: GPL-2.0
/*
/*
* Copyright (C) 2005-20
19
Junjiro R. Okajima
* Copyright (C) 2005-20
20
Junjiro R. Okajima
*/
*/
/*
/*
...
...
fs/aufs/branch.h
View file @
69ed9546
/* SPDX-License-Identifier: GPL-2.0 */
/* SPDX-License-Identifier: GPL-2.0 */
/*
/*
* Copyright (C) 2005-20
19
Junjiro R. Okajima
* Copyright (C) 2005-20
20
Junjiro R. Okajima
*/
*/
/*
/*
...
...
fs/aufs/cpup.c
View file @
69ed9546
// SPDX-License-Identifier: GPL-2.0
// SPDX-License-Identifier: GPL-2.0
/*
/*
* Copyright (C) 2005-20
19
Junjiro R. Okajima
* Copyright (C) 2005-20
20
Junjiro R. Okajima
*/
*/
/*
/*
...
...
fs/aufs/cpup.h
View file @
69ed9546
/* SPDX-License-Identifier: GPL-2.0 */
/* SPDX-License-Identifier: GPL-2.0 */
/*
/*
* Copyright (C) 2005-20
19
Junjiro R. Okajima
* Copyright (C) 2005-20
20
Junjiro R. Okajima
*/
*/
/*
/*
...
...
fs/aufs/dbgaufs.c
View file @
69ed9546
// SPDX-License-Identifier: GPL-2.0
// SPDX-License-Identifier: GPL-2.0
/*
/*
* Copyright (C) 2005-20
19
Junjiro R. Okajima
* Copyright (C) 2005-20
20
Junjiro R. Okajima
*/
*/
/*
/*
...
...
fs/aufs/dbgaufs.h
View file @
69ed9546
/* SPDX-License-Identifier: GPL-2.0 */
/* SPDX-License-Identifier: GPL-2.0 */
/*
/*
* Copyright (C) 2005-20
19
Junjiro R. Okajima
* Copyright (C) 2005-20
20
Junjiro R. Okajima
*/
*/
/*
/*
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment