1. 21 7月, 2011 1 次提交
    • J
      fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers · 02c24a82
      Josef Bacik 提交于
      Btrfs needs to be able to control how filemap_write_and_wait_range() is called
      in fsync to make it less of a painful operation, so push down taking i_mutex and
      the calling of filemap_write_and_wait() down into the ->fsync() handlers.  Some
      file systems can drop taking the i_mutex altogether it seems, like ext3 and
      ocfs2.  For correctness sake I just pushed everything down in all cases to make
      sure that we keep the current behavior the same for everybody, and then each
      individual fs maintainer can make up their mind about what to do from there.
      Thanks,
      Acked-by: NJan Kara <jack@suse.cz>
      Signed-off-by: NJosef Bacik <josef@redhat.com>
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      02c24a82
  2. 13 1月, 2011 1 次提交
  3. 10 8月, 2010 1 次提交
  4. 28 5月, 2010 1 次提交
  5. 06 3月, 2010 1 次提交
  6. 27 1月, 2010 1 次提交
  7. 12 6月, 2009 1 次提交
    • A
      sanitize ->fsync() for affs · c4758795
      Al Viro 提交于
      unfortunately, for affs (especially for affs directories) we have
      no real way to keep track of metadata ownership.  So we have to
      do more or less what file_fsync() does, but we do *not* need to
      call write_super() there.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      c4758795
  8. 28 3月, 2009 1 次提交
  9. 27 7月, 2008 1 次提交
  10. 07 5月, 2008 1 次提交
  11. 08 2月, 2008 1 次提交
  12. 21 2月, 2007 1 次提交
  13. 13 2月, 2007 1 次提交
  14. 24 9月, 2006 1 次提交
  15. 29 6月, 2006 1 次提交
  16. 29 3月, 2006 1 次提交
  17. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4