An error occurred fetching the project authors.
  1. 15 Dec, 2011 3 commits
  2. 14 Dec, 2011 1 commit
  3. 13 Dec, 2011 3 commits
  4. 12 Dec, 2011 2 commits
  5. 12 Oct, 2011 7 commits
  6. 12 Aug, 2011 1 commit
    • Christoph Hellwig's avatar
      xfs: remove subdirectories · c59d87c4
      Christoph Hellwig authored
      Use the move from Linux 2.6 to Linux 3.x as an excuse to kill the
      annoying subdirectories in the XFS source code.  Besides the large
      amount of file rename the only changes are to the Makefile, a few
      files including headers with the subdirectory prefix, and the binary
      sysctl compat code that includes a header under fs/xfs/ from
      kernel/.
      Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
      Signed-off-by: default avatarAlex Elder <aelder@sgi.com>
      c59d87c4
  7. 25 Jul, 2011 4 commits
  8. 13 Jul, 2011 1 commit
  9. 08 Jul, 2011 1 commit
  10. 31 Mar, 2011 1 commit
  11. 06 Mar, 2011 3 commits
  12. 21 Dec, 2010 1 commit
  13. 18 Oct, 2010 1 commit
    • Christoph Hellwig's avatar
      xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflush · acecf1b5
      Christoph Hellwig authored
      In xfs_qm_dqflush we know that q_blkno must be initialized already from a
      previous xfs_qm_dqread.  So instead of calling xfs_qm_dqtobp we can
      simply read the quota buffer directly.  This also saves us from a duplicate
      xfs_qm_dqcheck call check and allows xfs_qm_dqtobp to be simplified now
      that it is always called for a newly initialized inode.  In addition to
      that properly unwind all locks in xfs_qm_dqflush when xfs_qm_dqcheck
      fails.
      
      This mirrors a similar cleanup in the inode lookup done earlier.
      Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
      Signed-off-by: default avatarAlex Elder <aelder@sgi.com>
      acecf1b5
  14. 26 Jul, 2010 5 commits
  15. 24 May, 2010 1 commit
  16. 19 May, 2010 5 commits