All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Relink unlinked files for checkpoint/restart support
@ 2010-09-23 21:53 Matt Helsley
       [not found] ` <1285278812-16972-1-git-send-email-matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 33+ messages in thread
From: Matt Helsley @ 2010-09-23 21:53 UTC (permalink / raw)
  To: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA

This series enables the relinking of unlinked files for the purpose of
enabling checkpoint/restart of tasks with open unlinked files. It
relies on Namhyung Kim's sys-wrapper patches to provide unlink and
rmdir calls for sys_restart.

There are two patches with long descriptions. Patch 3 describes
what we want from the VFS -- relinking support -- and uses ext3/4 as an
example of what kinds of changes that entails. Patch 5 then details
how we intend to use relinking during checkpoint to enable restart
of tasks that have unlinked files open.

Applies to Oren's ckpt-v22-dev branch. I chose Oren's tree because
I assume people want to see code showing how relinking will be used.
If this is wrong I'll be happy to respin these patches against a
more recent branch of mainline.

Cheers,
	-Matt Helsley

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

end of thread, other threads:[~2010-11-01 20:43 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-23 21:53 [PATCH 0/6] Relink unlinked files for checkpoint/restart support Matt Helsley
     [not found] ` <1285278812-16972-1-git-send-email-matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-09-23 21:53   ` [PATCH 1/6] Move sys-wrappers Matt Helsley
2010-09-23 21:53     ` [PATCH 2/6] [RFC] Create the .relink file_operation Matt Helsley
     [not found]       ` <d91e3660266d3a2956c4d1aebc9cb618081b21ef.1285278339.git.matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-09-26 19:08         ` Brad Boyer
2010-09-27 19:16           ` Matt Helsley
     [not found]             ` <20100927191628.GN23839-52DBMbEzqgQ/wnmkkaCWp/UQ3DHhIser@public.gmane.org>
2010-09-27 22:03               ` Brad Boyer
2010-09-27 22:03             ` Brad Boyer
     [not found]               ` <20100927220346.GA30726-gUHvAUm18WIVF38mYka5EQ@public.gmane.org>
2010-09-29 20:16                 ` Oren Laadan
2010-09-29 20:16               ` Oren Laadan
     [not found]           ` <20100926190837.GA9308-gUHvAUm18WIVF38mYka5EQ@public.gmane.org>
2010-09-27 19:16             ` Matt Helsley
2010-09-29 20:19         ` Oren Laadan
2010-09-29 20:19       ` Oren Laadan
2010-09-29 23:07         ` Matt Helsley
     [not found]         ` <4CA39F53.6040506-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
2010-09-29 23:07           ` Matt Helsley
2010-09-23 21:53     ` [PATCH 3/6] [RFC] ext3/4: Allow relinking to unlinked files Matt Helsley
2010-09-23 21:53     ` [PATCH 4/6] [RFC] Split do_linkat() out of sys_linkat Matt Helsley
     [not found]       ` <9eade1f1ec10c23dae296feda8af9fe87085e843.1285278339.git.matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-09-29 20:28         ` Oren Laadan
2010-09-23 21:53     ` [PATCH 5/6] [RFC] Checkpoint/restart unlinked files Matt Helsley
2010-09-29 22:22       ` Oren Laadan
     [not found]         ` <4CA3BC2D.8010001-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
2010-09-30  1:17           ` Matt Helsley
2010-09-30  1:17         ` Matt Helsley
2010-09-30 15:45           ` Oren Laadan
     [not found]           ` <20100930011711.GT23839-52DBMbEzqgQ/wnmkkaCWp/UQ3DHhIser@public.gmane.org>
2010-09-30 15:45             ` Oren Laadan
     [not found]       ` <7da8a050193a91b69ecb3899ce2eda541ecd2473.1285278339.git.matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-09-29 22:22         ` Oren Laadan
2010-10-22 23:43         ` Sukadev Bhattiprolu
2010-10-22 23:43       ` Sukadev Bhattiprolu
     [not found]     ` <6987185123220ec2034677299859c5a63eaf2aed.1285278339.git.matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-09-23 21:53       ` [PATCH 2/6] [RFC] Create the .relink file_operation Matt Helsley
2010-09-23 21:53       ` [PATCH 3/6] [RFC] ext3/4: Allow relinking to unlinked files Matt Helsley
2010-09-23 21:53       ` [PATCH 4/6] [RFC] Split do_linkat() out of sys_linkat Matt Helsley
2010-09-23 21:53       ` [PATCH 5/6] [RFC] Checkpoint/restart unlinked files Matt Helsley
2010-09-23 21:53       ` [PATCH 6/6] [RFC] Enable c/r of unlinked fifos Matt Helsley
2010-11-01 16:38   ` [PATCH 0/6] Relink unlinked files for checkpoint/restart support Oren Laadan
     [not found]     ` <4CCEECFF.9010909-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
2010-11-01 20:43       ` 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.