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>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 11 Nov 2018 13:10:56 +0100
From:   David Sterba <dsterba@...e.com>
To:     torvalds@...ux-foundation.org
Cc:     David Sterba <dsterba@...e.com>, clm@...com,
        linux-btrfs@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Btrfs fixes for 4.20-rc1

Hi,

this update brings several fixes to recent release (4.19, fixes tagged
for stable) and other fixes. No merge conflicts. Please pull, thanks.

----------------------------------------------------------------
The following changes since commit 9084cb6a24bf5838a665af92ded1af8363f9e563:

  Btrfs: fix use-after-free when dumping free space (2018-10-22 20:31:22 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-4.20-rc1-tag

for you to fetch changes up to d6fd0ae25c6495674dc5a41a8d16bc8e0073276d:

  Btrfs: fix missing delayed iputs on unmount (2018-11-07 20:17:45 +0100)

----------------------------------------------------------------
Arnd Bergmann (1):
      btrfs: avoid link error with CONFIG_NO_AUTO_INLINE

Filipe Manana (4):
      Btrfs: fix missing data checksums after a ranged fsync (msync)
      Btrfs: fix deadlock on tree root leaf when finding free extent
      Btrfs: fix infinite loop on inode eviction after deduplication of eof block
      Btrfs: fix data corruption due to cloning of eof block

Lu Fengqi (1):
      btrfs: fix pinned underflow after transaction aborted

Omar Sandoval (1):
      Btrfs: fix missing delayed iputs on unmount

Robbie Ko (1):
      Btrfs: fix cur_offset in the error case for nocow

Shaokun Zhang (1):
      btrfs: tree-checker: Fix misleading group system information

 fs/btrfs/ctree.h            |  3 +++
 fs/btrfs/disk-io.c          | 63 +++++++++++++++++++--------------------------
 fs/btrfs/free-space-cache.c | 22 +++++++++++++++-
 fs/btrfs/inode.c            | 37 ++++++++++++++++----------
 fs/btrfs/ioctl.c            | 14 ++++++++--
 fs/btrfs/super.c            |  6 ++---
 fs/btrfs/tree-checker.c     |  2 +-
 fs/btrfs/tree-log.c         | 17 ++++++++++++
 8 files changed, 107 insertions(+), 57 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ