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>] [day] [month] [year] [list]
Date:	Tue, 12 Dec 2006 10:16:37 -0800
From:	Mark Fasheh <mark.fasheh@...cle.com>
To:	Andrew Morton <akpm@...l.org>
Cc:	Linus Torvalds <torvalds@...l.org>, ocfs2-devel@....oracle.com,
	linux-kernel@...r.kernel.org
Subject: [git patches] ocfs2 updates

Hi Linus,

A few more patches to push upstream before 2.6.20-rc1. This set includes:

* Some patches to make ocfs2 network timeout values user-adjustable. The
  values are set / read via the configfs interface and are validated against
  other nodes when they initiate a connection.

* A "local mount" patch which gives ocfs2 the ability to act as a local file
  system (no cluster configuration needed, no dlm locking, etc).

* Various cleanups - a documentation update, and a sync of ocfs2_fs.h
  between kernel and user tools.

Please pull from 'upstream-linus' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git upstream-linus

to receive the following updates:

 Documentation/filesystems/ocfs2.txt |    3 
 fs/ocfs2/cluster/nodemanager.c      |  192 +++++++++++++++++++++++++++++++++---
 fs/ocfs2/cluster/nodemanager.h      |   17 +++
 fs/ocfs2/cluster/tcp.c              |  152 ++++++++++++++++++++++++----
 fs/ocfs2/cluster/tcp.h              |    8 +
 fs/ocfs2/cluster/tcp_internal.h     |   15 +-
 fs/ocfs2/dlmglue.c                  |   79 +++++++++++---
 fs/ocfs2/heartbeat.c                |    9 +
 fs/ocfs2/inode.c                    |    3 
 fs/ocfs2/journal.c                  |   46 ++++++--
 fs/ocfs2/journal.h                  |    5 
 fs/ocfs2/mmap.c                     |    6 -
 fs/ocfs2/namei.c                    |    8 -
 fs/ocfs2/ocfs2.h                    |    5 
 fs/ocfs2/ocfs2_fs.h                 |   14 ++
 fs/ocfs2/super.c                    |   90 ++++++++++++----
 fs/ocfs2/vote.c                     |    3 
 17 files changed, 549 insertions(+), 106 deletions(-)

Andrew Beekhof:
      [patch 1/3] OCFS2 - Expose struct o2nm_cluster
      [patch 3/3] OCFS2 Configurable timeouts - Protocol changes

Jeff Mahoney:
      [patch 2/3] OCFS2 Configurable timeouts

Mark Fasheh:
      ocfs2: Synchronize feature incompat flags in ocfs2_fs.h

Sunil Mushran:
      ocfs2: local mounts

Tiger Yang:
      ocfs2: update mount option documentation


Thanks,
	--Mark

--
Mark Fasheh
Senior Software Developer, Oracle
mark.fasheh@...cle.com
-
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