From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sukadev Bhattiprolu Subject: [PATCH 0/9][cr][v2]: C/R file owner and posix file locks Date: Tue, 18 May 2010 20:07:23 -0700 Message-ID: <1274238452-15382-1-git-send-email-sukadev@linux.vnet.ibm.com> Cc: serue@us.ibm.com, Matt Helsley , matthew@wil.cx, , Containers To: Oren Laadan Return-path: Received: from e5.ny.us.ibm.com ([32.97.182.145]:44908 "EHLO e5.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752379Ab0ESDBW (ORCPT ); Tue, 18 May 2010 23:01:22 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by e5.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id o4J2jEQK030255 for ; Tue, 18 May 2010 22:45:14 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o4J31LSx161680 for ; Tue, 18 May 2010 23:01:21 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o4J31Leu011470 for ; Tue, 18 May 2010 23:01:21 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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