History log of /fs/nilfs2/export.h
Revision Date Author Comments
f5974c8f8cf431baf44e7127b669e3b1960f184f 30-Jul-2012 Vyacheslav Dubeyko <slava@dubeyko.com> nilfs2: add omitted comments for different structures in driver implementation

Add omitted comments for different structures in driver implementation.

Signed-off-by: Vyacheslav Dubeyko <slava@dubeyko.com>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8e656fd518784b49453f60c5f78b78703bc85cb2 26-Aug-2010 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: make snapshots in checkpoint tree exportable

The previous export operations cannot handle multiple versions of
a filesystem if they belong to the same sb instance.

This adds a new type of file handle and extends export operations so
that they can get the inode specified by a checkpoint number as well
as an inode number and a generation number.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>