aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsLucas De Marchi3-4/+4
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner5-62/+65
2011-03-07xfs: convert the quota debug prints to new APIDave Chinner1-15/+12
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner3-12/+10
2011-03-07xfs: Convert xlog_warn to new logging interfaceDave Chinner2-5/+7
2011-02-22xfs: more sensible inode refcounting for iallocChristoph Hellwig1-7/+0
2011-01-28xfs: fix dquot shaker deadlockDave Chinner1-25/+21
2010-12-21xfs: use wait queues directly for the log wait queuesDave Chinner1-1/+0
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz3-7/+7
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-1/+1
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig1-5/+3
2010-10-18xfs: split out inode walk inode grabbingDave Chinner1-9/+0
2010-10-18xfs: split inode AG walking into separate code for reclaimDave Chinner1-2/+1
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner1-1/+1
2010-10-18xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflushChristoph Hellwig1-88/+76
2010-10-18xfs: simplify xfs_qm_dqusage_adjustChristoph Hellwig1-142/+61
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-16/+16
2010-07-26xfs: simplify xfs_truncate_fileChristoph Hellwig1-18/+52
2010-07-26xfs: remove xfs_iputChristoph Hellwig2-5/+10
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2-3/+3
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig1-3/+3
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: give xfs_item_ops methods the correct prototypesChristoph Hellwig1-149/+119
2010-07-26xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig1-27/+6
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig1-19/+6
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig7-60/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig7-7/+0
2010-07-21quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig1-16/+16
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-2/+5
2010-06-24xfs: remove block number from inode lookup codeDave Chinner2-10/+8
2010-06-23xfs: always use iget in bulkstatChristoph Hellwig2-15/+12
2010-06-04Merge branch 'master' into for-linusAlex Elder1-1/+3
2010-05-28fs/xfs/quota: Add missing mutex_unlockJulia Lawall1-1/+3
2010-05-24Merge branch 'delayed-logging-for-2.6.35' into for-linusAlex Elder1-3/+3
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner1-3/+3
2010-05-21quota: unify ->set_dqblkChristoph Hellwig1-3/+7
2010-05-19xfs: remove dead XFS_LOUD_RECOVERY codeChristoph Hellwig1-8/+0
2010-05-19xfs: removed unused XFS_QMOPT_ flagsChristoph Hellwig2-3/+3
2010-05-19xfs: remove a few macro indirections in the quota codeChristoph Hellwig4-31/+25
2010-05-19xfs: access quotainfo structure directlyChristoph Hellwig6-172/+165
2010-05-19xfs: remove xfs_dqmarkerChristoph Hellwig2-21/+2
2010-05-19xfs: convert the dquot free list to use list headsDave Chinner6-165/+72
2010-05-19xfs: convert the dquot hash list to use list headsDave Chinner5-87/+30
2010-05-19xfs: remove duplicate code from dquot reclaimDave Chinner1-191/+73
2010-05-19xfs: convert the per-mount dquot list to use list headsDave Chinner6-112/+97
2010-05-19xfs: remove stale parameter from ->iop_unpin methodDave Chinner1-10/+6
2010-05-19xfs: factor log item initialisationDave Chinner1-8/+4
2010-04-29xfs: add a shrinker to background inode reclaimDave Chinner1-1/+2
2010-02-13fs/xfs: Correct NULL testJulia Lawall1-1/+1