aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-13xfs: fix double IRELE in xfs_dqrele_inodeChristoph Hellwig1-1/+0
2009-09-15xfs: switch to seq_fileAlexey Dobriyan1-46/+32
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig7-7/+0
2009-06-08xfs: remove SYNC_BDFLUSHChristoph Hellwig1-23/+5
2009-06-08xfs: use generic inode iterator in xfs_qm_dqrele_all_inodesChristoph Hellwig1-81/+31
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig6-202/+104
2009-03-29xfs: kill mutex_t typedefChristoph Hellwig4-8/+8
2009-02-09xfs: get rid of indirections in the quotaops implementationChristoph Hellwig3-186/+17
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-08xfs: remove the unused XFS_QMOPT_DQLOCK flagChristoph Hellwig2-112/+50
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-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-1/+1
2008-12-04no explicit xfs_iflush for special inodes during unmountChristoph Hellwig2-37/+9
2008-12-01[XFS] remove bhv_statvfs_t typedefChristoph Hellwig1-2/+2
2008-11-10[XFS] Avoid using inodes that haven't been completely initialisedDave Chinner1-0/+6
2008-11-10[XFS] fix uninitialised variable bug in dquot releaseDave Chinner1-18/+24
2008-10-30[XFS] kill struct xfs_mount_argsChristoph Hellwig2-2/+0
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2-11/+12
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2-3/+3
2008-10-30[XFS] Allow 64 bit machines to avoid the AIL lock during flushesDavid Chinner1-4/+2
2008-10-30[XFS] Kill xfs_sync()David Chinner1-7/+3
2008-10-30[XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner1-1/+1
2008-10-30[XFS] Use struct inodes instead of vnodes to kill vn_grabDavid Chinner1-8/+8
2008-10-30[XFS] Traverse inode trees when releasing dquotsDavid Chinner1-68/+59
2008-10-30[XFS] don't block in xfs_qm_dqflush() during async writeback.David Chinner1-7/+5
2008-10-30[XFS] Fix build brakage from patch "Clean up dquot pincount code"Peter Leckie1-1/+1
2008-10-30[XFS] Clean up dquot pincount code.Peter Leckie5-34/+16
2008-08-13[XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy1-1/+1
2008-08-13[XFS] cleanup xfs_mountfsChristoph Hellwig3-9/+6
2008-08-13[XFS] replace dquot flush semaphore with a completionDavid Chinner4-41/+38
2008-08-13[XFS] kill bhv_vnode_tChristoph Hellwig1-1/+1
2008-08-13[XFS] remove remaining VN_HOLD callsChristoph Hellwig1-1/+1
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner1-1/+1
2008-08-13[XFS] kill shouty XFS_ITOV_NULL macroDavid Chinner1-1/+1
2008-07-28[XFS] s/XFS_PURGE_INODE/IRELE/g s/VN_HOLD(XFS_ITOV())/IHOLD()/Christoph Hellwig3-10/+7
2008-07-28[XFS] Remove unused Falgs parameter from xfs_qm_dqpurge()Denys Vlasenko3-4/+3
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko3-12/+12
2008-04-29[XFS] shrink mrlock_tChristoph Hellwig4-18/+14
2008-04-29[XFS] kill di_mode checks after xfs_igetChristoph Hellwig2-12/+0
2008-04-18[XFS] Ensure xfs_bawrite() errors are checked.David Chinner2-3/+14
2008-04-18[XFS] Propagate errors from xfs_trans_commit().David Chinner2-4/+4
2008-04-18[XFS] Propagate quota file truncation errors.David Chinner1-8/+7
2008-04-18[XFS] Catch errors when turning off quotas.David Chinner1-3/+12
2008-04-18[XFS] Catch errors resetting quota flags.David Chinner1-1/+4
2008-04-18[XFS] Clean up quotamount error handling.David Chinner2-15/+15
2008-04-18[XFS] Check for dquot flush errorsDavid Chinner3-7/+24