1. 30 12月, 2008 5 次提交
  2. 29 12月, 2008 1 次提交
  3. 14 12月, 2008 1 次提交
  4. 12 12月, 2008 1 次提交
  5. 09 12月, 2008 1 次提交
  6. 04 12月, 2008 2 次提交
  7. 03 12月, 2008 1 次提交
  8. 02 12月, 2008 5 次提交
  9. 01 12月, 2008 2 次提交
  10. 16 11月, 2008 2 次提交
  11. 06 11月, 2008 7 次提交
  12. 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
  13. 31 10月, 2008 1 次提交
  14. 30 10月, 2008 1 次提交
  15. 29 10月, 2008 1 次提交
  16. 24 10月, 2008 8 次提交