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:	Sat, 18 Jun 2016 09:01:35 -0400
From:	Chris Mason <clm@...com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	linux-btrfs <linux-btrfs@...r.kernel.org>
Subject: [GIT PULL] Btrfs

Hi Linus,

My for-linus-4.7 branch has a few fixes:

git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus-4.7

The most user visible change here is a fix for our recent superblock
validation checks that were causing problems on non-4k pagesized
systems.

David Sterba (2) commits (+1/-6):
    btrfs: use new error message helper in qgroup_account_snapshot (+1/-1)
    btrfs: remove build fixup for qgroup_account_snapshot (+0/-5)

Jeff Mahoney (1) commits (+7/-4):
    btrfs: account for non-CoW'd blocks in btrfs_abort_transaction

Liu Bo (1) commits (+28/-15):
    Btrfs: check if extent buffer is aligned to sectorsize

Heinrich Schuchardt (1) commits (+1/-1):
    btrfs: Use correct format specifier

Zygo Blaxell (1) commits (+12/-15):
    btrfs: avoid blocking open_ctree from cleaner_kthread

Josef Bacik (1) commits (+10/-1):
    Btrfs: don't BUG_ON() in btrfs_orphan_add

Chandan Rajendra (1) commits (+2/-1):
    Btrfs: btrfs_check_super_valid: Allow 4096 as stripesize

Total: (8) commits (+61/-43)

 fs/btrfs/check-integrity.c |  2 +-
 fs/btrfs/ctree.c           |  7 ++++++-
 fs/btrfs/disk-io.c         | 36 ++++++++++++++++--------------------
 fs/btrfs/extent-tree.c     | 12 +++++++-----
 fs/btrfs/extent_io.c       | 15 ++++++++++++---
 fs/btrfs/inode.c           | 11 ++++++++++-
 fs/btrfs/super.c           |  4 +++-
 fs/btrfs/transaction.c     |  7 +------
 fs/btrfs/transaction.h     |  2 +-
 fs/btrfs/tree-log.c        |  4 ++--
 fs/btrfs/volumes.c         |  4 ++--
 11 files changed, 61 insertions(+), 43 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ