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@xxxxxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html