linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9][cr][v2]: C/R file owner and posix file locks
@ 2010-05-19  3:07 Sukadev Bhattiprolu
  2010-05-19  3:07 ` [PATCH 1/9][cr][v2]: Add uid, euid params to f_modown() Sukadev Bhattiprolu
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Sukadev Bhattiprolu @ 2010-05-19  3:07 UTC (permalink / raw)
  To: Oren Laadan; +Cc: serue, Matt Helsley, matthew, linux-fsdevel, Containers

Checkpoint/restart file-owner and posix file locks.

  [PATCH 1/9] Add uid, euid params to f_modown()
  [PATCH 2/9] Add uid, euid params to __f_setown()
  [PATCH 3/9] Checkpoint file-owner information
  [PATCH 4/9] Restore file_owner info
  [PATCH 5/9] Move file_lock macros into linux/fs.h
  [PATCH 6/9] Checkpoint file-locks
  [PATCH 7/9] Define flock_set()
  [PATCH 8/9] Define flock64_set()
  [PATCH 9/9] Restore file-locks

 drivers/char/tty_io.c          |    3 +-
 drivers/net/tun.c              |    3 +-
 fs/checkpoint.c                |  353 ++++++++++++++++++++++++++++++++++++----
 fs/fcntl.c                     |   19 +-
 fs/locks.c                     |   92 ++++++-----
 fs/notify/dnotify/dnotify.c    |    3 +-
 include/linux/checkpoint_hdr.h |   15 ++
 include/linux/fs.h             |   13 ++-
 8 files changed, 418 insertions(+), 83 deletions(-)

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

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

end of thread, other threads:[~2010-07-29 18:58 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19  3:07 [PATCH 0/9][cr][v2]: C/R file owner and posix file locks Sukadev Bhattiprolu
2010-05-19  3:07 ` [PATCH 1/9][cr][v2]: Add uid, euid params to f_modown() Sukadev Bhattiprolu
2010-05-19  3:07 ` [PATCH 2/9][cr][v2]: Add uid, euid params to __f_setown() Sukadev Bhattiprolu
2010-05-19  3:07 ` [PATCH 3/9][cr][v2]: Checkpoint file-owner information Sukadev Bhattiprolu
2010-05-19  3:07 ` [PATCH 4/9][cr][v2]: Restore file_owner info Sukadev Bhattiprolu
2010-06-15  4:05   ` Oren Laadan
2010-07-28 19:25     ` Sukadev Bhattiprolu
2010-07-28 22:20       ` Matt Helsley
2010-07-29 19:00         ` Serge E. Hallyn
2010-05-19  3:07 ` [PATCH 5/9][cr][v2]: Move file_lock macros into linux/fs.h Sukadev Bhattiprolu
2010-05-19  3:07 ` [PATCH 6/9][cr][v2]: Checkpoint file-locks Sukadev Bhattiprolu
2010-06-15  4:13   ` Oren Laadan
2010-07-28 19:26     ` Sukadev Bhattiprolu
     [not found]       ` <20100728192649.GB14570-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-07-28 19:42         ` Oren Laadan
2010-07-28 21:29           ` Sukadev Bhattiprolu
2010-07-28 23:39             ` Oren Laadan
2010-05-19  3:07 ` [PATCH 7/9][cr][v2]: Define flock_set() Sukadev Bhattiprolu
2010-05-19  3:07 ` [PATCH 8/9][cr][v2]: Define flock64_set() Sukadev Bhattiprolu
2010-05-19  3:07 ` [PATCH 9/9][cr][v2]: Restore file-locks Sukadev Bhattiprolu
2010-05-26  7:48   ` steve
2010-05-26 23:57     ` Sukadev Bhattiprolu
2010-06-15  4:22       ` Oren Laadan

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