linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] random bugfixes
@ 2014-06-19  2:42 Miao Xie
  2014-06-19  2:42 ` [PATCH 1/7] Btrfs: make free space cache write out functions more readable Miao Xie
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Miao Xie @ 2014-06-19  2:42 UTC (permalink / raw)
  To: linux-btrfs

This is a random bugfix patchset. patch 0001, 0005, 0006, 0007 is new patch,
patch 0002 is the third version of broken free space cache fix patch,
patch 0003, 0004 is old ones which are not merged.

We can pull this patchset from the URL

  https://github.com/miaoxie/linux-btrfs.git for-Chris

Thanks
Miao
---
Miao Xie (5):
  Btrfs: make free space cache write out functions more readable
  Btrfs: fix broken free space cache after the system crashed
  Btrfs: use bio_endio_nodec instead of open code
  Btrfs: fix deadlock when mounting a degraded fs
  Btrfs: fix wrong error handle when the device is missing or is not writeable

Qu Wenruo (1):
  btrfs: Skip scrubbing removed chunks to avoid -ENOENT.

Wang Shilong (1):
  Btrfs: fix NULL pointer crash when running balance and scrub concurrently

 fs/btrfs/ctree.h            |  13 ++-
 fs/btrfs/extent-tree.c      | 143 ++++++++++++++++++++++++++-------
 fs/btrfs/extent_map.c       |   2 +
 fs/btrfs/extent_map.h       |   1 +
 fs/btrfs/free-space-cache.c | 192 +++++++++++++++++++++++++++++---------------
 fs/btrfs/inode.c            |  41 +++++++---
 fs/btrfs/scrub.c            |  19 +++--
 fs/btrfs/volumes.c          |  36 +++++----
 fs/btrfs/volumes.h          |   3 +
 9 files changed, 313 insertions(+), 137 deletions(-)

-- 
1.9.3


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

end of thread, other threads:[~2014-06-19  9:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-19  2:42 [PATCH 0/7] random bugfixes Miao Xie
2014-06-19  2:42 ` [PATCH 1/7] Btrfs: make free space cache write out functions more readable Miao Xie
2014-06-19  2:42 ` [PATCH V3 2/7] Btrfs: fix broken free space cache after the system crashed Miao Xie
2014-06-19  2:42 ` [PATCH RESEND 3/7] btrfs: Skip scrubbing removed chunks to avoid -ENOENT Miao Xie
2014-06-19  2:42 ` [PATCH RESEND 4/7] Btrfs: fix NULL pointer crash when running balance and scrub concurrently Miao Xie
2014-06-19  2:42 ` [PATCH 5/7] Btrfs: use bio_endio_nodec instead of open code Miao Xie
2014-06-19  2:42 ` [PATCH 6/7] Btrfs: fix deadlock when mounting a degraded fs Miao Xie
2014-06-19  9:15   ` Liu Bo
2014-06-19  2:42 ` [PATCH 7/7] Btrfs: fix wrong error handle when the device is missing or is not writeable Miao Xie

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