From: David Sterba <dsterba@suse.com>
To: torvalds@linux-foundation.org
Cc: David Sterba <dsterba@suse.com>,
clm@fb.com, linux-btrfs@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] Btrfs fixes for 4.14-rc3
Date: Fri, 29 Sep 2017 17:06:23 +0200 [thread overview]
Message-ID: <cover.1506696049.git.dsterba@suse.com> (raw)
Hi,
we've collected a bunch of isolated fixes, for crashes, user-visible behaviour
or missing bits from other subsystem cleanups from the past. The overall
number is not small but I was not able to make it significantly smaller. Most
of the patches are supposed to go to stable. There are no merge conflicts.
Please pull, thanks.
The following changes since commit db95c876c568cef951fbbd4c0118cb5386e4bb99:
btrfs: submit superblock io with REQ_META and REQ_PRIO (2017-08-22 13:22:05 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-4.14-rc3
for you to fetch changes up to 8c6c592831a09a28428448e68fb08c6bbb8b9b8b:
btrfs: log csums for all modified extents (2017-09-26 14:54:16 +0200)
----------------------------------------------------------------
Josef Bacik (1):
btrfs: log csums for all modified extents
Liu Bo (7):
Btrfs: use the new helper wbc_to_write_flags
Btrfs: do not reset bio->bi_ops while writing bio
Btrfs: do not backup tree roots when fsync
Btrfs: use btrfs_op instead of bio_op in __btrfs_map_block
Btrfs: fix kernel oops while reading compressed data
Btrfs: skip checksum when reading compressed data if some IO have failed
Btrfs: fix unexpected result when dio reading corrupted blocks
Misono, Tomohiro (1):
btrfs: remove BTRFS_FS_QUOTA_DISABLING flag
Naohiro Aota (4):
btrfs: clear ordered flag on cleaning up ordered extents
btrfs: finish ordered extent cleaning if no progress is found
btrfs: fix NULL pointer dereference from free_reloc_roots()
btrfs: propagate error to btrfs_cmp_data_prepare caller
Omar Sandoval (1):
Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFO
Sargun Dhillon (1):
btrfs: Report error on removing qgroup if del_qgroup_item fails
Tsutomu Itoh (1):
Btrfs: send: fix error number for unknown inode types
satoru takeuchi (1):
btrfs: prevent to set invalid default subvolid
fs/btrfs/compression.c | 18 +++++++++++++++++-
fs/btrfs/ctree.h | 1 -
fs/btrfs/disk-io.c | 9 ++++++++-
fs/btrfs/extent_io.c | 8 ++------
fs/btrfs/inode.c | 27 ++++++++++++++++++++++-----
fs/btrfs/ioctl.c | 12 ++++++++----
fs/btrfs/qgroup.c | 6 ++----
fs/btrfs/relocation.c | 2 +-
fs/btrfs/send.c | 2 +-
fs/btrfs/tree-log.c | 12 ++++++++++--
fs/btrfs/volumes.c | 2 +-
11 files changed, 72 insertions(+), 27 deletions(-)
reply other threads:[~2017-09-29 15:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1506696049.git.dsterba@suse.com \
--to=dsterba@suse.com \
--cc=clm@fb.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).