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, 31 Aug 2006 14:26:55 +0100
From:	Steven Whitehouse <swhiteho@...hat.com>
To:	linux-kernel@...r.kernel.org
Cc:	Russell Cattelan <cattelan@...hat.com>,
	Patrick Caulfield <pcaulfie@...hat.com>,
	David Teigland <teigland@...hat.com>,
	Kevin Anderson <kanderso@...hat.com>,
	Ingo Molnar <mingo@...e.hu>, hch@...radead.org
Subject: [PATCHSET] The GFS2 filesystem (for review)

Hi,

Following on from this message are the 16 patches of GFS2 which we are
again posting for review. Since the last posting we have, I hope,
addressed all the issues raised as well as fixing a number of bugs. In
particular, we have now only one new exported symbol (see patch 16 of
the series).

It is now possible to mount the gfs2meta filesystem for a particular
gfs2 filesystem at the same time as the gfs2 filesystem is mounted. In
fact we enforce that rule at least for the time being due to
dependencies in mounting the two filesystems.

Christoph requested that we find a different way to deal with the
problem of the VFS checking the file size in the direct i/o read path
before handing control to GFS2 (in other words at a point when the size
may change). We have done this with a two line patch to filemap.c (also
in patch 16 of the series) so that its logic is now very similar to that
followed in the direct i/o write path. This has eliminated the need for
us to duplicate parts of the core VFS code inside GFS2.

As usual the git tree is at:

git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6.git

It is based off a fairly recent pull from Linus' tree and includes the
DLM which is not included in the patch set being posted here.

Steve.


-
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