summaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota
AgeCommit message (Expand)AuthorLines
2011-08-12xfs: remove subdirectoriesChristoph Hellwig-6933/+0
2011-07-25Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman-2/+2
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman-4/+4
2011-07-25xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman-4/+0
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman-1/+1
2011-07-13xfs: remove the dead QUOTADEBUG codeChristoph Hellwig-461/+8
2011-07-08xfs: clean up buffer locking helpersChristoph Hellwig-3/+3
2011-07-08xfs: remove i_transpChristoph Hellwig-1/+1
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig-1/+1
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han-3/+3
2011-04-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds-14/+0
2011-04-08xfs: fix variable set but not used warningsChristoph Hellwig-14/+0
2011-03-31Fix common misspellingsLucas De Marchi-4/+4
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner-62/+65
2011-03-07xfs: convert the quota debug prints to new APIDave Chinner-15/+12
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner-12/+10
2011-03-07xfs: Convert xlog_warn to new logging interfaceDave Chinner-5/+7
2011-02-22xfs: more sensible inode refcounting for iallocChristoph Hellwig-7/+0
2011-01-28xfs: fix dquot shaker deadlockDave Chinner-25/+21
2010-12-21xfs: use wait queues directly for the log wait queuesDave Chinner-1/+0
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz-7/+7
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig-1/+1
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig-5/+3
2010-10-18xfs: split out inode walk inode grabbingDave Chinner-9/+0
2010-10-18xfs: split inode AG walking into separate code for reclaimDave Chinner-2/+1
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner-1/+1
2010-10-18xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflushChristoph Hellwig-88/+76
2010-10-18xfs: simplify xfs_qm_dqusage_adjustChristoph Hellwig-142/+61
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-16/+16
2010-07-26xfs: simplify xfs_truncate_fileChristoph Hellwig-18/+52
2010-07-26xfs: remove xfs_iputChristoph Hellwig-5/+10
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig-3/+3
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig-3/+3
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig-8/+1
2010-07-26xfs: give li_cb callbacks the correct prototypeChristoph Hellwig-48/+43
2010-07-26xfs: give xfs_item_ops methods the correct prototypesChristoph Hellwig-149/+119
2010-07-26xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig-27/+6
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig-19/+6
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig-60/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig-7/+0
2010-07-21quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig-16/+16
2010-07-19mm: add context argument to shrinker callbackDave Chinner-2/+5
2010-06-24xfs: remove block number from inode lookup codeDave Chinner-10/+8
2010-06-23xfs: always use iget in bulkstatChristoph Hellwig-15/+12
2010-06-04Merge branch 'master' into for-linusAlex Elder-1/+3
2010-05-28fs/xfs/quota: Add missing mutex_unlockJulia Lawall-1/+3
2010-05-24Merge branch 'delayed-logging-for-2.6.35' into for-linusAlex Elder-3/+3
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner-3/+3
2010-05-21quota: unify ->set_dqblkChristoph Hellwig-3/+7
2010-05-19xfs: remove dead XFS_LOUD_RECOVERY codeChristoph Hellwig-8/+0