linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Unionfs: Stackable namespace unification filesystem
@ 2006-12-04 12:30 Josef 'Jeff' Sipek
  2006-12-04 12:30 ` [PATCH 01/35] fsstack: Introduce fsstack_copy_{attr,inode}_* Josef 'Jeff' Sipek
                   ` (35 more replies)
  0 siblings, 36 replies; 74+ messages in thread
From: Josef 'Jeff' Sipek @ 2006-12-04 12:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds, akpm, hch, viro, linux-fsdevel, mhalcrow

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.
jsipek@cs.sunysb.edu

^ permalink raw reply	[flat|nested] 74+ messages in thread

end of thread, other threads:[~2006-12-08 18:25 UTC | newest]

Thread overview: 74+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-04 12:30 Unionfs: Stackable namespace unification filesystem Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 01/35] fsstack: Introduce fsstack_copy_{attr,inode}_* Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 02/35] fsstack: Remove unneeded wrapper Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 03/35] eCryptfs: Use fsstack's generic copy inode attr functions Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 04/35] fsstack: Fix up eCryptfs compilation Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 05/35] struct path: Rename Reiserfs's struct path Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 06/35] struct path: Rename DM's " Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 07/35] struct path: Move struct path from fs/namei.c into include/linux Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 08/35] struct path: make eCryptfs a user of struct path Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 09/35] fs/stack.c should #include <linux/fs_stack.h> Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 10/35] fsstack: Make fsstack_copy_attr_all copy inode size Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 11/35] fsstack: Fix up ecryptfs's fsstack usage Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 12/35] Unionfs: Documentation Josef 'Jeff' Sipek
2006-12-05 20:52   ` Jan Engelhardt
2006-12-04 12:30 ` [PATCH 13/35] lookup_one_len_nd - lookup_one_len with nameidata argument Josef 'Jeff' Sipek
2006-12-05 20:53   ` Jan Engelhardt
2006-12-04 12:30 ` [PATCH 14/35] Unionfs: Branch management functionality Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 15/35] Unionfs: Common file operations Josef 'Jeff' Sipek
2006-12-05 21:02   ` Jan Engelhardt
2006-12-08  4:16     ` Josef Sipek
2006-12-08 10:51       ` Jan Engelhardt
2006-12-04 12:30 ` [PATCH 16/35] Unionfs: Copyup Functionality Josef 'Jeff' Sipek
2006-12-05 21:09   ` Jan Engelhardt
2006-12-08  4:43     ` Josef Sipek
2006-12-04 12:30 ` [PATCH 17/35] Unionfs: Dentry operations Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 18/35] Unionfs: File operations Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 19/35] Unionfs: Directory file operations Josef 'Jeff' Sipek
2006-12-05 21:17   ` Jan Engelhardt
2006-12-04 12:30 ` [PATCH 20/35] Unionfs: Directory manipulation helper functions Josef 'Jeff' Sipek
2006-12-05 21:21   ` Jan Engelhardt
2006-12-04 12:30 ` [PATCH 21/35] Unionfs: Inode operations Josef 'Jeff' Sipek
2006-12-05 21:27   ` Jan Engelhardt
2006-12-05 21:50     ` Andrew Morton
2006-12-05 21:53       ` David Miller
2006-12-06  4:12       ` Randy Dunlap
2006-12-07 14:04       ` Theodore Tso
2006-12-07 17:07         ` Andrew Morton
2006-12-07 22:42           ` Randy Dunlap
2006-12-04 12:30 ` [PATCH 22/35] Unionfs: Lookup helper functions Josef 'Jeff' Sipek
2006-12-05 21:29   ` Jan Engelhardt
2006-12-04 12:30 ` [PATCH 23/35] Unionfs: Main module functions Josef 'Jeff' Sipek
2006-12-05 21:32   ` Jan Engelhardt
2006-12-04 12:30 ` [PATCH 24/35] Unionfs: Readdir state Josef 'Jeff' Sipek
2006-12-05 21:40   ` Jan Engelhardt
2006-12-04 12:30 ` [PATCH 25/35] Unionfs: Rename Josef 'Jeff' Sipek
2006-12-04 12:30 ` [PATCH 26/35] Unionfs: Privileged operations workqueue Josef 'Jeff' Sipek
2006-12-05 19:27   ` Jan Engelhardt
2006-12-05 19:50     ` Josef Sipek
2006-12-06 17:32       ` Josef Sipek
2006-12-06 18:46         ` Jan Engelhardt
2006-12-08  2:17           ` Josef Sipek
2006-12-08 10:38             ` Jan Engelhardt
2006-12-08 16:00               ` Josef Sipek
2006-12-08 17:02                 ` Jan Engelhardt
2006-12-08 17:43                   ` Josef Sipek
2006-12-08 18:03                     ` Jan Engelhardt
2006-12-08 18:24                       ` Josef Sipek
2006-12-04 12:31 ` [PATCH 27/35] Unionfs: Handling of stale inodes Josef 'Jeff' Sipek
2006-12-04 12:31 ` [PATCH 28/35] Unionfs: Miscellaneous helper functions Josef 'Jeff' Sipek
2006-12-04 12:31 ` [PATCH 29/35] Unionfs: Superblock operations Josef 'Jeff' Sipek
2006-12-07 10:59   ` Jan Engelhardt
2006-12-04 12:31 ` [PATCH 30/35] Unionfs: Helper macros/inlines Josef 'Jeff' Sipek
2006-12-07 11:00   ` Jan Engelhardt
2006-12-04 12:31 ` [PATCH 31/35] Unionfs: Internal include file Josef 'Jeff' Sipek
2006-12-05 19:41   ` Jan Engelhardt
2006-12-04 12:31 ` [PATCH 32/35] Unionfs: Include file Josef 'Jeff' Sipek
2006-12-07 11:01   ` Jan Engelhardt
2006-12-04 12:31 ` [PATCH 33/35] Unionfs: Unlink Josef 'Jeff' Sipek
2006-12-04 12:31 ` [PATCH 34/35] Unionfs: Kconfig and Makefile Josef 'Jeff' Sipek
2006-12-04 12:31 ` [PATCH 35/35] Unionfs: Extended Attributes support Josef 'Jeff' Sipek
2006-12-07 11:04   ` Jan Engelhardt
2006-12-08  5:35     ` Josef Sipek
2006-12-08 10:53       ` Jan Engelhardt
2006-12-05 15:13 ` Unionfs: Stackable namespace unification filesystem Josef Sipek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).