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:	Mon, 11 Apr 2011 09:39:16 -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 2nd update for 2.6.39-rc1

Linus, please pull the following XFS changes for 2.6.39-rc3.

They fall into these categories:
- switching XFS daemons over to use workqueues, taking advantage of
  the recent global workqueue improvements
- improving how the new per-process device plugging is used in XFS
- alleviating some OOM issues reported by Chris Mason
- reducing memory use in some log code (where it could needlessly
  allocate much more than required)
- checking for and reporting bad extents when they are found during
  free (instead of using ASSERT())
- eliminating warnings (some of which have begun to show up with
  newer gcc)

Thank you.

					-Alex

The following changes since commit 4263a2f1dad8c8e7ce2352a0cbc882c2b0c044a9:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 (2011-04-10 09:56:10 -0700)

are available in the git repository at:

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

Christoph Hellwig (3):
      xfs: fix variable set but not used warnings
      xfs: fix xfs_debug warnings
      xfs: use proper interfaces for on-stack plugging

Dave Chinner (10):
      xfs: fix unreferenced var error in xfs_buf.c
      xfs: fix extent format buffer allocation size
      xfs: introduce a xfssyncd workqueue
      xfs: convert ENOSPC inode flushing to use new syncd workqueue
      xfs: introduce background inode reclaim work
      xfs: convert the xfsaild threads to a workqueue
      xfs: clean up code layout in xfs_trans_ail.c
      xfs: push the AIL from memory reclaim and periodic sync
      xfs: catch bad block numbers freeing extents.
      xfs: convert log tail checking to a warning

 fs/xfs/linux-2.6/xfs_buf.c     |   24 +--
 fs/xfs/linux-2.6/xfs_message.c |   27 +--
 fs/xfs/linux-2.6/xfs_message.h |   24 ++-
 fs/xfs/linux-2.6/xfs_super.c   |  129 +++++--------
 fs/xfs/linux-2.6/xfs_sync.c    |  228 +++++++++++-----------
 fs/xfs/linux-2.6/xfs_sync.h    |    2 +
 fs/xfs/quota/xfs_qm.c          |    7 -
 fs/xfs/quota/xfs_qm.h          |    5 -
 fs/xfs/quota/xfs_qm_syscalls.c |    2 -
 fs/xfs/xfs_alloc.c             |   30 +++-
 fs/xfs/xfs_inode_item.c        |   67 ++++---
 fs/xfs/xfs_itable.c            |    2 -
 fs/xfs/xfs_log.c               |   38 +++-
 fs/xfs/xfs_log_priv.h          |    1 +
 fs/xfs/xfs_mount.h             |    9 +-
 fs/xfs/xfs_trans_ail.c         |  421 ++++++++++++++++++++++------------------
 fs/xfs/xfs_trans_priv.h        |   22 ++-
 17 files changed, 531 insertions(+), 507 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