The following patches consist of mostly cleanups and bug fixes of the Unionfs code. The major improvement is the new mmap implementation, as well as a major locking overhaul. As before, there is 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) There are 16 new commits: Erez Zadok (9): Unionfs: Don't revalidate dropped dentries Unionfs: Retry lookup for different silly-renamed files Unionfs: Set lower inodes correctly after branch management succeeds Unionfs: call statfs on lower file system properly MAINTAINERS: Add Erez Zadok as a maintainer of Unionfs Unionfs: Add standard copyright comment to include/linux/union_fs.h Unionfs: Remove unnecessary #define Unionfs: merge find_new_branch_index and branch_id_to_idx into one function Unionfs: Revalidate dentries passed to all inode/super operations Josef 'Jeff' Sipek (5): Unionfs: Cleanup new_dentry_private_data Unionfs: Change free_dentry_private_info to take a struct dentry Unionfs: Add BUG_ONs to unionfs_lower_* Unionfs: Change the semantics of sb info's rwsem Unionfs: Remove superfluous check for NULL pointer Randy Dunlap (1): unionfs section mismatch Yiannis Pericleous (1): Unionfs: mmap implementation 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:
- [PATCH 09/16] Unionfs: mmap implementation
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 05/16] Unionfs: call statfs on lower file system properly
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 08/16] Unionfs: Remove unnecessary #define
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 01/16] [PATCH] unionfs section mismatch
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 10/16] Unionfs: merge find_new_branch_index and branch_id_to_idx into one function
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 03/16] Unionfs: Retry lookup for different silly-renamed files
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 07/16] Unionfs: Add standard copyright comment to include/linux/union_fs.h
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 04/16] Unionfs: Set lower inodes correctly after branch management succeeds
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 06/16] MAINTAINERS: Add Erez Zadok as a maintainer of Unionfs
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 02/16] Unionfs: Don't revalidate dropped dentries
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 15/16] Unionfs: Change the semantics of sb info's rwsem
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 11/16] Unionfs: Revalidate dentries passed to all inode/super operations
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 14/16] Unionfs: Add BUG_ONs to unionfs_lower_*
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 16/16] Unionfs: Remove superfluous check for NULL pointer
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 12/16] Unionfs: Cleanup new_dentry_private_data
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 13/16] Unionfs: Change free_dentry_private_info to take a struct dentry
- From: "Josef 'Jeff' Sipek" <[email protected]>
- [PATCH 09/16] Unionfs: mmap implementation
- Prev by Date: [PATCH 02/16] Unionfs: Don't revalidate dropped dentries
- Next by Date: [PATCH 06/16] MAINTAINERS: Add Erez Zadok as a maintainer of Unionfs
- Previous by thread: 2.6.22-rc5 regression
- Next by thread: [PATCH 13/16] Unionfs: Change free_dentry_private_info to take a struct dentry
- Index(es):