linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] scrub updates for 3.2
@ 2011-09-28 13:17 Arne Jansen
  2011-09-28 13:19 ` Arne Jansen
  0 siblings, 1 reply; 2+ messages in thread
From: Arne Jansen @ 2011-09-28 13:17 UTC (permalink / raw)
  To: Chris Mason; +Cc: Linux Btrfs

Hi Chris,

I rebased my readahead-patches for scrub to your current
integration-test branch (83f4e90fd11) and pushed it to:

git@github.com:sensille/linux.git for-chris

It just contains the readahead patch, which gives a significant
performance improvement for scrub. Currently scrub is the only
consumer.

Thanks,
Arne

Arne Jansen (7):
      btrfs: add an extra wait mode to read_extent_buffer_pages
      btrfs: add READAHEAD extent buffer flag
      btrfs: state information for readahead
      btrfs: initial readahead code and prototypes
      btrfs: hooks for readahead
      btrfs: test ioctl for readahead
      btrfs: use readahead API for scrub

 fs/btrfs/Makefile    |    3 +-
 fs/btrfs/ctree.h     |   21 ++
 fs/btrfs/disk-io.c   |   85 +++++-
 fs/btrfs/disk-io.h   |    2 +
 fs/btrfs/extent_io.c |    9 +-
 fs/btrfs/extent_io.h |    4 +
 fs/btrfs/ioctl.c     |   93 +++++-
 fs/btrfs/ioctl.h     |   16 +
 fs/btrfs/reada.c     |  949 ++++++++++++++++++++++++++++++++++++++++++++++++++
 fs/btrfs/scrub.c     |  116 +++----
 fs/btrfs/volumes.c   |    8 +
 fs/btrfs/volumes.h   |    8 +
 12 files changed, 1239 insertions(+), 75 deletions(-)
 create mode 100644 fs/btrfs/reada.c

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

* Re: [GIT PULL] scrub updates for 3.2
  2011-09-28 13:17 [GIT PULL] scrub updates for 3.2 Arne Jansen
@ 2011-09-28 13:19 ` Arne Jansen
  0 siblings, 0 replies; 2+ messages in thread
From: Arne Jansen @ 2011-09-28 13:19 UTC (permalink / raw)
  To: Chris Mason; +Cc: Linux Btrfs

On 28.09.2011 15:17, Arne Jansen wrote:
> Hi Chris,
> 
> I rebased my readahead-patches for scrub to your current
> integration-test branch (83f4e90fd11) and pushed it to:
> 
> git@github.com:sensille/linux.git for-chris

git://github.com/sensille/linux.git for-chris

of course...

> 
> It just contains the readahead patch, which gives a significant
> performance improvement for scrub. Currently scrub is the only
> consumer.
> 
> Thanks,
> Arne
> 
> Arne Jansen (7):
>       btrfs: add an extra wait mode to read_extent_buffer_pages
>       btrfs: add READAHEAD extent buffer flag
>       btrfs: state information for readahead
>       btrfs: initial readahead code and prototypes
>       btrfs: hooks for readahead
>       btrfs: test ioctl for readahead
>       btrfs: use readahead API for scrub
> 
>  fs/btrfs/Makefile    |    3 +-
>  fs/btrfs/ctree.h     |   21 ++
>  fs/btrfs/disk-io.c   |   85 +++++-
>  fs/btrfs/disk-io.h   |    2 +
>  fs/btrfs/extent_io.c |    9 +-
>  fs/btrfs/extent_io.h |    4 +
>  fs/btrfs/ioctl.c     |   93 +++++-
>  fs/btrfs/ioctl.h     |   16 +
>  fs/btrfs/reada.c     |  949 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  fs/btrfs/scrub.c     |  116 +++----
>  fs/btrfs/volumes.c   |    8 +
>  fs/btrfs/volumes.h   |    8 +
>  12 files changed, 1239 insertions(+), 75 deletions(-)
>  create mode 100644 fs/btrfs/reada.c
> --
> 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


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

end of thread, other threads:[~2011-09-28 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28 13:17 [GIT PULL] scrub updates for 3.2 Arne Jansen
2011-09-28 13:19 ` Arne Jansen

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