From: Jaegeuk Kim <jaegeuk.kim@samsung.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Linux F2FS DEV,
Mailing List" <linux-f2fs-devel@lists.sourceforge.net>,
"Linux FS DEV, Mailing List" <linux-fsdevel@vger.kernel.org>,
"Linux Kernel, Mailing List" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] f2fs fixes for v3.8-rc5
Date: Tue, 22 Jan 2013 12:39:29 +0900 [thread overview]
Message-ID: <1358825969.17605.6.camel@kjgkr> (raw)
[-- Attachment #1: Type: text/plain, Size: 3157 bytes --]
Hi Linus,
Please, pull f2fs bug fixes for v3.8-rc5.
Thanks,
The following changes since commit
5f738967e89584f99c6a11c6bf09b16c50b6a03e:
Merge tag 'pinctrl-fixes' of
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
(2013-01-03 13:10:18 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
tags/f2fs-for-3.8-rc5
for you to fetch changes up to d8b79b2f94600262fcfbffbe3df7fd3c83c6c51b:
f2fs: use _safe() version of list_for_each (2013-01-22 10:49:00 +0900)
----------------------------------------------------------------
f2fs fixes for v3.8-rc5
o Support swap file and link generic_file_remap_pages
o Enhance the bio streaming flow and free section control
o One major bug fix on recovery routine
o Various minor bug/warning fixes and code cleanups
----------------------------------------------------------------
Dan Carpenter (1):
f2fs: use _safe() version of list_for_each
Huajun Li (2):
f2fs: update f2fs document to reflect SIT/NAT layout correctly
f2fs: update f2fs partition info about SIT/NAT layout
Jaegeuk Kim (10):
f2fs: initialize newly allocated dnode structure
f2fs: avoid null dereference in f2fs_acl_from_disk
f2fs: check return value during recovery
f2fs: revisit the f2fs_gc flow
f2fs: add f2fs_balance_fs in several interfaces
f2fs: move f2fs_balance_fs to punch_hole
f2fs: add remap_pages as generic_file_remap_pages
f2fs: support swapfile
f2fs: avoid issuing small bios due to several dirty node pages
f2fs: add comments of start_bidx_of_node
Namjae Jeon (8):
f2fs: introduce f2fs_msg to ease adding information prints
f2fs: fix time update in case of f2fs fallocate
f2fs: remove unneeded INIT_LIST_HEAD at few places
f2fs: remove redundant call to set_blocksize in f2fs_fill_super
f2fs: avoid redundant time update for parent directory in
f2fs_delete_entry
f2fs: remove the blk_plug usage in f2fs_write_data_pages
f2fs: fix the debugfs entry creation path
f2fs: add __init to functions in init_f2fs_fs
majianpeng (1):
f2fs: add global mutex_lock to protect f2fs_stat_list
Documentation/filesystems/f2fs.txt | 18 +++----
fs/f2fs/acl.c | 13 +++--
fs/f2fs/checkpoint.c | 3 +-
fs/f2fs/data.c | 17 ++++++-
fs/f2fs/debug.c | 50 +++++++++-----------
fs/f2fs/dir.c | 2 +-
fs/f2fs/f2fs.h | 18 ++++---
fs/f2fs/file.c | 16 +++++--
fs/f2fs/gc.c | 68 +++++++++++---------------
fs/f2fs/inode.c | 3 ++
fs/f2fs/node.c | 19 +++++---
fs/f2fs/recovery.c | 10 ++--
fs/f2fs/segment.c | 2 +-
fs/f2fs/super.c | 97
++++++++++++++++++++++++++++----------
fs/f2fs/xattr.c | 2 +
15 files changed, 198 insertions(+), 140 deletions(-)
--
Jaegeuk Kim
Samsung
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
reply other threads:[~2013-01-22 3:39 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=1358825969.17605.6.camel@kjgkr \
--to=jaegeuk.kim@samsung.com \
--cc=linux-f2fs-devel@lists.sourceforge.net \
--cc=linux-fsdevel@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).