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

Pavel Emelyanov xemul at parallels.com
Wed Dec 4 07:24:04 PST 2013


On 12/04/2013 07:15 PM, Cyrill Gorcunov wrote:
> 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
> 


applied


More information about the CRIU mailing list