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:	Fri, 19 Nov 2010 22:34:57 -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-rc3

Hi Linus,

Please pull from:

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

Mustly bug fixes, but also we undo a change we made to the core VFS
during -rc1 to keep things simpler.  (Basically, we vector the FITRIM
ioctl through ioctl interface instead of through a new super_operations
vector.)

                                        - Ted

Dan Carpenter (1):
      ext4: missing unlock in ext4_clear_request_list()

Darrick J. Wong (1):
      ext4: ext4_fill_super shouldn't return 0 on corruption

Lukas Czerner (2):
      fs: Do not dispatch FITRIM through separate super_operation
      ext4: Add EXT4_IOC_TRIM ioctl to handle batched discard

Markus Trippelsdorf (1):
      ext4: fix setting random pages PageUptodate

yangsheng (1):
      jbd2: fix /proc/fs/jbd2/<dev> when using an external journal

 fs/ext4/ioctl.c    |   24 ++++++++++++++++++++++++
 fs/ext4/page-io.c  |    4 ++--
 fs/ext4/super.c    |    9 +++------
 fs/ioctl.c         |   39 ---------------------------------------
 fs/jbd2/journal.c  |   16 ++++++++--------
 include/linux/fs.h |    1 -
 6 files changed, 37 insertions(+), 56 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

Powered by Openwall GNU/*/Linux Powered by OpenVZ