public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] JFS updates for 3.7
@ 2012-10-03 14:15 Dave Kleikamp
  0 siblings, 0 replies; only message in thread
From: Dave Kleikamp @ 2012-10-03 14:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, jfs-discussion

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

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

only message in thread, other threads:[~2012-10-03 14:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-03 14:15 [GIT PULL] JFS updates for 3.7 Dave Kleikamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox