Permalink
Browse files

Created patches for overlayfs v13 through v12.

  • Loading branch information...
1 parent 95cbf3f commit c50c5f66699d3e0bfa718d3f8ec03250e59fcc44 Adi Linden committed Jan 2, 2014
Showing with 26,209 additions and 0 deletions.
  1. +28 −0 README
  2. +3,363 −0 overlayfs.v13-3.4-rc7.patch
  3. +3,224 −0 overlayfs.v14-3.6-rc1.patch
  4. +3,244 −0 overlayfs.v15-3.6-rc4.patch
  5. +3,244 −0 overlayfs.v16-3.9-rc2.patch
  6. +3,251 −0 overlayfs.v17-3.9-rc2.patch
  7. +3,285 −0 overlayfs.v18-3.10-rc7.patch
  8. +3,287 −0 overlayfs.v19-3.11-rc2.patch
  9. +3,283 −0 overlayfs.v20-3.12-rc2.patch
View
28 README
@@ -0,0 +1,28 @@
+OverlayFS Linux kernel patches
+==============================
+
+Note, I am NOT a developer for the OverlayFS at all. But I desire to use
+OverlayFS and required kernel patches to apply to my kernel sources.
+
+The official OverlayFS sources are at
+http://git.kernel.org/cgit/linux/kernel/git/mszeredi/vfs.git/
+
+I was unable to find any patches to apply OverlayFS to an existing kernel
+source tree. It appears that OverlayFS is developed as branches in a git
+repo of the entire Linux kernel source tree. I extracted patches for each
+of the OverlayFS versions as per this procedure.
+
+However, I was unable to create patches for overlayfs.v11 and
+overlayfs.v12.
+
+http://adis.ca/post/overlayfs-patch/
+
+Linux 3.12-rc2 overlayfs.v20
+Linux 3.11-rc2 overlayfs.v19
+Linux 3.10-rc7 overlayfs.v18
+Linux 3.9-rc2 overlayfs.v17
+Linux 3.9-rc2 overlayfs.v16
+Linux 3.6-rc4 overlayfs.v15
+Linux 3.6-rc1 overlayfs.v14
+Linux 3.4-rc7 overlayfs.v13
+
Oops, something went wrong.

0 comments on commit c50c5f6

Please sign in to comment.