aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-04xfs: kill the unused XFS_QMOPT_* flush flags V2Dave Chinner3-16/+13
2010-01-26xfs: Use delay write promotion for dquot flushingDave Chinner1-15/+10
2010-02-02xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner2-77/+12
2010-01-21xfs: quota limit statvfs available blocksChristoph Hellwig1-1/+1
2010-01-21xfs: replace KM_LARGE with explicit vmalloc useChristoph Hellwig1-6/+20
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig3-13/+10
2010-01-21xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig1-3/+3
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig2-4/+2
2010-01-21xfs: implement quota warnings via netlinkChristoph Hellwig1-10/+39
2010-01-21xfs: clean up error handling in xfs_trans_dqresvChristoph Hellwig1-31/+17
2010-01-21xfs: kill XFS_QMOPT_ASYNCChristoph Hellwig1-2/+0
2010-01-15xfs: reclaim inodes under a write lockDave Chinner1-1/+1
2009-12-14xfs: event tracing supportChristoph Hellwig4-117/+58
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-10-13xfs: fix double IRELE in xfs_dqrele_inodeChristoph Hellwig1-1/+0
2009-09-15xfs: switch to seq_fileAlexey Dobriyan1-46/+32