1. 26 4月, 2016 2 次提交
    • C
      nvme: fix cntlid type · 76e3914a
      Christoph Hellwig 提交于
      Controller IDs in NVMe are unsigned 16-bit types.  In the Fabrics driver we
      actually pass ctrl->id by reference, so we need it to have the correct type.
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      Signed-off-by: NJens Axboe <axboe@fb.com>
      76e3914a
    • J
      skd: remove broken discard support · 49bdedb3
      Jeff Moyer 提交于
      Simply creating a file system on an skd device, followed by mount and
      fstrim will result in errors in the logs and then a BUG().  Let's remove
      discard support from that driver.  As far as I can tell, it hasn't
      worked right since it was merged.  This patch also has a side-effect of
      cleaning up an unintentional shadowed declaration inside of
      skd_end_request.
      
      I tested to ensure that I can still do I/O to the device using xfstests
      ./check -g quick.  I didn't do anything more extensive than that,
      though.
      Signed-off-by: NJeff Moyer <jmoyer@redhat.com>
      Signed-off-by: NJens Axboe <axboe@fb.com>
      49bdedb3
  2. 14 4月, 2016 1 次提交
  3. 13 4月, 2016 35 次提交
  4. 11 4月, 2016 2 次提交