All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Final block fixes for 3.13
@ 2013-12-24 17:27 Jens Axboe
  0 siblings, 0 replies; only message in thread
From: Jens Axboe @ 2013-12-24 17:27 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Hi Linus,

A smallish collection of fixes destined for the 3.13 kernel. The pull
request contains:

- Fix for a memory leak on certain unplug events.

- A collection of bcache fixes from Kent and Nicolas.

- A few null_blk fixes and updates form Matias.

- A marking of static of functions in the stec pci-e driver.


Please pull!


  git://git.kernel.dk/linux-block.git for-linus


Andrey Vagin (1):
      block: fix memory leaks on unplugging block device

Jens Axboe (1):
      Merge branch 'bcache-for-3.13' of git://evilpiepirate.org/~kent/linux-bcache into for-linus

Kent Overstreet (4):
      bcache: Use uninterruptible sleep in writeback
      bcache: Fix dirty_data accounting
      bcache: bugfix for race between moving_gc and bucket_invalidate
      bcache: New writeback PD controller

Matias Bjorling (4):
      null_blk: mem garbage on NUMA systems during init
      null_blk: documentation
      null_blk: refactor init and init errors code paths
      null_blk: warning on ignored submit_queues param

Matias Bjørling (3):
      null_blk: corrections to documentation
      null_blk: set use_per_node_hctx param to false
      null_blk: support submit_queues on use_per_node_hctx

Nicholas Swenson (5):
      bcache: Fix for can_attach_cache()
      bcache: Fix heap_peek() macro
      bcache: fix for gc crashing when no sectors are used
      bcache: bugfix - moving_gc now moves only correct buckets
      bcache: fix for gc and writeback race

Rashika Kheria (1):
      drivers: block: Mark the functions as static in skd_main.c

Stefan Priebe (1):
      bcache: kthread don't set writeback task to INTERUPTIBLE

Wei Yongjun (1):
      bcache: fix sparse non static symbol warning

 Documentation/block/null_blk.txt |  72 ++++++++++++++++++++++++++
 block/blk-mq-sysfs.c             |  13 +++++
 drivers/block/null_blk.c         | 107 ++++++++++++++++++++++++++++-----------
 drivers/block/skd_main.c         |   4 +-
 drivers/md/bcache/alloc.c        |   2 +
 drivers/md/bcache/bcache.h       |  12 ++---
 drivers/md/bcache/btree.c        |  27 +++++++++-
 drivers/md/bcache/movinggc.c     |  21 +++++---
 drivers/md/bcache/super.c        |   2 +-
 drivers/md/bcache/sysfs.c        |  50 ++++++++++--------
 drivers/md/bcache/util.c         |   8 ++-
 drivers/md/bcache/util.h         |   2 +-
 drivers/md/bcache/writeback.c    |  53 +++++++++----------
 13 files changed, 275 insertions(+), 98 deletions(-)
 create mode 100644 Documentation/block/null_blk.txt

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-24 17:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-24 17:27 [GIT PULL] Final block fixes for 3.13 Jens Axboe

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.