linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND v2 0/3] cleanup btrfs_find_device and fix sysbot warning
@ 2020-11-03  5:49 Anand Jain
  2020-11-03  5:49 ` [PATCH RESEND v2 1/3] btrfs: drop never met condition of disk_total_bytes == 0 Anand Jain
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Anand Jain @ 2020-11-03  5:49 UTC (permalink / raw)
  To: linux-btrfs; +Cc: dsterba

Patch 1 and 2 are cleanups. They were sent before with the cover-letter
as below.
 [PATCH RESEND 0/2] fix verify_one_dev_extent and btrfs_find_device

Patch 3 is a fix for the Warning reported by sysbot. This also was sent
before with the cover-letter titled as below.
  [PATCH 0/1] handle attacking device with devid=0

To avoid conflict fixes, please apply these patches in the order it is
sent here. But the sets are not related.

Both of these patchsets are at v2 at the latest. So I am marking all of
them as v2. The individual changes are in the patches.

Also earlier resend patches were threaded under its previous cover-letter
(though --in-reply-to was not used to generate/send those patches). So I am
trying to resend these patches again, hopefully, they are not threaded to
the older series again.

Anand Jain (3):
  btrfs: drop never met condition of disk_total_bytes == 0
  btrfs: fix btrfs_find_device unused arg seed
  btrfs: fix devid 0 without a replace item by failing the mount

 fs/btrfs/dev-replace.c | 30 ++++++++++++++---
 fs/btrfs/ioctl.c       |  4 +--
 fs/btrfs/scrub.c       |  4 +--
 fs/btrfs/volumes.c     | 73 ++++++++++++++++--------------------------
 fs/btrfs/volumes.h     |  2 +-
 5 files changed, 58 insertions(+), 55 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-11-11 15:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-03  5:49 [PATCH RESEND v2 0/3] cleanup btrfs_find_device and fix sysbot warning Anand Jain
2020-11-03  5:49 ` [PATCH RESEND v2 1/3] btrfs: drop never met condition of disk_total_bytes == 0 Anand Jain
2020-11-05 22:36   ` David Sterba
2020-11-06  0:20     ` Anand Jain
2020-11-11 15:33       ` David Sterba
2020-11-03  5:49 ` [PATCH RESEND v2 2/3] btrfs: fix btrfs_find_device unused arg seed Anand Jain
2020-11-03  5:49 ` [PATCH RESEND v2 3/3] btrfs: fix devid 0 without a replace item by failing the mount Anand Jain
2020-11-11 15:51 ` [PATCH RESEND v2 0/3] cleanup btrfs_find_device and fix sysbot warning David Sterba

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).