1. 04 2月, 2009 1 次提交
  2. 28 1月, 2009 2 次提交
  3. 02 12月, 2008 1 次提交
  4. 17 9月, 2008 1 次提交
  5. 13 8月, 2008 4 次提交
  6. 28 7月, 2008 1 次提交
  7. 29 4月, 2008 1 次提交
    • C
      [XFS] remove manual lookup from xfs_rename and simplify locking · cfa853e4
      Christoph Hellwig 提交于
      ->rename already gets the target inode passed if it exits. Pass it down to
      xfs_rename so that we can avoid looking it up again. Also simplify locking
      as the first lock section in xfs_rename can go away now: the isdir is an
      invariant over the lifetime of the inode, and new_parent and the nlink
      check are namespace topology protected by i_mutex in the VFS. The projid
      check needs to move into the second lock section anyway to not be racy.
      
      Also kill the now unused xfs_dir_lookup_int and remove the now-unused
      first_locked argumet to xfs_lock_inodes.
      
      SGI-PV: 976035
      SGI-Modid: xfs-linux-melb:xfs-kern:30903a
      Signed-off-by: NChristoph Hellwig <hch@infradead.org>
      Signed-off-by: NLachlan McIlroy <lachlan@sgi.com>
      cfa853e4
  8. 07 2月, 2008 5 次提交
  9. 16 10月, 2007 1 次提交
  10. 08 5月, 2007 2 次提交
  11. 10 2月, 2007 1 次提交
  12. 09 12月, 2006 1 次提交
  13. 20 6月, 2006 1 次提交
  14. 09 6月, 2006 2 次提交
  15. 17 3月, 2006 1 次提交
  16. 11 1月, 2006 1 次提交
  17. 02 11月, 2005 3 次提交
  18. 21 6月, 2005 1 次提交
  19. 06 5月, 2005 1 次提交
  20. 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