[CRIU] [PATCH 0/5] BTRFS engine

Cyrill Gorcunov gorcunov at openvz.org
Fri Nov 29 01:34:27 PST 2013


Hi guys, here is a series of patches to handle problem
when sockets are laying on BTRFS with subvolumes.

Please take a look.

Cyrill Gorcunov (5):
  string: Add strlcat helper
  proc_parse: Delay freeing of kernel fs type
  mount: Introduce BTRFS engine
  proc_parse: Find subvolumes on BTRFS mount points
  sk-unix: Don't fail if socket path lays on btrfs volume

 Makefile.config           |   3 +
 Makefile.crtools          |   1 +
 cr-dump.c                 |   5 +
 include/mount-btrfs.h     |  85 ++++++++
 include/string.h          |   4 +
 mount-btrfs.c             | 479 ++++++++++++++++++++++++++++++++++++++++++++++
 proc_parse.c              |  16 +-
 scripts/feature-tests.mak |  13 ++
 sk-unix.c                 |  23 ++-
 string.c                  |  28 +++
 10 files changed, 645 insertions(+), 12 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