[CRIU] [PATCH 0/5] BTRFS engine, v5

Cyrill Gorcunov gorcunov at openvz.org
Wed Dec 4 07:15:09 PST 2013


Switch back to non-lazy scheme.

Cyrill Gorcunov (5):
  btrfs: Introduce BTRFS engine
  proc_parse: Call for btrfs_parse_mountinfo on every mount
  mount: Add phys_stat_dev_match helper
  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

 Makefile.crtools      |   1 +
 files-reg.c           |   2 +-
 include/mount-btrfs.h |  81 ++++++++
 include/mount.h       |   2 +
 mount-btrfs.c         | 499 ++++++++++++++++++++++++++++++++++++++++++++++++++
 mount.c               |  14 ++
 proc_parse.c          |  10 +
 sk-unix.c             |   2 +-
 8 files changed, 609 insertions(+), 2 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