10 Feb, 2007

1 commit


28 Sep, 2006

1 commit

  • xfs_trans_delete_ail

    xfs_trans_update_ail and xfs_trans_delete_ail get called with the AIL lock
    held, and release it. Add lock annotations to these two functions so that
    sparse can check callers for lock pairing, and so that sparse will not
    complain about these functions since they intentionally use locks in this
    manner.

    SGI-PV: 954580
    SGI-Modid: xfs-linux-melb:xfs-kern:26807a

    Signed-off-by: Josh Triplett
    Signed-off-by: Nathan Scott
    Signed-off-by: Tim Shimmin

    Josh Triplett
     

20 Jun, 2006

1 commit


09 Jun, 2006

1 commit


02 Nov, 2005

2 commits


02 Sep, 2005

1 commit


17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds