All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 00/36] Add checkpoint file operations
@ 2009-05-04 20:27 Matt Helsley
       [not found] ` <63ff4e88102e10e86bffefd5e4445ab433ed51c0.1241462097.git.matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 41+ messages in thread
From: Matt Helsley @ 2009-05-04 20:27 UTC (permalink / raw)
  To: Oren Laadan; +Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA

Enable checkpoint of files and directories on various filesystems. These
are the easy ones where we know we have seekable files which can be
checkpointed via tools like rsync. For filesystems in this series the "magic"
lies in appropriately remounting things like ramfs and hostfs after tools
like rsync have been employed to save the filesystem contents. 

Applies to v14. Rebased cleanly to v15 locally, so I'm hopeful the series
will apply cleanly there too. This is an [RFC] so I haven't Cc'd all relevant
parties. However I have added Cc tags for them below my Signed-off-by in
anticipation of later submissions.

Cheers,
	-Matt Helsley
-- 
1.5.6.3

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

end of thread, other threads:[~2009-05-05  1:06 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-04 20:27 [RFC][PATCH 00/36] Add checkpoint file operations Matt Helsley
     [not found] ` <63ff4e88102e10e86bffefd5e4445ab433ed51c0.1241462097.git.matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-05-04 20:27   ` [RFC][PATCH 16/36] nfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 08/36] freevxfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 09/36] hfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 22/36] squashfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 27/36] efs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 17/36] ntfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 13/36] isofs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 04/36] btrfs: " Matt Helsley
     [not found]     ` <d4c7782efa9f33324f65188dfb480d4ba1af7a27.1241462097.git.matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-05-04 21:41       ` Serge E. Hallyn
     [not found]         ` <20090504214146.GA31338-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-05-04 22:18           ` Oren Laadan
     [not found]             ` <49FF69B4.3010700-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
2009-05-04 22:25               ` Serge E. Hallyn
     [not found]                 ` <20090504222513.GA32323-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-05-05  1:06                   ` Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 18/36] openpromfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 14/36] jffs2: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 20/36] reiserfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 21/36] romfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 15/36] jfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 06/36] ecryptfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 24/36] ubifs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 35/36] nilfs2: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 36/36] hostfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 10/36] hfsplus: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 12/36] hppfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 03/36] bfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 30/36] omfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 25/36] udf: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 01/36] affs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 19/36] qnx4: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 31/36] ufs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 33/36] adfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 28/36] read_write.c | 1 +: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 05/36] cramfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 34/36] exofs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 07/36] fat: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 23/36] sysv: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 11/36] hpfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 29/36] minix: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 02/36] befs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 26/36] xfs: " Matt Helsley
2009-05-04 20:27   ` [RFC][PATCH 32/36] ramfs: " Matt Helsley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.