From: Kent Overstreet <kmo-PEzghdH756F8UrSeD/g0lQ@public.gmane.org>
To: axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-bcache-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [GIT PULL] Bcache changes for 3.11
Date: Mon, 1 Jul 2013 15:10:00 -0700 [thread overview]
Message-ID: <20130701221000.GA4794@moria.home.lan> (raw)
Hi Jens, here's the bcache changes for 3.11.
The following changes since commit 9e895ace5d82df8929b16f58e9f515f6d54ab82d:
Linux 3.10-rc7 (2013-06-22 09:47:31 -1000)
are available in the git repository at:
git://evilpiepirate.org/~kent/linux-bcache.git bcache-for-3.11
for you to fetch changes up to 8e51e414a3c6d92ef2cc41720c67342a8e2c0bf7:
bcache: Use standard utility code (2013-07-01 14:43:53 -0700)
----------------------------------------------------------------
Gabriel de Perthuis (4):
bcache: Warn when a device is already registered.
bcache: Send a uevent with a cached device's UUID
bcache: Send label uevents
bcache: Refresh usage docs
Kent Overstreet (14):
bcache: fix a spurious gcc complaint, use scnprintf
bcache: Convert allocator thread to kthread
bcache: Refactor btree io
bcache: Fix/revamp tracepoints
bcache: Rip out pkey()/pbtree()
bcache: Improve lazy sorting
bcache: Initialize sectors_dirty when attaching
bcache: Track dirty data by stripe
bcache: Write out full stripes
bcache: FUA fixes
bcache: Document shrinker reserve better
bcache: Delete fuzz tester
bcache: Update email address
bcache: Use standard utility code
Kumar Amit Mehta (1):
md: bcache: io.c: fix a potential NULL pointer dereference
Masanari Iida (1):
doc: Fix typo in documentation/bcache.txt
Documentation/bcache.txt | 47 +++--
MAINTAINERS | 2 +-
drivers/md/bcache/alloc.c | 44 +++--
drivers/md/bcache/bcache.h | 56 ++----
drivers/md/bcache/bset.c | 56 ++++--
drivers/md/bcache/bset.h | 4 +
drivers/md/bcache/btree.c | 447 ++++++++++++++++++++----------------------
drivers/md/bcache/btree.h | 35 ++--
drivers/md/bcache/debug.c | 178 ++---------------
drivers/md/bcache/debug.h | 11 +-
drivers/md/bcache/io.c | 68 +++----
drivers/md/bcache/journal.c | 18 +-
drivers/md/bcache/movinggc.c | 24 +--
drivers/md/bcache/request.c | 189 +++++++-----------
drivers/md/bcache/request.h | 2 +-
drivers/md/bcache/super.c | 131 ++++++++++---
drivers/md/bcache/sysfs.c | 66 ++++---
drivers/md/bcache/trace.c | 47 ++++-
drivers/md/bcache/util.c | 17 --
drivers/md/bcache/util.h | 6 -
drivers/md/bcache/writeback.c | 133 +++++++++++--
drivers/md/bcache/writeback.h | 64 ++++++
include/trace/events/bcache.h | 381 +++++++++++++++++++++++++----------
23 files changed, 1119 insertions(+), 907 deletions(-)
create mode 100644 drivers/md/bcache/writeback.h
next reply other threads:[~2013-07-01 22:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-01 22:10 Kent Overstreet [this message]
[not found] ` <20130701221000.GA4794-jC9Py7bek1znysI04z7BkA@public.gmane.org>
2013-07-02 6:34 ` [GIT PULL] Bcache changes for 3.11 Jens Axboe
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=20130701221000.GA4794@moria.home.lan \
--to=kmo-pezghdh756f8ursed/g0lq@public.gmane.org \
--cc=axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org \
--cc=linux-bcache-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.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