linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5][v5][cr] Checkpoint/restart file locks
@ 2010-10-29  6:16 Sukadev Bhattiprolu
  2010-10-29  6:16 ` [PATCH 1/5][v5][cr]: Move file_lock macros into linux/fs.h Sukadev Bhattiprolu
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Sukadev Bhattiprolu @ 2010-10-29  6:16 UTC (permalink / raw)
  To: Oren Laadan
  Cc: Serge Hallyn, Matt Helsley, Dan Smith, Matthew Wilcox,
	Jamie Lokier, Steven Whitehouse, linux-fsdevel, Containers

Checkpoint/restart file locks.

Changelog[v5]:
	- This patchset only checkpoints/restores file locks. C/R of
	  file-owner and file-leases will be addressed in follown patches.
	  C/R of file-owner information must deal with nested-containers
	  and, will need a way to C/R struct pids. C/R of file-leases depends
	  on C/R of file-owner information.


Sukadev Bhattiprolu (5):
  Move file_lock macros into linux/fs.h
  Define flock_set()
  Define flock64_set()
  Checkpoint/restore file-locks
  Document design of C/R of file-locks and leases

 Documentation/checkpoint/file-locks |   52 ++++++
 fs/checkpoint.c                     |  318 +++++++++++++++++++++++++++++++++--
 fs/locks.c                          |   89 ++++++----
 include/linux/checkpoint_hdr.h      |   17 ++
 include/linux/fs.h                  |   10 +
 5 files changed, 433 insertions(+), 53 deletions(-)
 create mode 100644 Documentation/checkpoint/file-locks


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-29  6:16 [PATCH 0/5][v5][cr] Checkpoint/restart file locks Sukadev Bhattiprolu
2010-10-29  6:16 ` [PATCH 1/5][v5][cr]: Move file_lock macros into linux/fs.h Sukadev Bhattiprolu
2010-10-29  6:16 ` [PATCH 2/5][v5][cr]: Define flock_set() Sukadev Bhattiprolu
2010-10-29  6:16 ` [PATCH 3/5][v5][cr]: Define flock64_set() Sukadev Bhattiprolu
2010-10-29  6:16 ` [PATCH 4/5][v5][cr]: Checkpoint/restore file-locks Sukadev Bhattiprolu
2010-10-29  6:16 ` [PATCH 5/5][v5][cr]: Document design of C/R of file-locks Sukadev Bhattiprolu
2010-10-29 14:31 ` [PATCH 0/5][v5][cr] Checkpoint/restart file locks Lin Ming
2010-10-29 18:35   ` 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).