25 May, 2011

1 commit

  • Now that we have reliably tracking of deleted extents in a
    transaction we can easily implement "online" discard support
    which calls blkdev_issue_discard once a transaction commits.

    The actual discard is a two stage operation as we first have
    to mark the busy extent as not available for reuse before we
    can start the actual discard. Note that we don't bother
    supporting discard for the non-delaylog mode.

    Signed-off-by: Christoph Hellwig
    Signed-off-by: Alex Elder

    Christoph Hellwig
     

27 Jul, 2010

1 commit


30 Oct, 2008

1 commit

  • On Linux all filesystems are supposed to be operating under Posix'
    restricted chown. Restricted chown means it restricts chown to the owner
    unless you have CAP_FOWNER.

    NOTE: that 2 files outside of fs/xfs have been modified too for this
    change.

    Reviewed-by: Dave Chinner

    SGI-PV: 988919

    SGI-Modid: 2.6.x-xfs-melb:linux:32413b

    Signed-off-by: Tim Shimmin
    Signed-off-by: Christoph Hellwig
    Signed-off-by: David Chinner
    Signed-off-by: Lachlan McIlroy

    Tim Shimmin
     

18 Apr, 2008

2 commits


03 Nov, 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