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:	Thu, 26 May 2011 11:45:45 -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 2 for 2.6.40-rc1

The following changes since commit 4db70f73e56961b9bcdfd0c36c62847a18b7dbb5:

  tmpfs: fix XATTR N overriding POSIX_ACL Y (2011-05-25 19:53:02 -0700)

are available in the git repository at:
  git://oss.sgi.com/xfs/xfs for-linus

Christoph Hellwig (11):
      xfs: add online discard support
      xfs: do not discard alloc btree blocks
      xfs: remove the unused XFS_BMAPI_RSVBLOCKS flag
      xfs: remove if_lastex
      xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*
      xfs: do not use unchecked extent indices in xfs_bmapi
      xfs: do not use unchecked extent indices in xfs_bunmapi
      xfs: do not do pointer arithmetic on extent records
      xfs: fix up asserts in xfs_iflush_fork
      xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irec
      xfs: correctly decrement the extent buffer index in xfs_bmap_del_extent

 Documentation/filesystems/xfs.txt |    6 +
 fs/xfs/linux-2.6/xfs_discard.c    |   29 ++
 fs/xfs/linux-2.6/xfs_discard.h    |    2 +
 fs/xfs/linux-2.6/xfs_super.c      |   18 +-
 fs/xfs/xfs_ag.h                   |    3 +
 fs/xfs/xfs_alloc.c                |   35 ++-
 fs/xfs/xfs_alloc.h                |    5 +-
 fs/xfs/xfs_alloc_btree.c          |    3 +-
 fs/xfs/xfs_bmap.c                 |  549 +++++++++++++++++--------------------
 fs/xfs/xfs_bmap.h                 |    2 -
 fs/xfs/xfs_inode.c                |   15 +-
 fs/xfs/xfs_inode.h                |    1 -
 fs/xfs/xfs_log_cil.c              |   13 +-
 fs/xfs/xfs_mount.h                |    1 +
 fs/xfs/xfs_trans.c                |    2 +-
 15 files changed, 366 insertions(+), 318 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