linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] XFS update for 2.6.35-rc4
@ 2010-07-02 23:54 Alex Elder
  0 siblings, 0 replies; only message in thread
From: Alex Elder @ 2010-07-02 23:54 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, xfs, akpm

These five commits implement a few security-related changes to XFS.
One enforces more strict permission checks for swapping file
extents.  Others do a better job of validating information from
untrustworthy sources before using it.

					-Alex

The following changes since commit 123f94f22e3d283dfe68742b269c245b0501ad82:

  Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (2010-07-02 09:52:58 -0700)

are available in the git repository at:

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

Christoph Hellwig (1):
      xfs: always use iget in bulkstat

Dan Rosenberg (1):
      xfs: prevent swapext from operating on write-only files

Dave Chinner (3):
      xfs: validate untrusted inode numbers during lookup
      xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTED
      xfs: remove block number from inode lookup code

 fs/xfs/linux-2.6/xfs_export.c  |   11 +-
 fs/xfs/linux-2.6/xfs_ioctl.c   |    7 +-
 fs/xfs/linux-2.6/xfs_ioctl32.c |   15 +--
 fs/xfs/quota/xfs_qm.c          |   18 +--
 fs/xfs/quota/xfs_qm_syscalls.c |   27 ++--
 fs/xfs/xfs_dfrag.c             |    5 +-
 fs/xfs/xfs_ialloc.c            |  142 ++++++++++++---------
 fs/xfs/xfs_iget.c              |   10 +-
 fs/xfs/xfs_inode.c             |    5 +-
 fs/xfs/xfs_inode.h             |    6 +-
 fs/xfs/xfs_itable.c            |  285 ++++++----------------------------------
 fs/xfs/xfs_itable.h            |   17 ---
 fs/xfs/xfs_log_recover.c       |    2 +-
 fs/xfs/xfs_mount.c             |    2 +-
 fs/xfs/xfs_rtalloc.c           |    4 +-
 fs/xfs/xfs_trans_inode.c       |    2 +-
 fs/xfs/xfs_vnodeops.c          |    2 +-
 17 files changed, 172 insertions(+), 388 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-02 23:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-02 23:54 [GIT PULL] XFS update for 2.6.35-rc4 Alex Elder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).