[CRIU] [PATCH 0/7] BTRFS engine, v4

Cyrill Gorcunov gorcunov at openvz.org
Wed Dec 4 05:23:30 PST 2013


I tried to address the feedback I've got from previous version.
The main changes are

 - btrfs engine provides two functions to work with
 - additionaly fsnotify code was fixed to work on btrfs volume

Cyrill Gorcunov (7):
  fsnotify: Fix typo in get_mark_path debug output
  proc_parse: Remember a type of FS provided by a kernel
  proc_parse: Introduce @private member into mount_info structure
  btrfs: Introduce BTRFS engine
  sk-unix: Don't fail if socket path lays on btrfs volume
  files-reg: Don't fail matching if ghost file is on BTRFS subvolume
  fsnotify: Parse btrfs subvolumes for inode marks

 Makefile.crtools      |   1 +
 files-reg.c           |   3 +-
 fsnotify.c            |  15 +-
 include/mount-btrfs.h |  79 ++++++++
 include/proc_parse.h  |   3 +
 mount-btrfs.c         | 506 ++++++++++++++++++++++++++++++++++++++++++++++++++
 mount.c               |   1 +
 proc_parse.c          |   7 +-
 sk-unix.c             |  22 ++-
 9 files changed, 631 insertions(+), 6 deletions(-)
 create mode 100644 include/mount-btrfs.h
 create mode 100644 mount-btrfs.c

-- 
1.8.3.1


More information about the CRIU mailing list