aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota/xfs_qm.c
Commit message (Expand)AuthorAgeFilesLines
* getting newer filesystem code workingWolfgang Wiedmeyer2015-10-231-2462/+0
* xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka2011-11-261-1/+2
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-251-3/+3
* xfs: fix variable set but not used warningsChristoph Hellwig2011-04-081-7/+0
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-15/+12
* xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-071-7/+6
* xfs: Convert xlog_warn to new logging interfaceDave Chinner2011-03-071-1/+1
* xfs: more sensible inode refcounting for iallocChristoph Hellwig2011-02-221-7/+0
* xfs: fix dquot shaker deadlockDave Chinner2011-01-281-25/+21
* xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz2010-10-181-5/+5
* xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-1/+1
* xfs: remove xfs_cred.hChristoph Hellwig2010-10-181-5/+3
* xfs: simplify xfs_qm_dqusage_adjustChristoph Hellwig2010-10-181-142/+61
* xfs: remove xfs_iputChristoph Hellwig2010-07-261-2/+4
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-261-1/+1
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-6/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* mm: add context argument to shrinker callbackDave Chinner2010-07-191-2/+5
* xfs: remove block number from inode lookup codeDave Chinner2010-06-241-4/+3
* xfs: always use iget in bulkstatChristoph Hellwig2010-06-231-6/+5
* fs/xfs/quota: Add missing mutex_unlockJulia Lawall2010-05-281-1/+3
* xfs: remove dead XFS_LOUD_RECOVERY codeChristoph Hellwig2010-05-191-8/+0
* xfs: removed unused XFS_QMOPT_ flagsChristoph Hellwig2010-05-191-2/+2
* xfs: remove a few macro indirections in the quota codeChristoph Hellwig2010-05-191-1/+3
* xfs: access quotainfo structure directlyChristoph Hellwig2010-05-191-68/+76
* xfs: convert the dquot free list to use list headsDave Chinner2010-05-191-84/+35
* xfs: convert the dquot hash list to use list headsDave Chinner2010-05-191-4/+5
* xfs: remove duplicate code from dquot reclaimDave Chinner2010-05-191-191/+73
* xfs: convert the per-mount dquot list to use list headsDave Chinner2010-05-191-75/+80
* fs/xfs: Correct NULL testJulia Lawall2010-02-131-1/+1
* xfs: kill the unused XFS_QMOPT_* flush flags V2Dave Chinner2010-02-041-8/+6
* xfs: replace KM_LARGE with explicit vmalloc useChristoph Hellwig2010-01-211-6/+20
* xfs: event tracing supportChristoph Hellwig2009-12-141-14/+26
* xfs: use generic Posix ACL codeChristoph Hellwig2009-06-101-1/+0
* xfs: remove SYNC_BDFLUSHChristoph Hellwig2009-06-081-23/+5
* xfs: kill xfs_qmopsChristoph Hellwig2009-06-081-66/+73
* xfs: kill mutex_t typedefChristoph Hellwig2009-03-291-2/+2
* xfs: sanitize qh_lock wrappersChristoph Hellwig2009-02-091-41/+8
* xfs: remove XFS_QM_LOCK/XFS_QM_UNLOCK/XFS_QM_HOLD/XFS_QM_RELEChristoph Hellwig2009-02-091-7/+6
* xfs: remove the unused XFS_QMOPT_DQLOCK flagChristoph Hellwig2009-02-081-102/+44
* xfs: add a separate lock class for the per-mount list of dquotsChristoph Hellwig2009-01-191-0/+9
* no explicit xfs_iflush for special inodes during unmountChristoph Hellwig2008-12-041-36/+8
* [XFS] kill struct xfs_mount_argsChristoph Hellwig2008-10-301-1/+0
* [XFS] Kill xfs_sync()David Chinner2008-10-301-7/+3
* [XFS] Clean up dquot pincount code.Peter Leckie2008-10-301-2/+0
* [XFS] cleanup xfs_mountfsChristoph Hellwig2008-08-131-4/+2
* [XFS] replace dquot flush semaphore with a completionDavid Chinner2008-08-131-4/+4
* [XFS] s/XFS_PURGE_INODE/IRELE/g s/VN_HOLD(XFS_ITOV())/IHOLD()/Christoph Hellwig2008-07-281-5/+5
* [XFS] Remove unused Falgs parameter from xfs_qm_dqpurge()Denys Vlasenko2008-07-281-1/+1
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-6/+6