1. 30 3月, 2009 1 次提交
  2. 26 3月, 2009 1 次提交
  3. 25 3月, 2009 19 次提交
  4. 22 3月, 2009 1 次提交
  5. 16 3月, 2009 1 次提交
    • J
      Use f_lock to protect f_flags · db1dd4d3
      Jonathan Corbet 提交于
      Traditionally, changes to struct file->f_flags have been done under BKL
      protection, or with no protection at all.  This patch causes all f_flags
      changes after file open/creation time to be done under protection of
      f_lock.  This allows the removal of some BKL usage and fixes a number of
      longstanding (if microscopic) races.
      Reviewed-by: NChristoph Hellwig <hch@lst.de>
      Cc: Al Viro <viro@ZenIV.linux.org.uk>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      db1dd4d3
  6. 28 2月, 2009 4 次提交
  7. 19 2月, 2009 1 次提交
  8. 15 2月, 2009 1 次提交
  9. 10 2月, 2009 6 次提交
  10. 28 1月, 2009 3 次提交
  11. 12 1月, 2009 1 次提交
  12. 08 1月, 2009 1 次提交