aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota
Commit message (Expand)AuthorAgeFilesLines
* xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka2011-11-261-1/+2
* xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig2011-10-251-3/+7
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-251-3/+3
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-04-113-14/+0
|\
| * xfs: fix variable set but not used warningsChristoph Hellwig2011-04-083-14/+0
* | Fix common misspellingsLucas De Marchi2011-03-313-4/+4
|/
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-075-62/+65
* xfs: convert the quota debug prints to new APIDave Chinner2011-03-071-15/+12
* xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-073-12/+10
* xfs: Convert xlog_warn to new logging interfaceDave Chinner2011-03-072-5/+7
* xfs: more sensible inode refcounting for iallocChristoph Hellwig2011-02-221-7/+0
* xfs: fix dquot shaker deadlockDave Chinner2011-01-281-25/+21
* xfs: use wait queues directly for the log wait queuesDave Chinner2010-12-211-1/+0
* xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz2010-10-183-7/+7
* xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-1/+1
* xfs: remove xfs_cred.hChristoph Hellwig2010-10-181-5/+3
* xfs: split out inode walk inode grabbingDave Chinner2010-10-181-9/+0
* xfs: split inode AG walking into separate code for reclaimDave Chinner2010-10-181-2/+1
* xfs: don't use vfs writeback for pure metadata modificationsDave Chinner2010-10-181-1/+1
* xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflushChristoph Hellwig2010-10-181-88/+76
* xfs: simplify xfs_qm_dqusage_adjustChristoph Hellwig2010-10-181-142/+61
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-08-071-16/+16
|\
| * quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig2010-07-211-16/+16
* | xfs: simplify xfs_truncate_fileChristoph Hellwig2010-07-261-18/+52
* | xfs: remove xfs_iputChristoph Hellwig2010-07-262-5/+10
* | xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-262-3/+3
* | xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig2010-07-261-3/+3
* | 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: give xfs_item_ops methods the correct prototypesChristoph Hellwig2010-07-261-149/+119
* | xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig2010-07-261-27/+6
* | xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-261-19/+6
* | xfs: remove unneeded #include statementsChristoph Hellwig2010-07-267-60/+0
* | xfs: drop dmapi hooksChristoph Hellwig2010-07-267-7/+0
* | mm: add context argument to shrinker callbackDave Chinner2010-07-191-2/+5
|/
* xfs: remove block number from inode lookup codeDave Chinner2010-06-242-10/+8
* xfs: always use iget in bulkstatChristoph Hellwig2010-06-232-15/+12
* Merge branch 'master' into for-linusAlex Elder2010-06-041-1/+3
|\
| * fs/xfs/quota: Add missing mutex_unlockJulia Lawall2010-05-281-1/+3
* | Merge branch 'delayed-logging-for-2.6.35' into for-linusAlex Elder2010-05-241-3/+3
|\ \ | |/
| * xfs: Clean up XFS_BLI_* flag namespaceDave Chinner2010-05-241-3/+3
* | quota: unify ->set_dqblkChristoph Hellwig2010-05-211-3/+7
|/
* xfs: remove dead XFS_LOUD_RECOVERY codeChristoph Hellwig2010-05-191-8/+0
* xfs: removed unused XFS_QMOPT_ flagsChristoph Hellwig2010-05-192-3/+3
* xfs: remove a few macro indirections in the quota codeChristoph Hellwig2010-05-194-31/+25
* xfs: access quotainfo structure directlyChristoph Hellwig2010-05-196-172/+165
* xfs: remove xfs_dqmarkerChristoph Hellwig2010-05-192-21/+2
* xfs: convert the dquot free list to use list headsDave Chinner2010-05-196-165/+72
* xfs: convert the dquot hash list to use list headsDave Chinner2010-05-195-87/+30
* xfs: remove duplicate code from dquot reclaimDave Chinner2010-05-191-191/+73