[CRIU] [PATCH 0/5] BTRFS engine
Pavel Emelyanov
xemul at parallels.com
Fri Nov 29 01:45:24 PST 2013
On 11/29/2013 01:34 PM, Cyrill Gorcunov wrote:
> Hi guys, here is a series of patches to handle problem
> when sockets are laying on BTRFS with subvolumes.
>
> Please take a look.
Andrey, plz, send your feedback on the series.
> 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
>
More information about the CRIU
mailing list