An error occurred fetching the project authors.
  1. 08 May, 2009 1 commit
  2. 12 Feb, 2009 1 commit
  3. 04 Feb, 2009 1 commit
  4. 27 Jan, 2009 2 commits
  5. 02 Dec, 2008 1 commit
  6. 17 Sep, 2008 1 commit
  7. 13 Aug, 2008 4 commits
  8. 28 Jul, 2008 1 commit
  9. 29 Apr, 2008 1 commit
    • Christoph Hellwig's avatar
      [XFS] remove manual lookup from xfs_rename and simplify locking · cfa853e4
      Christoph Hellwig authored
      ->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: default avatarChristoph Hellwig <hch@infradead.org>
      Signed-off-by: default avatarLachlan McIlroy <lachlan@sgi.com>
      cfa853e4
  10. 07 Feb, 2008 5 commits
  11. 16 Oct, 2007 1 commit
  12. 08 May, 2007 2 commits
  13. 10 Feb, 2007 1 commit
  14. 08 Dec, 2006 1 commit
  15. 20 Jun, 2006 1 commit
  16. 09 Jun, 2006 2 commits
  17. 17 Mar, 2006 1 commit
  18. 11 Jan, 2006 1 commit
  19. 02 Nov, 2005 2 commits
  20. 01 Nov, 2005 1 commit
  21. 21 Jun, 2005 1 commit
  22. 05 May, 2005 1 commit
  23. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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