1. 12 11月, 2014 1 次提交
  2. 11 11月, 2014 1 次提交
  3. 05 11月, 2014 1 次提交
  4. 31 10月, 2014 1 次提交
  5. 24 10月, 2014 1 次提交
  6. 23 10月, 2014 1 次提交
    • J
      scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND · 84ce0f0e
      Jan Kara 提交于
      When sg_scsi_ioctl() fails to prepare request to submit in
      blk_rq_map_kern() we jump to a label where we just end up copying
      (luckily zeroed-out) kernel buffer to userspace instead of reporting
      error. Fix the problem by jumping to the right label.
      
      CC: Jens Axboe <axboe@kernel.dk>
      CC: linux-scsi@vger.kernel.org
      CC: stable@vger.kernel.org
      Coverity-id: 1226871
      Signed-off-by: NJan Kara <jack@suse.cz>
      
      Fixed up the, now unused, out label.
      Signed-off-by: NJens Axboe <axboe@fb.com>
      84ce0f0e
  7. 22 10月, 2014 1 次提交
  8. 14 10月, 2014 2 次提交
  9. 13 10月, 2014 2 次提交
  10. 10 10月, 2014 1 次提交
  11. 09 10月, 2014 1 次提交
  12. 07 10月, 2014 2 次提交
  13. 04 10月, 2014 2 次提交
  14. 01 10月, 2014 1 次提交
  15. 28 9月, 2014 1 次提交
    • R
      block: Replace strnicmp with strncasecmp · 58294050
      Rasmus Villemoes 提交于
      The kernel used to contain two functions for length-delimited,
      case-insensitive string comparison, strnicmp with correct semantics
      and a slightly buggy strncasecmp. The latter is the POSIX name, so
      strnicmp was renamed to strncasecmp, and strnicmp made into a wrapper
      for the new strncasecmp to avoid breaking existing users.
      
      To allow the compat wrapper strnicmp to be removed at some point in
      the future, and to avoid the extra indirection cost, do
      s/strnicmp/strncasecmp/g.
      
      Cc: Jens Axboe <axboe@kernel.dk>
      Signed-off-by: NRasmus Villemoes <linux@rasmusvillemoes.dk>
      Signed-off-by: NJens Axboe <axboe@fb.com>
      58294050
  16. 27 9月, 2014 13 次提交
  17. 26 9月, 2014 8 次提交