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, 08 Nov 2010 14:31:45 -0500
From:	"Theodore Ts'o" <tytso@....edu>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] ext4 update for 2.6.37-rc2

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus

This provides a number of bug fixes, including some regressions that
were introduced in 2.6.37-rc1.  It also includes some new tracepoints
that I used to find the regressions.

					- Ted

Dmitry Monakhov (1):
      ext4: do not try to grab the s_umount semaphore in ext4_quota_off

Lukas Czerner (1):
      ext4: fix lazyinit hang after removing request

Theodore Ts'o (6):
      ext4: "ret" may be used uninitialized in ext4_lazyinit_thread()
      ext4: initialize the percpu counters before replaying the journal
      ext4: handle writeback of inodes which are being freed
      ext4: fix potential race when freeing ext4_io_page structures
      ext4: Don't call sb_issue_discard() in ext4_free_blocks()
      ext4: Add new ext4 inode tracepoints

 fs/ext4/ext4.h              |    4 +-
 fs/ext4/inode.c             |    3 +
 fs/ext4/mballoc.c           |    2 -
 fs/ext4/page-io.c           |   97 ++++++++++++++++++++--------------------
 fs/ext4/super.c             |  102 ++++++++++++++++++++++++++-----------------
 include/trace/events/ext4.h |   97 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 214 insertions(+), 91 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists