]> Git Repo - linux.git/commitdiff
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
authorLinus Torvalds <[email protected]>
Wed, 12 Jun 2013 23:42:39 +0000 (16:42 -0700)
committerLinus Torvalds <[email protected]>
Wed, 12 Jun 2013 23:42:39 +0000 (16:42 -0700)
Pull block layer fixes from Jens Axboe:
 "Outside of bcache (which really isn't super big), these are all
  few-liners.  There are a few important fixes in here:

   - Fix blk pm sleeping when holding the queue lock

   - A small collection of bcache fixes that have been done and tested
     since bcache was included in this merge window.

   - A fix for a raid5 regression introduced with the bio changes.

   - Two important fixes for mtip32xx, fixing an oops and potential data
     corruption (or hang) due to wrong bio iteration on stacked devices."

* 'for-linus' of git://git.kernel.dk/linux-block:
  scatterlist: sg_set_buf() argument must be in linear mapping
  raid5: Initialize bi_vcnt
  pktcdvd: silence static checker warning
  block: remove refs to XD disks from documentation
  blkpm: avoid sleep when holding queue lock
  mtip32xx: Correctly handle bio->bi_idx != 0 conditions
  mtip32xx: Fix NULL pointer dereference during module unload
  bcache: Fix error handling in init code
  bcache: clarify free/available/unused space
  bcache: drop "select CLOSURES"
  bcache: Fix incompatible pointer type warning

1  2 
Documentation/kernel-parameters.txt

index 6e3b18a8afc6a8749d3d91fd559e2bd5c62cadfc,5469dbf9558415e277ee37b4a17a66053981f52c..2fe6e767b3d6013f3d1023c2e518b0466fa27e2f
@@@ -3005,27 -3005,6 +3005,27 @@@ bytes respectively. Such letter suffixe
                        Force threading of all interrupt handlers except those
                        marked explicitly IRQF_NO_THREAD.
  
 +      tmem            [KNL,XEN]
 +                      Enable the Transcendent memory driver if built-in.
 +
 +      tmem.cleancache=0|1 [KNL, XEN]
 +                      Default is on (1). Disable the usage of the cleancache
 +                      API to send anonymous pages to the hypervisor.
 +
 +      tmem.frontswap=0|1 [KNL, XEN]
 +                      Default is on (1). Disable the usage of the frontswap
 +                      API to send swap pages to the hypervisor. If disabled
 +                      the selfballooning and selfshrinking are force disabled.
 +
 +      tmem.selfballooning=0|1 [KNL, XEN]
 +                      Default is on (1). Disable the driving of swap pages
 +                      to the hypervisor.
 +
 +      tmem.selfshrinking=0|1 [KNL, XEN]
 +                      Default is on (1). Partial swapoff that immediately
 +                      transfers pages from Xen hypervisor back to the
 +                      kernel based on different criteria.
 +
        topology=       [S390]
                        Format: {off | on}
                        Specify if the kernel should make use of the cpu
                        plus one apbt timer for broadcast timer.
                        x86_mrst_timer=apbt_only | lapic_and_apbt
  
-       xd=             [HW,XT] Original XT pre-IDE (RLL encoded) disks.
-       xd_geo=         See header of drivers/block/xd.c.
        xen_emul_unplug=                [HW,X86,XEN]
                        Unplug Xen emulated devices
                        Format: [unplug0,][unplug1]
This page took 0.079583 seconds and 4 git commands to generate.