aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota/xfs_dquot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-18xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflushChristoph Hellwig1-88/+76
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig1-2/+2
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-8/+1
2010-07-26xfs: give li_cb callbacks the correct prototypeChristoph Hellwig1-48/+43
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-9/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner1-3/+3
2010-05-19xfs: remove a few macro indirections in the quota codeChristoph Hellwig1-5/+11
2010-05-19xfs: access quotainfo structure directlyChristoph Hellwig1-28/+29
2010-05-19xfs: convert the dquot free list to use list headsDave Chinner1-44/+31
2010-05-19xfs: convert the dquot hash list to use list headsDave Chinner1-22/+10
2010-05-19xfs: convert the per-mount dquot list to use list headsDave Chinner1-9/+12
2010-02-04xfs: kill the unused XFS_QMOPT_* flush flags V2Dave Chinner1-7/+6
2010-01-26xfs: Use delay write promotion for dquot flushingDave Chinner1-15/+10
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig1-6/+4
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-2/+1
2010-01-21xfs: kill XFS_QMOPT_ASYNCChristoph Hellwig1-2/+0
2009-12-14xfs: event tracing supportChristoph Hellwig1-79/+31
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig1-1/+0
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-1/+3
2009-02-09xfs: sanitize qh_lock wrappersChristoph Hellwig1-14/+14
2009-01-19xfs: add a lock class for group/project dquotsChristoph Hellwig1-1/+11
2009-01-19xfs: lockdep annotations for xfs_dqlock2Christoph Hellwig1-10/+14
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-1/+1
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner1-8/+7
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailDavid Chinner1-2/+2
2008-10-30[XFS] Allow 64 bit machines to avoid the AIL lock during flushesDavid Chinner1-4/+2
2008-10-30[XFS] don't block in xfs_qm_dqflush() during async writeback.David Chinner1-7/+5
2008-10-30[XFS] Clean up dquot pincount code.Peter Leckie1-3/+3
2008-08-13[XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy1-1/+1
2008-08-13[XFS] replace dquot flush semaphore with a completionDavid Chinner1-22/+12
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-07-28[XFS] Remove unused Falgs parameter from xfs_qm_dqpurge()Denys Vlasenko1-2/+1
2008-04-29[XFS] shrink mrlock_tChristoph Hellwig1-2/+2
2008-04-18[XFS] Ensure xfs_bawrite() errors are checked.David Chinner1-2/+8
2008-04-18[XFS] Check for dquot flush errorsDavid Chinner1-4/+6
2008-02-07[XFS] Unwrap AIL_LOCKDonald Douwsma1-7/+5
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen1-2/+1
2007-02-10[XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen1-2/+0
2007-02-10[XFS] Remove unused argument to xfs_bmap_finishEric Sandeen1-1/+1
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-06-09[XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott1-1/+1
2006-06-09[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber1-2/+2
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen1-2/+2
2005-11-02[XFS] endianess annotations and cleanup for the quota codeChristoph Hellwig1-95/+89
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-27/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-6/+6
2005-11-02[XFS] Fix signedness issues in dquot ID handling, allowing uids/gids aboveNathan Scott1-2/+1
2005-09-05[XFS] Fixes a bug in the quota code when allocating a new dquot recordTim Shimmin1-7/+36