* [GIT PULL] bcache changes for 3.15
@ 2014-03-18 19:56 Kent Overstreet
2014-03-19 14:35 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Kent Overstreet @ 2014-03-18 19:56 UTC (permalink / raw)
To: Jens Axboe; +Cc: linux-kernel, linux-bcache
Jens, here's the bcache changes for 3.15. Lots of bugfixes, and some refactoring
and cleanups.
The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:
Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)
are available in the git repository at:
git://evilpiepirate.org/~kent/linux-bcache.git bcache-for-3.15
for you to fetch changes up to cb85114956dc88b287afca2872658f562acbc302:
bcache: remove nested function usage (2014-03-18 12:39:28 -0700)
----------------------------------------------------------------
John Sheu (1):
bcache: remove nested function usage
Kent Overstreet (21):
bcache: Fix another compiler warning on m68k
bcache: Fix flash_dev_cache_miss() for real this time
bcache: Fix a shutdown bug
bcache: Fix a lockdep splat in an error path
bcache: Fix a null ptr deref in journal replay
bcache: Fix a journalling reclaim after recovery bug
bcache: Fix a bug recovering from unclean shutdown
bcache: Fix another bug recovering from unclean shutdown
bcache: Fix discard granularity
bcache: Fix moving_pred()
bcache: Kill dead cgroup code
bcache: Better alloc tracepoints
bcache: Improve priority_stats
bcache: Add bch_keylist_init_single()
bcache: Add a real GC_MARK_RECLAIMABLE
bcache: Fix a race when freeing btree nodes
bcache: btree locking rework
bcache: Kill btree_io_wq
bcache: Rework btree cache reserve handling
bcache: Kill unused freelist
bcache: Kill bucket->gc_gen
Nicholas Swenson (2):
bcache: Fix moving_gc deadlocking with a foreground write
bcache: stop moving_gc marking buckets that can't be moved.
drivers/md/bcache/Kconfig | 8 -
drivers/md/bcache/alloc.c | 173 +++++-------
drivers/md/bcache/bcache.h | 56 ++--
drivers/md/bcache/bset.c | 4 +-
drivers/md/bcache/bset.h | 6 +
drivers/md/bcache/btree.c | 592 ++++++++++++++++++++++++------------------
drivers/md/bcache/btree.h | 12 +-
drivers/md/bcache/extents.c | 36 +--
drivers/md/bcache/journal.c | 46 ++--
drivers/md/bcache/journal.h | 1 +
drivers/md/bcache/movinggc.c | 18 +-
drivers/md/bcache/request.c | 201 +-------------
drivers/md/bcache/request.h | 19 +-
drivers/md/bcache/stats.c | 3 -
drivers/md/bcache/super.c | 64 ++---
drivers/md/bcache/sysfs.c | 155 ++++++-----
drivers/md/bcache/trace.c | 2 +-
include/trace/events/bcache.h | 52 ++--
18 files changed, 664 insertions(+), 784 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] bcache changes for 3.15
2014-03-18 19:56 [GIT PULL] bcache changes for 3.15 Kent Overstreet
@ 2014-03-19 14:35 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2014-03-19 14:35 UTC (permalink / raw)
To: Kent Overstreet; +Cc: linux-kernel, linux-bcache
On 03/18/2014 01:56 PM, Kent Overstreet wrote:
> Jens, here's the bcache changes for 3.15. Lots of bugfixes, and some refactoring
> and cleanups.
>
> The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:
>
> Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)
>
> are available in the git repository at:
>
> git://evilpiepirate.org/~kent/linux-bcache.git bcache-for-3.15
>
> for you to fetch changes up to cb85114956dc88b287afca2872658f562acbc302:
>
> bcache: remove nested function usage (2014-03-18 12:39:28 -0700)
Thanks Kent, pulled!
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-19 14:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-18 19:56 [GIT PULL] bcache changes for 3.15 Kent Overstreet
2014-03-19 14:35 ` Jens Axboe
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).