lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 26 Aug 2010 20:33:40 +0200
From:	Miklos Szeredi <miklos@...redi.hu>
To:	linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Cc:	vaurora@...hat.com, neilb@...e.de, viro@...iv.linux.org.uk,
	jblunck@...e.de, hch@...radead.org
Subject: [PATCH 0/5] hybrid union filesystem prototype

This is the result of my experimentation with trying to do
union-mounts like semantics with a filesystem.  The implementation is
far from perfect, but I think the concept does sort of work.  See the
patch header for the union filesystem.

VFS modifications necessary to make it work:

  - allow f_op->open() to return a different file
  - pass dentry to i_op->permission() instead of inode
  - hack to vfs_rename() to allow rename to same inode

Git tree is here:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git union-hybrid

Thanks,
Miklos
-- 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ