summaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove subdirectoriesChristoph Hellwig2011-08-1212-6933/+0Star
* Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman2011-07-251-2/+2
* xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman2011-07-252-4/+4
* xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman2011-07-251-4/+0Star
* xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-1/+1
* xfs: remove the dead QUOTADEBUG codeChristoph Hellwig2011-07-136-461/+8Star
* xfs: clean up buffer locking helpersChristoph Hellwig2011-07-081-3/+3
* xfs: remove i_transpChristoph Hellwig2011-07-081-1/+1
* xfs: split xfs_itruncate_finishChristoph Hellwig2011-07-081-1/+1
* 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-123-14/+0Star
|\
| * xfs: fix variable set but not used warningsChristoph Hellwig2011-04-083-14/+0Star
* | 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/+12Star
* xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-073-12/+10Star
* xfs: Convert xlog_warn to new logging interfaceDave Chinner2011-03-072-5/+7
* xfs: more sensible inode refcounting for iallocChristoph Hellwig2011-02-231-7/+0Star
* xfs: fix dquot shaker deadlockDave Chinner2011-01-281-25/+21Star
* xfs: use wait queues directly for the log wait queuesDave Chinner2010-12-211-1/+0Star
* 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/+3Star
* xfs: split out inode walk inode grabbingDave Chinner2010-10-181-9/+0Star
* xfs: split inode AG walking into separate code for reclaimDave Chinner2010-10-181-2/+1Star
* 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/+76Star
* xfs: simplify xfs_qm_dqusage_adjustChristoph Hellwig2010-10-181-142/+61Star
* 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/+1Star
* | xfs: give li_cb callbacks the correct prototypeChristoph Hellwig2010-07-261-48/+43Star
* | xfs: give xfs_item_ops methods the correct prototypesChristoph Hellwig2010-07-261-149/+119Star
* | xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig2010-07-261-27/+6Star
* | xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-261-19/+6Star
* | xfs: remove unneeded #include statementsChristoph Hellwig2010-07-267-60/+0Star
* | xfs: drop dmapi hooksChristoph Hellwig2010-07-267-7/+0Star
* | mm: add context argument to shrinker callbackDave Chinner2010-07-191-2/+5
|/
* xfs: remove block number from inode lookup codeDave Chinner2010-06-242-10/+8Star
* xfs: always use iget in bulkstatChristoph Hellwig2010-06-232-15/+12Star
* 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/+0Star