All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Kleikamp <dave.kleikamp@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	jfs-discussion@lists.sourceforge.net
Subject: [GIT PULL] JFS updates for 3.7
Date: Wed, 03 Oct 2012 09:15:38 -0500	[thread overview]
Message-ID: <506C488A.4@oracle.com> (raw)

Linus,

It's been a while, but I've got some JFS updates for you.

The following changes since commit fbcbe2b3c92ee1c930dcfcf8bb764074c100fd63:

  Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound (2012-09-13 19:51:41 +0800)

are available in the git repository at:

  git://github.com/kleikamp/linux-shaggy.git tags/jfs-3.7

for you to fetch changes up to 84f4141ee3ea11035f741d4298cb6bbad1850fcf:

  jfs: Fix do_div precision in commit b40c2e66 (2012-09-18 11:27:22 -0500)

----------------------------------------------------------------
JFS TRIM support and some minor fixes

----------------------------------------------------------------
Dave Kleikamp (2):
      jfs: Remove obsolete email address
      jfs: Fix do_div precision in commit b40c2e66

Tino Reichardt (1):
      fs/jfs: TRIM support for JFS Filesystem

Wei Yongjun (1):
      JFS: use list_move instead of list_del/list_add

 Documentation/filesystems/jfs.txt |  19 ++++--
 fs/jfs/Makefile                   |   2 +-
 fs/jfs/ioctl.c                    |  43 ++++++++++++-
 fs/jfs/jfs_discard.c              | 117 +++++++++++++++++++++++++++++++++++
 fs/jfs/jfs_discard.h              |  26 ++++++++
 fs/jfs/jfs_dmap.c                 | 126 ++++++++++++++++++++++++++++++++++++--
 fs/jfs/jfs_dmap.h                 |   2 +
 fs/jfs/jfs_filsys.h               |   3 +
 fs/jfs/jfs_incore.h               |   1 +
 fs/jfs/jfs_txnmgr.c               |   9 +--
 fs/jfs/super.c                    |  71 ++++++++++++++++-----
 11 files changed, 388 insertions(+), 31 deletions(-)
 create mode 100644 fs/jfs/jfs_discard.c
 create mode 100644 fs/jfs/jfs_discard.h

                 reply	other threads:[~2012-10-03 14:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=506C488A.4@oracle.com \
    --to=dave.kleikamp@oracle.com \
    --cc=jfs-discussion@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.