1. 26 Apr, 2016 2 commits
    • Christoph Hellwig's avatar
      nvme: fix cntlid type · 76e3914a
      Christoph Hellwig authored
      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: default avatarChristoph Hellwig <hch@lst.de>
      Signed-off-by: default avatarJens Axboe <axboe@fb.com>
      76e3914a
    • Jeff Moyer's avatar
      skd: remove broken discard support · 49bdedb3
      Jeff Moyer authored
      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: default avatarJeff Moyer <jmoyer@redhat.com>
      Signed-off-by: default avatarJens Axboe <axboe@fb.com>
      49bdedb3
  2. 13 Apr, 2016 2 commits
  3. 12 Apr, 2016 34 commits
  4. 11 Apr, 2016 2 commits