The following patches are in a git repo at: git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/unionfs.git (master.kernel.org:/pub/scm/linux/kernel/git/jsipek/unionfs.git) The repository contains the following 35 commits (also available as patches in replies to this email). Commits 1..9 (already in -mm): These patches are already in Andrew Morton's -mm tree. fsstack: Introduce fsstack_copy_{attr,inode}_* fsstack: Remove unneeded wrapper eCryptfs: Use fsstack's generic copy inode attr functions fsstack: Fix up eCryptfs compilation struct path: Rename Reiserfs's struct path struct path: Rename DM's struct path struct path: Move struct path from fs/namei.c into include/linux struct path: make eCryptfs a user of struct path fs/stack.c should #include <linux/fs_stack.h> Commits 10..11 (additional fixes to the above) These patches are not yet in -mm, and they fix two things the above patches missed. fsstack: Make fsstack_copy_attr_all copy inode size fsstack: Fix up ecryptfs's fsstack usage Commits 12..35 (Unionfs): These patches make up stripped down version of Unionfs. They depend on fsstack (see above patches). Unionfs: Documentation lookup_one_len_nd - lookup_one_len with nameidata argument Unionfs: Branch management functionality Unionfs: Common file operations Unionfs: Copyup Functionality Unionfs: Dentry operations Unionfs: File operations Unionfs: Directory file operations Unionfs: Directory manipulation helper functions Unionfs: Inode operations Unionfs: Lookup helper functions Unionfs: Main module functions Unionfs: Readdir state Unionfs: Rename Unionfs: Privileged operations workqueue Unionfs: Handling of stale inodes Unionfs: Miscellaneous helper functions Unionfs: Superblock operations Unionfs: Helper macros/inlines Unionfs: Internal include file Unionfs: Include file Unionfs: Unlink Unionfs: Kconfig and Makefile Unionfs: Extended Attributes support As always, comments are welcomed. Thanks, Josef "Jeff" Sipek. [email protected] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: Unionfs: Stackable namespace unification filesystem
- From: Josef Sipek <[email protected]>
- Re: Unionfs: Stackable namespace unification filesystem
- From: bert hubert <[email protected]>
- [PATCH 03/35] eCryptfs: Use fsstack's generic copy inode attr functions
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 05/35] struct path: Rename Reiserfs's struct path
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 13/35] lookup_one_len_nd - lookup_one_len with nameidata argument
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 22/35] Unionfs: Lookup helper functions
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 29/35] Unionfs: Superblock operations
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 21/35] Unionfs: Inode operations
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 10/35] fsstack: Make fsstack_copy_attr_all copy inode size
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 34/35] Unionfs: Kconfig and Makefile
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 33/35] Unionfs: Unlink
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 30/35] Unionfs: Helper macros/inlines
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 20/35] Unionfs: Directory manipulation helper functions
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 24/35] Unionfs: Readdir state
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 08/35] struct path: make eCryptfs a user of struct path
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 26/35] Unionfs: Privileged operations workqueue
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 32/35] Unionfs: Include file
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 11/35] fsstack: Fix up ecryptfs's fsstack usage
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 25/35] Unionfs: Rename
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 28/35] Unionfs: Miscellaneous helper functions
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 18/35] Unionfs: File operations
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 02/35] fsstack: Remove unneeded wrapper
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 27/35] Unionfs: Handling of stale inodes
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 15/35] Unionfs: Common file operations
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 12/35] Unionfs: Documentation
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 09/35] fs/stack.c should #include <linux/fs_stack.h>
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 14/35] Unionfs: Branch management functionality
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 23/35] Unionfs: Main module functions
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 19/35] Unionfs: Directory file operations
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 31/35] Unionfs: Internal include file
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 07/35] struct path: Move struct path from fs/namei.c into include/linux
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 04/35] fsstack: Fix up eCryptfs compilation
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 35/35] Unionfs: Extended Attributes support
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 01/35] fsstack: Introduce fsstack_copy_{attr,inode}_*
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 06/35] struct path: Rename DM's struct path
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 17/35] Unionfs: Dentry operations
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 16/35] Unionfs: Copyup Functionality
- From: "Josef 'Jeff' Sipek" <[email protected]>
- Re: Unionfs: Stackable namespace unification filesystem
- Prev by Date: [PATCH 03/35] eCryptfs: Use fsstack's generic copy inode attr functions
- Next by Date: Re: [PATCH]: first proposal for pci resume quirk interface
- Previous by thread: [PATCH -mm] actually delete the as-instr/ld-option tmp file
- Next by thread: [PATCH 16/35] Unionfs: Copyup Functionality
- Index(es):