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:	Mon, 23 May 2011 14:35:53 +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>,
	linux-nilfs@...r.kernel.org
Subject: [GIT PULL] nilfs2 updates for 2.6.40

Hi Linus,

please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git for-linus

to receive the following nilfs2 updates.  A noticeable change in this
cycle is support of filesystem resizing, otherwise it's mostly
cleanups and minor fixes.

Thanks!

Ryusuke Konishi
--
The following changes since commit 349dbc3669d043e656f3ed48c7bfe073ca1c6326:

  nilfs2: fix infinite loop in nilfs_palloc_freev function (2011-05-10 22:19:50 +0900)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git for-linus

Nicolas Kaiser (1):
      nilfs2: merge list_del()/list_add_tail() to list_move_tail()

Ryusuke Konishi (12):
      nilfs2: get rid of private page allocator
      nilfs2: super root size should change depending on inode size
      nilfs2: zero fill unused portion of super root block
      nilfs2: add ioctl which limits range of segment to be allocated
      nilfs2: add routine to move secondary super block
      nilfs2: add truncation routine of segment usage file
      nilfs2: implement resize ioctl
      nilfs2: use empty_aops for gc-inodes
      nilfs2: use list_first_entry
      nilfs2: get rid of NILFS_I_NILFS
      nilfs2: always set back pointer to host inode in mapping->host
      nilfs2: use mark_buffer_dirty to mark btnode or meta data dirty

 fs/nilfs2/alloc.c         |   12 +-
 fs/nilfs2/bmap.c          |    4 +-
 fs/nilfs2/btnode.c        |   19 +--
 fs/nilfs2/btnode.h        |    4 -
 fs/nilfs2/btree.c         |   38 +++---
 fs/nilfs2/cpfile.c        |   24 ++--
 fs/nilfs2/dat.c           |    4 +-
 fs/nilfs2/file.c          |    1 -
 fs/nilfs2/gcinode.c       |   25 ++---
 fs/nilfs2/ifile.c         |    4 +-
 fs/nilfs2/inode.c         |   23 +++-
 fs/nilfs2/ioctl.c         |   61 ++++++++++
 fs/nilfs2/mdt.c           |    8 +-
 fs/nilfs2/mdt.h           |    9 +--
 fs/nilfs2/nilfs.h         |    7 +-
 fs/nilfs2/page.c          |   79 +------------
 fs/nilfs2/page.h          |    7 +-
 fs/nilfs2/recovery.c      |   12 +-
 fs/nilfs2/segbuf.c        |   17 +--
 fs/nilfs2/segment.c       |  190 ++++++--------------------------
 fs/nilfs2/segment.h       |    2 -
 fs/nilfs2/sufile.c        |  274 +++++++++++++++++++++++++++++++++++++++++----
 fs/nilfs2/sufile.h        |    4 +-
 fs/nilfs2/super.c         |  131 +++++++++++++++++++++-
 fs/nilfs2/the_nilfs.c     |   24 +++-
 fs/nilfs2/the_nilfs.h     |    2 +
 include/linux/nilfs2_fs.h |    4 +-
 27 files changed, 603 insertions(+), 386 deletions(-)
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ