lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 22 Jan 2013 12:39:29 +0900
From:	Jaegeuk Kim <jaegeuk.kim@...sung.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	"Linux F2FS DEV, Mailing List" 
	<linux-f2fs-devel@...ts.sourceforge.net>,
	"Linux FS DEV, Mailing List" <linux-fsdevel@...r.kernel.org>,
	"Linux Kernel, Mailing List" <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] f2fs fixes for v3.8-rc5

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

Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ