]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Dec 2018 19:36:32 +0000 (11:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Dec 2018 19:36:32 +0000 (11:36 -0800)
commit2092b9543364a6edc47dcc9e7e39a7ed27d76c00
tree7d77cf9e4782047c2a6508a1218fa7b42d28b048
parentb9517ccad0147c811344a2faa91e4bc6e1910d0d
parent88d13776e388a616b7fb1e77289ee75b9cbcde14
Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-block

Pull block layer fixes from Jens Axboe:

 - Single range elevator discard merge fix, that caused crashes (Ming)

 - Fix for a regression in O_DIRECT, where we could potentially lose the
   error value (Maximilian Heyne)

 - NVMe pull request from Christoph, with little fixes all over the map
   for NVMe.

* tag 'for-linus-20181201' of git://git.kernel.dk/linux-block:
  block: fix single range discard merge
  nvme-rdma: fix double freeing of async event data
  nvme: flush namespace scanning work just before removing namespaces
  nvme: warn when finding multi-port subsystems without multipathing enabled
  fs: fix lost error code in dio_complete
  nvme-pci: fix surprise removal
  nvme-fc: initialize nvme_req(rq)->ctrl after calling __nvme_fc_init_request()
  nvme: Free ctrl device name on init failure