* [PATCH 0/6] random bugfixes of the space management
@ 2010-12-22 10:47 Miao Xie
2010-12-22 19:22 ` Josef Bacik
0 siblings, 1 reply; 3+ messages in thread
From: Miao Xie @ 2010-12-22 10:47 UTC (permalink / raw)
To: Chris Mason, Josef Bacik; +Cc: Linux Btrfs
Hello,
I have a bunch of random fixes of the space management in
git://repo.or.cz/linux-btrfs-devel.git space-manage
They are the ENOSPC fixes, as well as fixes for df command.
The first one and the last one fixed the wrong free space information reported
by df command. The second one fixed ENOSPC when there is tiny space in the
filesystem. And The third fixed wrong calculation of stripe size. And the 4th
and 5th patches fixed the chunk allocation problem when the block devices have
no enough space to allocate a default-size chunk.
---
fs/btrfs/ctree.h | 2 +
fs/btrfs/extent-tree.c | 71 ++++++-
fs/btrfs/super.c | 147 +++++++++++-
fs/btrfs/volumes.c | 606 +++++++++++++++++++++++++++++++++++-------------
fs/btrfs/volumes.h | 27 +++
5 files changed, 682 insertions(+), 171 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/6] random bugfixes of the space management
2010-12-22 10:47 [PATCH 0/6] random bugfixes of the space management Miao Xie
@ 2010-12-22 19:22 ` Josef Bacik
2010-12-22 19:27 ` Chris Mason
0 siblings, 1 reply; 3+ messages in thread
From: Josef Bacik @ 2010-12-22 19:22 UTC (permalink / raw)
To: Miao Xie; +Cc: Chris Mason, Josef Bacik, Linux Btrfs
On Wed, Dec 22, 2010 at 06:47:08PM +0800, Miao Xie wrote:
> Hello,
>
> I have a bunch of random fixes of the space management in
>
> git://repo.or.cz/linux-btrfs-devel.git space-manage
>
> They are the ENOSPC fixes, as well as fixes for df command.
> The first one and the last one fixed the wrong free space information reported
> by df command. The second one fixed ENOSPC when there is tiny space in the
> filesystem. And The third fixed wrong calculation of stripe size. And the 4th
> and 5th patches fixed the chunk allocation problem when the block devices have
> no enough space to allocate a default-size chunk.
>
I'll review the rest of them when I have more time, thanks for these Miao.
Josef
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/6] random bugfixes of the space management
2010-12-22 19:22 ` Josef Bacik
@ 2010-12-22 19:27 ` Chris Mason
0 siblings, 0 replies; 3+ messages in thread
From: Chris Mason @ 2010-12-22 19:27 UTC (permalink / raw)
To: Josef Bacik; +Cc: Miao Xie, Linux Btrfs
Excerpts from Josef Bacik's message of 2010-12-22 14:22:54 -0500:
> On Wed, Dec 22, 2010 at 06:47:08PM +0800, Miao Xie wrote:
> > Hello,
> >
> > I have a bunch of random fixes of the space management in
> >
> > git://repo.or.cz/linux-btrfs-devel.git space-manage
> >
> > They are the ENOSPC fixes, as well as fixes for df command.
> > The first one and the last one fixed the wrong free space information reported
> > by df command. The second one fixed ENOSPC when there is tiny space in the
> > filesystem. And The third fixed wrong calculation of stripe size. And the 4th
> > and 5th patches fixed the chunk allocation problem when the block devices have
> > no enough space to allocate a default-size chunk.
> >
>
> I'll review the rest of them when I have more time, thanks for these Miao.
For now they are going with the new compression code into a new branch
for 2.6.38 in my git tree. I might have to rebase as patches are added
and removed, but these will all go in.
-chris
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-22 19:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-22 10:47 [PATCH 0/6] random bugfixes of the space management Miao Xie
2010-12-22 19:22 ` Josef Bacik
2010-12-22 19:27 ` Chris Mason
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).