From: Chris Mason <chris.mason@oracle.com>
To: LKML <linux-kernel@vger.kernel.org>,
linux-btrfs <linux-btrfs@vger.kernel.org>,
Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [GIT PULL] Btrfs fixes
Date: Fri, 16 Dec 2011 13:20:40 -0500 [thread overview]
Message-ID: <20111216182040.GA25457@shiny> (raw)
In-Reply-To: <20111216175344.GW18252@shiny>
On Fri, Dec 16, 2011 at 12:53:44PM -0500, Chris Mason wrote:
> Hi everyone,
>
> This pull request is bigger than I wanted it to be, but Josef has
> commits in here for some long running ENOSPC bugs in btrfs. This is
> a few weeks of tracing our delalloc reservations from Josef, and then
> fixing up the related bugs.
>
> Outside of Josef's patches we have some assorted fixes. Arne figured
> out we were orphaning whole snapshots if you unmounted enough times
> while the snapshot was being deleted.
Sorry, this part is missing:
git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus
>
> Josef Bacik (6) commits (+212/-117):
> Btrfs: fix how we do delalloc reservations and how we free reservations on error (+44/-13)
> Btrfs: fix num_workers_starting bug and other bugs in async thread (+83/-78)
> Btrfs: only set cache_generation if we setup the block group (+1/-1)
> Btrfs: deal with enospc from dirtying inodes properly (+80/-22)
> Btrfs: don't panic if orphan item already exists (+1/-1)
> Btrfs: fix leaked space in truncate (+3/-2)
>
> Chris Mason (4) commits (+10/-4):
> Btrfs: fix btrfs_end_bio to deal with write errors to a single mirror (+1/-1)
> Btrfs: deal with NULL srv_rsv in the delalloc inode reservation code (+2/-2)
> Btrfs: add a cond_resched() into the worker loop (+1/-1)
> Btrfs: unplug every once and a while (+6/-0)
>
> Miao Xie (3) commits (+29/-13):
> Btrfs: fix wrong i_size when truncating a file to a larger size (+12/-6)
> Btrfs: fix inaccurate available space on raid0 profile (+13/-6)
> Btrfs: fix wrong disk space information of the files (+4/-1)
>
> Casey Schaufler (1) commits (+26/-5):
> BTRFS: Establish i_ops before calling d_instantiate
>
> Arne Jansen (1) commits (+32/-0):
> btrfs: keep orphans for subvolume deletion
>
> Li Zefan (1) commits (+2/-2):
> Btrfs: fix ctime update of on-disk inode
>
> Total: (16) commits (+309/-140)
>
> fs/btrfs/async-thread.c | 117 ++++++++++++++----------------
> fs/btrfs/async-thread.h | 4 +-
> fs/btrfs/ctree.h | 3 +-
> fs/btrfs/delayed-inode.c | 4 +-
> fs/btrfs/disk-io.c | 34 ++++++----
> fs/btrfs/extent-tree.c | 45 ++++++++----
> fs/btrfs/file.c | 6 ++-
> fs/btrfs/inode.c | 180 +++++++++++++++++++++++++++++++++++++---------
> fs/btrfs/ioctl.c | 6 +-
> fs/btrfs/relocation.c | 2 +
> fs/btrfs/scrub.c | 8 ++-
> fs/btrfs/super.c | 32 +++++++--
> fs/btrfs/volumes.c | 8 ++-
> 13 files changed, 309 insertions(+), 140 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2011-12-16 18:20 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-16 17:53 [GIT PULL] Btrfs fixes Chris Mason
2011-12-16 18:20 ` Chris Mason [this message]
2011-12-16 18:29 ` nobody
-- strict thread matches above, loose matches on Subject: below --
2017-01-13 22:01 Chris Mason
2015-11-05 11:20 fdmanana
2015-11-05 14:59 ` Chris Mason
2015-05-15 19:11 Chris Mason
2015-05-01 14:08 Chris Mason
2015-04-26 13:18 Chris Mason
2015-03-20 16:55 Chris Mason
2015-01-23 18:49 Chris Mason
2015-01-08 18:28 Chris Mason
2014-11-01 16:05 Chris Mason
2014-09-19 19:47 Chris Mason
2013-03-17 12:34 Chris Mason
2013-02-07 0:13 Chris Mason
2013-02-07 0:09 Chris Mason
2013-01-23 0:48 Chris Mason
2013-01-23 1:28 ` Liu Bo
2013-01-23 1:40 ` Chris Mason
2013-01-24 21:52 ` Chris Mason
2013-01-25 3:13 ` Linus Torvalds
2012-10-26 14:19 Chris Mason
2012-05-06 13:35 Chris Mason
2012-04-28 12:27 Chris Mason
2012-01-27 16:34 Chris Mason
2012-01-27 16:34 ` Chris Mason
2012-01-27 16:31 Chris Mason
2011-12-23 17:24 Chris Mason
2011-12-08 19:24 Chris Mason
2011-11-22 1:30 Chris Mason
2011-11-11 21:40 Chris Mason
2011-09-19 23:57 Chris Mason
2011-09-20 16:19 ` Sage Weil
2011-07-08 18:55 [GIT PULL] btrfs fixes Chris Mason
2011-07-11 11:31 ` Tarkan Erimer
2010-04-12 20:00 [GIT PULL] Btrfs fixes Chris Mason
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=20111216182040.GA25457@shiny \
--to=chris.mason@oracle.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.