summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2009-02-09xfs: sanitize qh_lock wrappersChristoph Hellwig4-81/+37
2009-02-09xfs: use mutex_is_locked in XFS_DQ_IS_LOCKEDChristoph Hellwig1-13/+1
2009-02-09xfs: remove XFS_QM_LOCK/XFS_QM_UNLOCK/XFS_QM_HOLD/XFS_QM_RELEChristoph Hellwig2-12/+6
2009-02-09xfs: merge xfs_mkdir into xfs_createChristoph Hellwig3-291/+92
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig7-18/+10
2009-02-09xfs: remove superflous inobt macrosChristoph Hellwig5-31/+17
2009-02-09xfs: remove iclog calculation special casesChristoph Hellwig1-26/+2
2009-02-08xfs: remove the unused XFS_QMOPT_DQLOCK flagChristoph Hellwig3-113/+50
2009-02-08xfs: cleanup xfs_find_handleChristoph Hellwig1-62/+44
2009-02-04xfs: cleanup error handling in xfs_swap_extentsJosef 'Jeff' Sipek1-35/+27
2009-02-04xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig4-57/+37
2009-02-04xfs: factor out attr fork reset handlingChristoph Hellwig1-30/+25
2009-02-04xfs: remove unused XFS_MOUNT_ILOCK/XFS_MOUNT_IUNLOCKChristoph Hellwig1-3/+0
2009-02-04xfs: tiny cleanup for xfs_linkChristoph Hellwig1-2/+4
2009-02-04xfs: make sure to free the real-time inodes in the mount error pathChristoph Hellwig3-8/+21
2009-02-04xfs: cleanup error handling in xfs_mountfs:Christoph Hellwig1-42/+35
2009-02-03[XFS] Warn on transaction in flight on read-only remountFelix Blyakher1-1/+5
2009-02-03xfs: Check buffer lengths in log recoveryDave Chinner1-6/+25
2009-02-03xfs: Check buffer lengths in log recoveryDave Chinner1-6/+25
2009-01-27don't reallocate sxp variable passed into xfs_swapextEric Sandeen1-9/+1
2009-01-27don't reallocate sxp variable passed into xfs_swapextEric Sandeen1-9/+1
2009-01-27[XFS] Warn on transaction in flight on read-only remountFelix Blyakher1-1/+5
2009-01-22Long btree pointers are still 64 bit on diskDave Chinner1-5/+5
2009-01-22Merge branch 'master' of git+ssh://oss.sgi.com/oss/git/xfs/xfsFelix Blyakher2-8/+0
2009-01-22[XFS] remove always-true #ifndef HAVE_FORMAT32 testsEric Sandeen2-8/+0
2009-01-22Long btree pointers are still 64 bit on diskDave Chinner1-5/+5
2009-01-19[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen23-158/+142
2009-01-19xfs: sanity check attr fork sizeChristoph Hellwig1-0/+13
2009-01-19xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig3-14/+32
2009-01-19xfs: add a lock class for group/project dquotsChristoph Hellwig1-1/+11
2009-01-19xfs: lockdep annotations for xfs_dqlock2Christoph Hellwig2-10/+24
2009-01-19xfs: add a separate lock class for the per-mount list of dquotsChristoph Hellwig1-0/+9
2009-01-19xfs: use mnt_want_write in compat_attrmulti ioctlChristoph Hellwig1-0/+9
2009-01-19xfs: fix dentry aliasing issues in open_by_handleChristoph Hellwig4-300/+196
2009-01-19xfs: sanity check attr fork sizeChristoph Hellwig1-0/+13
2009-01-19xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig3-14/+32
2009-01-19xfs: add a lock class for group/project dquotsChristoph Hellwig1-1/+11
2009-01-19xfs: lockdep annotations for xfs_dqlock2Christoph Hellwig2-10/+24
2009-01-19xfs: add a separate lock class for the per-mount list of dquotsChristoph Hellwig1-0/+9
2009-01-19xfs: use mnt_want_write in compat_attrmulti ioctlChristoph Hellwig1-0/+9
2009-01-19xfs: fix dentry aliasing issues in open_by_handleChristoph Hellwig4-300/+196
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen23-158/+142
2009-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f...Lachlan McIlroy6-28/+14
2009-01-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Lachlan McIlroy6-28/+14
2009-01-10filesystem freeze: remove XFS specific ioctl interfaces for freeze featureTakashi Sato3-19/+2
2009-01-10filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato3-9/+12
2009-01-09[XFS] use scalable vmap APINick Piggin1-3/+3
2009-01-09[XFS] remove old vmap cacheNick Piggin1-74/+1
2009-01-09Merge branch 'for-linus' of git+ssh://git.melbourne.sgi.com/git/xfsLachlan McIlroy13-125/+117
2009-01-09[XFS] make xfs_ino_t an unsigned long longChristoph Hellwig1-1/+1