aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/quota/xfs_dquot.c
AgeCommit message (Expand)Author
2011-08-12xfs: remove subdirectoriesChristoph Hellwig
2011-07-25Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman
2011-07-25xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman
2011-07-13xfs: remove the dead QUOTADEBUG codeChristoph Hellwig
2011-07-08xfs: clean up buffer locking helpersChristoph Hellwig
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner
2011-03-07xfs: Convert xlog_warn to new logging interfaceDave Chinner
2010-12-21xfs: use wait queues directly for the log wait queuesDave Chinner
2010-10-18xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflushChristoph Hellwig
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig
2010-07-26xfs: give li_cb callbacks the correct prototypeChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner
2010-05-19xfs: remove a few macro indirections in the quota codeChristoph Hellwig
2010-05-19xfs: access quotainfo structure directlyChristoph Hellwig
2010-05-19xfs: convert the dquot free list to use list headsDave Chinner
2010-05-19xfs: convert the dquot hash list to use list headsDave Chinner
2010-05-19xfs: convert the per-mount dquot list to use list headsDave Chinner
2010-02-04xfs: kill the unused XFS_QMOPT_* flush flags V2Dave Chinner
2010-01-26xfs: Use delay write promotion for dquot flushingDave Chinner
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig
2010-01-21xfs: kill XFS_QMOPT_ASYNCChristoph Hellwig
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig
2009-02-09xfs: sanitize qh_lock wrappersChristoph Hellwig
2009-01-19xfs: add a lock class for group/project dquotsChristoph Hellwig
2009-01-19xfs: lockdep annotations for xfs_dqlock2Christoph Hellwig
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen
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] don't block in xfs_qm_dqflush() during async writeback.David Chinner
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] replace dquot flush semaphore with a completionDavid Chinner
2008-08-13[XFS] remove remaining VN_HOLD callsChristoph Hellwig
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner
2008-07-28[XFS] Remove unused Falgs parameter from xfs_qm_dqpurge()Denys Vlasenko
2008-04-29[XFS] shrink mrlock_tChristoph Hellwig
2008-04-18[XFS] Ensure xfs_bawrite() errors are checked.David Chinner
2008-04-18[XFS] Check for dquot flush errorsDavid Chinner
2008-02-07[XFS] Unwrap AIL_LOCKDonald Douwsma