[Devel] [PATCH 0/9][cr][v2]: C/R file owner and posix file locks

Sukadev Bhattiprolu sukadev at linux.vnet.ibm.com
Tue May 18 20:07:23 PDT 2010


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 at linux.vnet.ibm.com>
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list