aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/quota
AgeCommit message (Expand)Author
2010-02-13fs/xfs: Correct NULL testJulia Lawall
2010-02-04xfs: kill the unused XFS_QMOPT_* flush flags V2Dave Chinner
2010-01-26xfs: Use delay write promotion for dquot flushingDave Chinner
2010-02-02xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner
2010-01-21xfs: quota limit statvfs available blocksChristoph Hellwig
2010-01-21xfs: replace KM_LARGE with explicit vmalloc useChristoph Hellwig
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig
2010-01-21xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig
2010-01-21xfs: implement quota warnings via netlinkChristoph Hellwig
2010-01-21xfs: clean up error handling in xfs_trans_dqresvChristoph Hellwig
2010-01-21xfs: kill XFS_QMOPT_ASYNCChristoph Hellwig
2010-01-15xfs: reclaim inodes under a write lockDave Chinner
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-10-13xfs: fix double IRELE in xfs_dqrele_inodeChristoph Hellwig
2009-09-15xfs: switch to seq_fileAlexey Dobriyan
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig
2009-06-08xfs: remove SYNC_BDFLUSHChristoph Hellwig
2009-06-08xfs: use generic inode iterator in xfs_qm_dqrele_all_inodesChristoph Hellwig
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig
2009-03-29xfs: kill mutex_t typedefChristoph Hellwig
2009-02-09xfs: get rid of indirections in the quotaops implementationChristoph Hellwig
2009-02-09xfs: sanitize qh_lock wrappersChristoph Hellwig
2009-02-09xfs: use mutex_is_locked in XFS_DQ_IS_LOCKEDChristoph Hellwig
2009-02-09xfs: remove XFS_QM_LOCK/XFS_QM_UNLOCK/XFS_QM_HOLD/XFS_QM_RELEChristoph Hellwig
2009-02-08xfs: remove the unused XFS_QMOPT_DQLOCK flagChristoph Hellwig
2009-01-19xfs: add a lock class for group/project dquotsChristoph Hellwig
2009-01-19xfs: lockdep annotations for xfs_dqlock2Christoph Hellwig
2009-01-19xfs: add a separate lock class for the per-mount list of dquotsChristoph Hellwig
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen
2008-12-04no explicit xfs_iflush for special inodes during unmountChristoph Hellwig
2008-12-01[XFS] remove bhv_statvfs_t typedefChristoph Hellwig
2008-11-10[XFS] Avoid using inodes that haven't been completely initialisedDave Chinner
2008-11-10[XFS] fix uninitialised variable bug in dquot releaseDave Chinner
2008-10-30[XFS] kill struct xfs_mount_argsChristoph Hellwig
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailDavid Chinner
2008-10-30[XFS] Allow 64 bit machines to avoid the AIL lock during flushesDavid Chinner
2008-10-30[XFS] Kill xfs_sync()David Chinner
2008-10-30[XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner
2008-10-30[XFS] Use struct inodes instead of vnodes to kill vn_grabDavid Chinner
2008-10-30[XFS] Traverse inode trees when releasing dquotsDavid Chinner
2008-10-30[XFS] don't block in xfs_qm_dqflush() during async writeback.David Chinner
2008-10-30[XFS] Fix build brakage from patch "Clean up dquot pincount code"Peter Leckie
2008-10-30[XFS] Clean up dquot pincount code.Peter Leckie
2008-08-13[XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy
2008-08-13[XFS] cleanup xfs_mountfsChristoph Hellwig
2008-08-13[XFS] replace dquot flush semaphore with a completionDavid Chinner
2008-08-13[XFS] kill bhv_vnode_tChristoph Hellwig