Revision a1e210331bbc69511898cd46dd09625ddeee5af8 authored by Linus Torvalds on 13 August 2016, 16:56:45 UTC, committed by Linus Torvalds on 13 August 2016, 16:56:45 UTC
Pull block fixes from Jens Axboe:

 - an NVMe fix from Gabriel, fixing a suspend/resume issue on some
   setups

 - addition of a few missing entries in the block queue sysfs
   documentation, from Joe

 - a fix for a sparse shadow warning for the bvec iterator, from
   Johannes

 - a writeback deadlock involving raid issuing barriers, and not
   flushing the plug when we wakeup the flusher threads.  From
   Konstantin

 - a set of patches for the NVMe target/loop/rdma code, from Roland and
   Sagi

* 'for-linus' of git://git.kernel.dk/linux-block:
  bvec: avoid variable shadowing warning
  doc: update block/queue-sysfs.txt entries
  nvme: Suspend all queues before deletion
  mm, writeback: flush plugged IO in wakeup_flusher_threads()
  nvme-rdma: Remove unused includes
  nvme-rdma: start async event handler after reconnecting to a controller
  nvmet: Fix controller serial number inconsistency
  nvmet-rdma: Don't use the inline buffer in order to avoid allocation for small reads
  nvmet-rdma: Correctly handle RDMA device hot removal
  nvme-rdma: Make sure to shutdown the controller if we can
  nvme-loop: Remove duplicate call to nvme_remove_namespaces
  nvme-rdma: Free the I/O tags when we delete the controller
  nvme-rdma: Remove duplicate call to nvme_remove_namespaces
  nvme-rdma: Fix device removal handling
  nvme-rdma: Queue ns scanning after a sucessful reconnection
  nvme-rdma: Don't leak uninitialized memory in connect request private data
2 parent s f31494b + 1ea049b
History
File Mode Size
i386
x86_64
00-INDEX -rw-r--r-- 643 bytes
boot.txt -rw-r--r-- 38.7 KB
early-microcode.txt -rw-r--r-- 2.4 KB
earlyprintk.txt -rw-r--r-- 5.7 KB
entry_64.txt -rw-r--r-- 4.1 KB
exception-tables.txt -rw-r--r-- 13.0 KB
intel_mpx.txt -rw-r--r-- 10.9 KB
kernel-stacks -rw-r--r-- 6.1 KB
mtrr.txt -rw-r--r-- 11.6 KB
pat.txt -rw-r--r-- 11.1 KB
protection-keys.txt -rw-r--r-- 1.3 KB
tlb.txt -rw-r--r-- 3.6 KB
topology.txt -rw-r--r-- 6.4 KB
usb-legacy-support.txt -rw-r--r-- 1.8 KB
zero-page.txt -rw-r--r-- 1.7 KB

back to top