[<prev] [next>] [day] [month] [year] [list]
Message-ID: <506C488A.4@oracle.com>
Date: Wed, 03 Oct 2012 09:15:38 -0500
From: Dave Kleikamp <dave.kleikamp@...cle.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: LKML <linux-kernel@...r.kernel.org>,
jfs-discussion@...ts.sourceforge.net
Subject: [GIT PULL] JFS updates for 3.7
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
--
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