From: Liu Bo <liubo2009@cn.fujitsu.com>
To: <linux-btrfs@vger.kernel.org>
Subject: [PATCH 00/10] several fixes and cleanups
Date: Tue, 27 Mar 2012 14:44:28 +0800 [thread overview]
Message-ID: <1332830678-3992-1-git-send-email-liubo2009@cn.fujitsu.com> (raw)
This patchset consists of a bug fix from allocating chunk,
six bug fixes from autodefrag, and other cleanups.
I've tested it with xfstests plus autodefrag option.
Liu Bo (10):
Btrfs: show useful info in space reservation tracepoint
Btrfs: fix deadlock during allocating chunks
Btrfs: fix race between direct io and autodefrag
Btrfs: fix the mismatch of page->mapping
Btrfs: fix recursive defragment with autodefrag option
Btrfs: add a check to decide if we should defrag the range
Btrfs: do not bother to defrag an extent if it is a big real extent
Btrfs: update to the right index of defragment
Btrfs: use PagePrivate2 to check ordered data
Btrfs: drop cache with VACANCY em when we fail to start a transaction
fs/btrfs/extent-tree.c | 79 ++++++++++++++++++++++++++++++++----------
fs/btrfs/inode-map.c | 6 +--
fs/btrfs/inode.c | 59 ++++++++++++-------------------
fs/btrfs/ioctl.c | 89 +++++++++++++++++++++++++++++++++++-------------
fs/btrfs/transaction.c | 3 +-
5 files changed, 151 insertions(+), 85 deletions(-)
next reply other threads:[~2012-03-27 6:44 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-27 6:44 Liu Bo [this message]
2012-03-27 6:44 ` [PATCH 01/10] Btrfs: show useful info in space reservation tracepoint Liu Bo
2012-03-27 6:44 ` [PATCH 02/10][RESEND] Btrfs: fix deadlock during allocating chunks Liu Bo
2012-03-27 6:44 ` [PATCH 03/10] Btrfs: fix race between direct io and autodefrag Liu Bo
2012-03-27 6:44 ` [PATCH 04/10] Btrfs: fix the mismatch of page->mapping Liu Bo
2012-03-27 6:44 ` [PATCH 05/10][RESEND] Btrfs: fix recursive defragment with autodefrag option Liu Bo
2012-03-27 6:44 ` [PATCH 06/10] Btrfs: add a check to decide if we should defrag the range Liu Bo
2012-03-27 6:44 ` [PATCH 07/10] Btrfs: do not bother to defrag an extent if it is a big real extent Liu Bo
2012-03-27 6:44 ` [PATCH 08/10] Btrfs: update to the right index of defragment Liu Bo
2012-03-27 6:44 ` [PATCH 09/10] Btrfs: use PagePrivate2 to check ordered data Liu Bo
2012-03-27 6:44 ` [PATCH 10/10] Btrfs: drop cache with VACANCY em when we fail to start a transaction Liu Bo
2012-03-29 14:01 ` Chris Mason
2012-03-30 1:08 ` Liu Bo
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=1332830678-3992-1-git-send-email-liubo2009@cn.fujitsu.com \
--to=liubo2009@cn.fujitsu.com \
--cc=linux-btrfs@vger.kernel.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).