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:	Fri, 17 Jun 2011 11:08:52 -0500
From:	Alex Elder <aelder@....com>
To:	torvalds@...ux-foundation.org
Cc:	linux-kernel@...r.kernel.org, xfs@....sgi.com,
	akpm@...ux-foundation.org
Subject: [GIT PULL] XFS update for 3.0-rc4

Linus, please pull the following two XFS changes for 3.0.

The first is a simple fix that flips the sign of an error return
value.

The second fixes a bug having to do with the order in which log and
data (or realtime) device cache flushes are issued.  This could lead
to data corruption when an external log was used.  Previously, we
avoided the problem by disabling barriers and issuing a warning
about that at mount time, but the recent barrier/FUA rework makes
that not work properly any more.  Fixing the flush ordering problem
also nicely eliminates the need a block of code.

Thanks.

					-Alex

The following changes since commit eb96c925152fc289311e5d7e956b919e9b60ab53:

  Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 (2011-06-16 17:54:41 -0700)

are available in the git repository at:

  git://oss.sgi.com/xfs/xfs for-linus

Al Viro (1):
      xfs: fix ->mknod() return value on xfs_get_acl() failure

Christoph Hellwig (1):
      xfs: make log devices with write back caches work

 fs/xfs/linux-2.6/xfs_file.c  |   50 +++++++++++++++++----------
 fs/xfs/linux-2.6/xfs_iops.c  |    2 +-
 fs/xfs/linux-2.6/xfs_super.c |   75 ------------------------------------------
 fs/xfs/xfs_log.c             |   11 +++++-
 4 files changed, 42 insertions(+), 96 deletions(-)
--
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