linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH 0/4][cr]: Checkpoint/restart file-owner info
@ 2010-05-11 22:38 Sukadev Bhattiprolu
  2010-05-11 22:38 ` [RFC][PATCH 1/4][cr]: Add uid, euid params to f_modown() Sukadev Bhattiprolu
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Sukadev Bhattiprolu @ 2010-05-11 22:38 UTC (permalink / raw)
  To: Oren Laadan; +Cc: Matt Helsley, serue, Containers, linux-fsdevel

Checkpoint/restart the file-owner information for each 'struct file'
in the application.

  [PATCH 1/4]	Add uid, euid params to f_modown()
  [PATCH 2/4]	Define __f_setown_uid()
  [PATCH 3/4]	Checkpoint file-owner information
  [PATCH 4/4]	Restore file_owner info

  fs/checkpoint.c                |   61 +++++++++++++++++++++++++++++----------
  fs/fcntl.c                     |   22 +++++++++-----
  include/linux/checkpoint_hdr.h |    5 +++
  include/linux/fs.h             |    2 +
  4 files changed, 66 insertions(+), 24 deletions(-)

Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>

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

end of thread, other threads:[~2010-05-12 20:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-11 22:38 [RFC][PATCH 0/4][cr]: Checkpoint/restart file-owner info Sukadev Bhattiprolu
2010-05-11 22:38 ` [RFC][PATCH 1/4][cr]: Add uid, euid params to f_modown() Sukadev Bhattiprolu
2010-05-12 17:05   ` Jamie Lokier
2010-05-12 17:30     ` Sukadev Bhattiprolu
2010-05-12 20:12       ` Oren Laadan
2010-05-11 22:38 ` [RFC][PATCH 2/4][cr]: Define __f_setown_uid() Sukadev Bhattiprolu
2010-05-12 14:07   ` Matthew Wilcox
2010-05-12 17:05     ` Sukadev Bhattiprolu
2010-05-11 22:38 ` [RFC][PATCH 3/4][cr]: Checkpoint file-owner information Sukadev Bhattiprolu
2010-05-11 22:38 ` [RFC][PATCH 4/4][cr]: Restore file_owner info Sukadev Bhattiprolu

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).