1. 30 10月, 2009 6 次提交
  2. 21 9月, 2009 1 次提交
  3. 07 4月, 2009 2 次提交
  4. 02 12月, 2008 1 次提交
  5. 02 11月, 2008 1 次提交
    • A
      saner FASYNC handling on file close · 233e70f4
      Al Viro 提交于
      As it is, all instances of ->release() for files that have ->fasync()
      need to remember to evict file from fasync lists; forgetting that
      creates a hole and we actually have a bunch that *does* forget.
      
      So let's keep our lives simple - let __fput() check FASYNC in
      file->f_flags and call ->fasync() there if it's been set.  And lose that
      crap in ->release() instances - leaving it there is still valid, but we
      don't have to bother anymore.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      233e70f4
  6. 09 10月, 2008 1 次提交
  7. 16 8月, 2008 4 次提交
  8. 21 6月, 2008 2 次提交
  9. 03 5月, 2008 1 次提交
  10. 30 4月, 2008 1 次提交
  11. 08 4月, 2008 3 次提交
  12. 07 2月, 2008 1 次提交
  13. 31 1月, 2008 1 次提交
    • J
      [SCSI] remove use_sg_chaining · d3f46f39
      James Bottomley 提交于
      With the sg table code, every SCSI driver is now either chain capable
      or broken (or has sg_tablesize set so chaining is never activated), so
      there's no need to have a check in the host template.
      
      Also tidy up the code by moving the scatterlist size defines into the
      SCSI includes and permit the last entry of the scatterlist pools not
      to be a power of two.
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      d3f46f39
  14. 12 1月, 2008 7 次提交
  15. 16 10月, 2007 1 次提交
  16. 20 7月, 2007 1 次提交
  17. 01 6月, 2007 1 次提交
  18. 24 5月, 2007 1 次提交
  19. 17 2月, 2007 4 次提交