mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Phillip Lougher <phillip@lougher.demon.co.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Development <linux-kernel@vger.kernel.org>,
	Stephen Hemminger <shemminger@vyatta.com>
Subject: [GIT PULL] Squashfs updates for 2.6.35
Date: Wed, 26 May 2010 01:59:21 +0100	[thread overview]
Message-ID: <4BFC7269.3070309@lougher.demon.co.uk> (raw)


Hi Linus,

Please consider pulling the following Squashfs updates which add
file system support for extended attributes.

Thanks

Phillip

----------
The following changes since commit b57f95a38233a2e73b679bea4a5453a1cc2a1cc9:
   Linus Torvalds (1):
         Linux 2.6.34-rc7

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus.git master

Phillip Lougher (7):
       squashfs: add xattr id support
       squashfs: add support for xattr reading
       squashfs: add new extended inode types
       squashfs: add xattr support configure option
       squashfs: constify xattr handlers
       squashfs: fix name reading in squashfs_xattr_get
       squashfs: update documentation to include description of xattr layout

Stephen Hemminger (2):
       squashfs: xattr_lookup sparse fix
       squashfs: xattr fix sparse warnings

  Documentation/filesystems/squashfs.txt |   32 +++-
  fs/squashfs/Kconfig                    |   11 +
  fs/squashfs/Makefile                   |    2 +
  fs/squashfs/inode.c                    |   92 +++++++++-
  fs/squashfs/namei.c                    |    6 +-
  fs/squashfs/squashfs.h                 |   12 +-
  fs/squashfs/squashfs_fs.h              |   76 ++++++++-
  fs/squashfs/squashfs_fs_i.h            |    3 +
  fs/squashfs/squashfs_fs_sb.h           |    3 +
  fs/squashfs/super.c                    |   30 ++-
  fs/squashfs/symlink.c                  |   11 +
  fs/squashfs/xattr.c                    |  323 ++++++++++++++++++++++++++++++++
  fs/squashfs/xattr.h                    |   46 +++++
  fs/squashfs/xattr_id.c                 |  100 ++++++++++
  14 files changed, 723 insertions(+), 24 deletions(-)
  create mode 100644 fs/squashfs/xattr.c
  create mode 100644 fs/squashfs/xattr.h
  create mode 100644 fs/squashfs/xattr_id.c

             reply	other threads:[~2010-05-26  1:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-26  0:59 Phillip Lougher [this message]
2010-05-29 14:21 ` Geert Uytterhoeven
2010-06-01 16:11   ` [PATCH 1/2] squashfs: xattr_handler don't inline Stephen Hemminger
2010-06-01 16:14     ` [PATCH 2/2] squashfs: fix unsigned warnings Stephen Hemminger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BFC7269.3070309@lougher.demon.co.uk \
    --to=phillip@lougher.demon.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shemminger@vyatta.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome