[Devel] [PATCH rh6 v2 0/3] cpt: unlinked socket with dentry alias support

Stanislav Kinsburskiy skinsbursky at odin.com
Fri Oct 2 03:22:54 PDT 2015


This patch set adds support for unlinked socket migration, which has another
dentry, poiting to it's inode.

Note: no explicit support for DelayFS is required, because in this case dentry
is just renamed, to everything works by default.

https://jira.sw.ru/browse/PSBM-39774

v2:
New cpt_d_alias field size explicitly set to UNIX_PATH_MAX.

---

Stanislav Kinsburskiy (3):
      cpt: export dentry alias search helper
      cpt: dump dentry alias path for UNIX socket
      rst: recreate deleted sock as a link, if present


 include/linux/cpt_image.h |    6 +++
 kernel/cpt/cpt_files.c    |   56 ++++++++++++++------------
 kernel/cpt/cpt_files.h    |    3 +
 kernel/cpt/cpt_socket.c   |   52 +++++++++++++++++-------
 kernel/cpt/rst_socket.c   |   96 ++++++++++++++++++++++++++++++++++++++++++++-
 5 files changed, 168 insertions(+), 45 deletions(-)

--



More information about the Devel mailing list