]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Jan 2012 20:48:41 +0000 (12:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Jan 2012 20:48:41 +0000 (12:48 -0800)
commit74ae79a87ce1a870eaa4cc9bb155221abe1a5025
tree6dc32821bd4576106cee50d52a90a8106a9d481f
parenta43fbeaa038696814cb27a35507ab57cf7a32a4d
parent8d06cf1a531ed6d674305c0e3b48e0e5a9ddfa86
Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-block

* 'for-3.3/drivers' of git://git.kernel.dk/linux-block:
  mtip32xx: do rebuild monitoring asynchronously
  xen-blkfront: Use kcalloc instead of kzalloc to allocate array
  mtip32xx: uninitialized variable in mtip_quiesce_io()
  mtip32xx: updates based on feedback
  xen-blkback: convert hole punching to discard request on loop devices
  xen/blkback: Move processing of BLKIF_OP_DISCARD from dispatch_rw_block_io
  xen/blk[front|back]: Enhance discard support with secure erasing support.
  xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard together
  mtip32xx: update to new ->make_request() API
  mtip32xx: add module.h include to avoid conflict with moduleh tree
  mtip32xx: mark a few more items static
  mtip32xx: ensure that all local functions are static
  mtip32xx: cleanup compat ioctl handling
  mtip32xx: fix warnings/errors on 32-bit compiles
  block: Add driver for Micron RealSSD pcie flash cards
drivers/block/xen-blkback/xenbus.c
drivers/block/xen-blkfront.c