summaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota/xfs_dquot.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove subdirectoriesChristoph Hellwig2011-08-121-1454/+0
* Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman2011-07-251-2/+2
* xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman2011-07-251-3/+3
* xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman2011-07-251-4/+0
* xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-1/+1
* xfs: remove the dead QUOTADEBUG codeChristoph Hellwig2011-07-131-40/+2
* xfs: clean up buffer locking helpersChristoph Hellwig2011-07-081-3/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-16/+18
* xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-071-2/+2
* xfs: Convert xlog_warn to new logging interfaceDave Chinner2011-03-071-4/+6
* xfs: use wait queues directly for the log wait queuesDave Chinner2010-12-211-1/+0
* xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflushChristoph Hellwig2010-10-181-88/+76
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-261-2/+2
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-8/+1
* xfs: give li_cb callbacks the correct prototypeChristoph Hellwig2010-07-261-48/+43
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-9/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: Clean up XFS_BLI_* flag namespaceDave Chinner2010-05-241-3/+3
* xfs: remove a few macro indirections in the quota codeChristoph Hellwig2010-05-191-5/+11
* xfs: access quotainfo structure directlyChristoph Hellwig2010-05-191-28/+29
* xfs: convert the dquot free list to use list headsDave Chinner2010-05-191-44/+31
* xfs: convert the dquot hash list to use list headsDave Chinner2010-05-191-22/+10
* xfs: convert the per-mount dquot list to use list headsDave Chinner2010-05-191-9/+12
* xfs: kill the unused XFS_QMOPT_* flush flags V2Dave Chinner2010-02-041-7/+6
* xfs: Use delay write promotion for dquot flushingDave Chinner2010-01-261-15/+10
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-211-6/+4
* xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-211-2/+1
* xfs: kill XFS_QMOPT_ASYNCChristoph Hellwig2010-01-211-2/+0
* xfs: event tracing supportChristoph Hellwig2009-12-141-79/+31
* xfs: use generic Posix ACL codeChristoph Hellwig2009-06-101-1/+0
* xfs: kill xfs_qmopsChristoph Hellwig2009-06-081-1/+3
* xfs: sanitize qh_lock wrappersChristoph Hellwig2009-02-091-14/+14
* xfs: add a lock class for group/project dquotsChristoph Hellwig2009-01-191-1/+11
* xfs: lockdep annotations for xfs_dqlock2Christoph Hellwig2009-01-191-10/+14
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-161-1/+1
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-301-8/+7
* [XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2008-10-301-2/+2
* [XFS] Allow 64 bit machines to avoid the AIL lock during flushesDavid Chinner2008-10-301-4/+2
* [XFS] don't block in xfs_qm_dqflush() during async writeback.David Chinner2008-10-301-7/+5
* [XFS] Clean up dquot pincount code.Peter Leckie2008-10-301-3/+3
* [XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy2008-08-131-1/+1
* [XFS] replace dquot flush semaphore with a completionDavid Chinner2008-08-131-22/+12
* [XFS] remove remaining VN_HOLD callsChristoph Hellwig2008-08-131-1/+1
* [XFS] Kill shouty XFS_ITOV() macroDavid Chinner2008-08-131-1/+1
* [XFS] Remove unused Falgs parameter from xfs_qm_dqpurge()Denys Vlasenko2008-07-281-2/+1
* [XFS] shrink mrlock_tChristoph Hellwig2008-04-291-2/+2
* [XFS] Ensure xfs_bawrite() errors are checked.David Chinner2008-04-181-2/+8
* [XFS] Check for dquot flush errorsDavid Chinner2008-04-181-4/+6
* [XFS] Unwrap AIL_LOCKDonald Douwsma2008-02-071-7/+5