[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20090914.224014.26151575.ryusuke@osrg.net>
Date: Mon, 14 Sep 2009 22:40:14 +0900 (JST)
From: Ryusuke Konishi <konishi.ryusuke@....ntt.co.jp>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
Ryusuke Konishi <konishi.ryusuke@....ntt.co.jp>
Subject: [GIT PULL] nilfs2 updates for 2.6.32-rc1
Hi Linus,
please consider pulling the 'for-linus' branch from
git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git for-linus
to receive the following updates of nilfs. There is no major change
made in this series. Meanwhile, a certain number of small
improvements and some amount of cleanups are included.
The following changes since commit 74fca6a42863ffacaf7ba6f1936a9f228950f657
Linus Torvalds (1):
Linux 2.6.31
Heiko Carstens (1):
nilfs2: fix format string compile warning (ino_t)
Jiro SEKIBA (6):
nilfs2: implement nilfs_show_options to display mount options in /proc/mounts
nilfs2: remove redundant super block commit
nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs
nilfs2: clean up nilfs_write_super
nilfs2: stop using periodic write_super callback
nilfs2: shorten freeze period due to GC in write operation v3
Ryusuke Konishi (12):
nilfs2: fix ignored error code in __nilfs_read_inode()
nilfs2: use semaphore to protect pointer to a writable FS-instance
nilfs2: always lookup disk block address before reading metadata block
nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAIT
nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_free
nilfs2: remove unused btree argument from btree functions
nilfs2: stop zero-fill of btree path just before free it
nilfs2: remove individual gfp constants for each metadata file
nilfs2: add update functions of virtual block address to dat
nilfs2: allow btree code to directly call dat operations
nilfs2: convert nilfs_bmap_lookup to an inline function
fs/Kconfig: move nilfs2 outside misc filesystems
Zhang Qiang (1):
nilfs2: An unassigned variable is assigned to a never used structure member
Zhu Yanhai (1):
nilfs2: add more check routines in mount process
fs/Kconfig | 2 +-
fs/nilfs2/Kconfig | 2 +-
fs/nilfs2/bmap.c | 151 ++-----------
fs/nilfs2/bmap.h | 76 +++----
fs/nilfs2/btree.c | 625 +++++++++++++++++++++++--------------------------
fs/nilfs2/cpfile.c | 11 +-
fs/nilfs2/cpfile.h | 2 -
fs/nilfs2/dat.c | 42 +++-
fs/nilfs2/dat.h | 8 +-
fs/nilfs2/direct.c | 161 +++++--------
fs/nilfs2/ifile.h | 1 -
fs/nilfs2/inode.c | 3 +-
fs/nilfs2/ioctl.c | 26 ++-
fs/nilfs2/mdt.c | 40 ++--
fs/nilfs2/mdt.h | 3 +-
fs/nilfs2/recovery.c | 3 +-
fs/nilfs2/segbuf.c | 4 +-
fs/nilfs2/segment.c | 7 +-
fs/nilfs2/sufile.h | 1 -
fs/nilfs2/super.c | 100 +++-----
fs/nilfs2/the_nilfs.c | 15 +-
fs/nilfs2/the_nilfs.h | 43 ++--
22 files changed, 567 insertions(+), 759 deletions(-)
Thanks,
Ryusuke Konishi
--
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