aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota/xfs_dquot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-081-2/+1
* [XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen2007-02-101-2/+0
* [XFS] Remove unused argument to xfs_bmap_finishEric Sandeen2007-02-101-1/+1
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott2006-06-091-1/+1
* [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber2006-06-091-2/+2
* [PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen2006-01-091-2/+2
* [XFS] endianess annotations and cleanup for the quota codeChristoph Hellwig2005-11-021-95/+89
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-27/+11
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-6/+6
* [XFS] Fix signedness issues in dquot ID handling, allowing uids/gids aboveNathan Scott2005-11-021-2/+1
* [XFS] Fixes a bug in the quota code when allocating a new dquot recordTim Shimmin2005-09-051-7/+36
* [XFS] Remove some debugging code from quota syscalls.Nathan Scott2005-06-211-3/+0
* [XFS] Merge a few minor fixes to the quota warning code.Nathan Scott2005-06-211-1/+9
* [XFS] Add support for project quota, based on Dan Knappes earlier work.Nathan Scott2005-06-211-15/+19
* [XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig2005-06-211-1/+1
* [XFS] Remove dead code. Patch from Adrian BunkChristoph Hellwig2005-06-211-62/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1648