All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaegeuk Kim <jaegeuk.kim@samsung.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Linux Kernel, Mailing List" <linux-kernel@vger.kernel.org>,
	"Linux FS DEV, Mailing List" <linux-fsdevel@vger.kernel.org>,
	"Linux F2FS DEV,
	Mailing List" <linux-f2fs-devel@lists.sourceforge.net>
Subject: [GIT PULL] f2fs fixes for 3.8-rc2
Date: Fri, 28 Dec 2012 10:54:26 +0900	[thread overview]
Message-ID: <1356659666.9202.4.camel@kjgkr> (raw)

[-- Attachment #1: Type: text/plain, Size: 3088 bytes --]

Hi Linus,

Please pull the following patches for bug fixes on the f2fs file system.
Thank you very much.

-- 
Jaegeuk Kim
Samsung

The following changes since commit
637704cbc95c02d18741b4a6e7a5d2397f8b28ce:

  Merge branch 'i2c-embedded/for-next' of
git://git.pengutronix.de/git/wsa/linux (2012-12-23 09:48:33 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
tags/for-linus

for you to fetch changes up to 782c92d129775840cf9c1ad334f0722df9c76dc0:

  f2fs: unify string length declarations and usage (2012-12-28 09:57:55
+0900)

----------------------------------------------------------------
f2fs: bug fixes for 3.8-rc2

This patch-set includes two major bug fixes:
- incorrect IUsed provided by *df -i*, and
- lookup failure of parent inodes in corner cases.

[Other Bug Fixes]
- Fix error handling routines
- Trigger recovery process correctly
- Resolve build failures due to missing header files

[Etc]
- Add a MAINTAINERS entry for f2fs
- Fix and clean up variables, functions, and equations
- Avoid warnings during compilation

----------------------------------------------------------------
Geert Uytterhoeven (1):
      f2fs: add missing #include <linux/prefetch.h>

Jaegeuk Kim (11):
      f2fs: remove set_page_dirty for atomic f2fs_end_io_write
      f2fs: fix wrong calculation on f_files in statfs
      f2fs: fix handling errors got by f2fs_write_inode
      f2fs: should recover orphan and fsync data
      f2fs: do f2fs_balance_fs in front of dir operations
      f2fs: invalidate the node page if allocation is failed
      f2fs: return a default value for non-void function
      f2fs: add MAINTAINERS entry
      f2fs: fix equation of has_not_enough_free_secs()
      f2fs: clean up the start_bidx_of_node function
      f2fs: clean up unused variables and return values

Leon Romanovsky (1):
      f2fs: unify string length declarations and usage

Namjae Jeon (5):
      f2fs: fix up f2fs_get_parent issue to retrieve correct parent
inode number
      f2fs: handle error from f2fs_iget_nowait
      f2fs: remove unneeded initialization of nr_dirty in
dirty_seglist_info
      f2fs: fix fsync_inode list addition logic and avoid invalid access
to memory
      f2fs: remove unneeded variable from f2fs_sync_fs

 MAINTAINERS        | 10 ++++++++++
 fs/f2fs/data.c     |  1 +
 fs/f2fs/dir.c      | 16 +++++++++-------
 fs/f2fs/f2fs.h     |  2 +-
 fs/f2fs/file.c     | 10 ++++++----
 fs/f2fs/gc.c       | 34 +++++++++++-----------------------
 fs/f2fs/hash.c     | 18 +++++++++++-------
 fs/f2fs/inode.c    |  1 +
 fs/f2fs/namei.c    | 34 +++++++++++++++++-----------------
 fs/f2fs/node.c     | 37 ++++++++++++++-----------------------
 fs/f2fs/recovery.c | 10 +++++++---
 fs/f2fs/segment.c  | 46 ++++++----------------------------------------
 fs/f2fs/segment.h  | 15 ++++++++++++++-
 fs/f2fs/super.c    | 15 ++++++---------
 fs/f2fs/xattr.c    |  5 +++--
 15 files changed, 117 insertions(+), 137 deletions(-)


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

             reply	other threads:[~2012-12-28  1:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-28  1:54 Jaegeuk Kim [this message]
2012-12-28  2:00 ` [GIT PULL] f2fs fixes for 3.8-rc2 Sedat Dilek
2012-12-28  2:34   ` Jaegeuk Kim
2012-12-28  2:47     ` [GIT PULL v2] " Jaegeuk Kim

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=1356659666.9202.4.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 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.