This is another series for the next merge window.

The first patch improves recovery time after unclean unmount, and the
remaining is a revision of the patch I posted in the thread titled
("[NILFS users] urgent help need! disk partition info lost"); the last
one adds `norepair' mount option, which allows users to avoid temporal
write access in a read-only mount or snapshots at mount/recovery.
And, the middle two are the cleanup for it.

This series is made against the latest for-next branch of

 git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git

But, possibly applicable to the mainline.

Thanks,
Ryusuke Konishi
--
Ryusuke Konishi (4):
      nilfs2: apply readahead for recovery on mount
      nilfs2: move recovery completion into load_nilfs function
      nilfs2: add helper to get if volume is in a valid state
      nilfs2: add norepair mount option

 Documentation/filesystems/nilfs2.txt |    4 ++
 fs/nilfs2/recovery.c                 |   26 +++++++---
 fs/nilfs2/super.c                    |   53 +++++++-------------
 fs/nilfs2/the_nilfs.c                |   92 ++++++++++++++++++++++++----------
 fs/nilfs2/the_nilfs.h                |   10 ++++
 include/linux/nilfs2_fs.h            |    2 +
 6 files changed, 118 insertions(+), 69 deletions(-)

_______________________________________________
users mailing list
[email protected]
https://www.nilfs.org/mailman/listinfo/users

Reply via email to