diff options
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/aufs/design/01intro.txt | 13 | ||||
-rw-r--r-- | Documentation/filesystems/aufs/design/02struct.txt | 13 | ||||
-rw-r--r-- | Documentation/filesystems/aufs/design/03atomic_open.txt | 13 | ||||
-rw-r--r-- | Documentation/filesystems/aufs/design/03lookup.txt | 13 | ||||
-rw-r--r-- | Documentation/filesystems/aufs/design/04branch.txt | 13 | ||||
-rw-r--r-- | Documentation/filesystems/aufs/design/05wbr_policy.txt | 13 | ||||
-rw-r--r-- | Documentation/filesystems/aufs/design/06fhsm.txt | 15 | ||||
-rw-r--r-- | Documentation/filesystems/aufs/design/06mmap.txt | 13 | ||||
-rw-r--r-- | Documentation/filesystems/aufs/design/06xattr.txt | 15 | ||||
-rw-r--r-- | Documentation/filesystems/aufs/design/07export.txt | 13 | ||||
-rw-r--r-- | Documentation/filesystems/aufs/design/08shwh.txt | 13 | ||||
-rw-r--r-- | Documentation/filesystems/aufs/design/10dynop.txt | 13 |
12 files changed, 0 insertions, 160 deletions
diff --git a/Documentation/filesystems/aufs/design/01intro.txt b/Documentation/filesystems/aufs/design/01intro.txt index a0194fe21..02a8c7b66 100644 --- a/Documentation/filesystems/aufs/design/01intro.txt +++ b/Documentation/filesystems/aufs/design/01intro.txt @@ -1,18 +1,5 @@ # Copyright (C) 2005-2015 Junjiro R. Okajima -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. Introduction ---------------------------------------- diff --git a/Documentation/filesystems/aufs/design/02struct.txt b/Documentation/filesystems/aufs/design/02struct.txt index b53a9778b..1a5e5d03b 100644 --- a/Documentation/filesystems/aufs/design/02struct.txt +++ b/Documentation/filesystems/aufs/design/02struct.txt @@ -1,18 +1,5 @@ # Copyright (C) 2005-2015 Junjiro R. Okajima -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. Basic Aufs Internal Structure diff --git a/Documentation/filesystems/aufs/design/03atomic_open.txt b/Documentation/filesystems/aufs/design/03atomic_open.txt index 974b524f7..d2c983412 100644 --- a/Documentation/filesystems/aufs/design/03atomic_open.txt +++ b/Documentation/filesystems/aufs/design/03atomic_open.txt @@ -1,18 +1,5 @@ # Copyright (C) 2015 Junjiro R. Okajima -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. Support for a branch who has its ->atomic_open() ---------------------------------------------------------------------- diff --git a/Documentation/filesystems/aufs/design/03lookup.txt b/Documentation/filesystems/aufs/design/03lookup.txt index 3515c9228..7adf4cc97 100644 --- a/Documentation/filesystems/aufs/design/03lookup.txt +++ b/Documentation/filesystems/aufs/design/03lookup.txt @@ -1,18 +1,5 @@ # Copyright (C) 2005-2015 Junjiro R. Okajima -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. Lookup in a Branch ---------------------------------------------------------------------- diff --git a/Documentation/filesystems/aufs/design/04branch.txt b/Documentation/filesystems/aufs/design/04branch.txt index 940216e0d..1d11dbebb 100644 --- a/Documentation/filesystems/aufs/design/04branch.txt +++ b/Documentation/filesystems/aufs/design/04branch.txt @@ -1,18 +1,5 @@ # Copyright (C) 2005-2015 Junjiro R. Okajima -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. Branch Manipulation diff --git a/Documentation/filesystems/aufs/design/05wbr_policy.txt b/Documentation/filesystems/aufs/design/05wbr_policy.txt index aeb108734..0419a9025 100644 --- a/Documentation/filesystems/aufs/design/05wbr_policy.txt +++ b/Documentation/filesystems/aufs/design/05wbr_policy.txt @@ -1,18 +1,5 @@ # Copyright (C) 2005-2015 Junjiro R. Okajima -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. Policies to Select One among Multiple Writable Branches ---------------------------------------------------------------------- diff --git a/Documentation/filesystems/aufs/design/06fhsm.txt b/Documentation/filesystems/aufs/design/06fhsm.txt index 5928ed219..0eb7a8217 100644 --- a/Documentation/filesystems/aufs/design/06fhsm.txt +++ b/Documentation/filesystems/aufs/design/06fhsm.txt @@ -1,20 +1,5 @@ # Copyright (C) 2011-2015 Junjiro R. Okajima -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - File-based Hierarchical Storage Management (FHSM) ---------------------------------------------------------------------- diff --git a/Documentation/filesystems/aufs/design/06mmap.txt b/Documentation/filesystems/aufs/design/06mmap.txt index a42364eee..f22d2a10c 100644 --- a/Documentation/filesystems/aufs/design/06mmap.txt +++ b/Documentation/filesystems/aufs/design/06mmap.txt @@ -1,18 +1,5 @@ # Copyright (C) 2005-2015 Junjiro R. Okajima -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. mmap(2) -- File Memory Mapping ---------------------------------------------------------------------- diff --git a/Documentation/filesystems/aufs/design/06xattr.txt b/Documentation/filesystems/aufs/design/06xattr.txt index 8aad929b8..ec1e68c54 100644 --- a/Documentation/filesystems/aufs/design/06xattr.txt +++ b/Documentation/filesystems/aufs/design/06xattr.txt @@ -1,20 +1,5 @@ # Copyright (C) 2014-2015 Junjiro R. Okajima -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - Listing XATTR/EA and getting the value ---------------------------------------------------------------------- diff --git a/Documentation/filesystems/aufs/design/07export.txt b/Documentation/filesystems/aufs/design/07export.txt index b25dd950c..221d70c77 100644 --- a/Documentation/filesystems/aufs/design/07export.txt +++ b/Documentation/filesystems/aufs/design/07export.txt @@ -1,18 +1,5 @@ # Copyright (C) 2005-2015 Junjiro R. Okajima -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. Export Aufs via NFS ---------------------------------------------------------------------- diff --git a/Documentation/filesystems/aufs/design/08shwh.txt b/Documentation/filesystems/aufs/design/08shwh.txt index a97a7987b..181dc021b 100644 --- a/Documentation/filesystems/aufs/design/08shwh.txt +++ b/Documentation/filesystems/aufs/design/08shwh.txt @@ -1,18 +1,5 @@ # Copyright (C) 2005-2015 Junjiro R. Okajima -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. Show Whiteout Mode (shwh) ---------------------------------------------------------------------- diff --git a/Documentation/filesystems/aufs/design/10dynop.txt b/Documentation/filesystems/aufs/design/10dynop.txt index 04c35f5ac..9d502b50a 100644 --- a/Documentation/filesystems/aufs/design/10dynop.txt +++ b/Documentation/filesystems/aufs/design/10dynop.txt @@ -1,18 +1,5 @@ # Copyright (C) 2010-2015 Junjiro R. Okajima -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. Dynamically customizable FS operations ---------------------------------------------------------------------- |