aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: convert the per-mount dquot list to use list headsDave Chinner2010-05-196-112/+97
* xfs: remove stale parameter from ->iop_unpin methodDave Chinner2010-05-191-10/+6
* xfs: factor log item initialisationDave Chinner2010-05-191-8/+4
* xfs: add a shrinker to background inode reclaimDave Chinner2010-04-291-1/+2
* fs/xfs: Correct NULL testJulia Lawall2010-02-131-1/+1
* xfs: kill the unused XFS_QMOPT_* flush flags V2Dave Chinner2010-02-043-16/+13
* xfs: Use delay write promotion for dquot flushingDave Chinner2010-01-261-15/+10
* xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner2010-02-022-77/+12
* xfs: quota limit statvfs available blocksChristoph Hellwig2010-01-211-1/+1
* xfs: replace KM_LARGE with explicit vmalloc useChristoph Hellwig2010-01-211-6/+20
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-213-13/+10
* xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig2010-01-211-3/+3
* xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-212-4/+2
* xfs: implement quota warnings via netlinkChristoph Hellwig2010-01-211-10/+39
* xfs: clean up error handling in xfs_trans_dqresvChristoph Hellwig2010-01-211-31/+17
* xfs: kill XFS_QMOPT_ASYNCChristoph Hellwig2010-01-211-2/+0
* xfs: reclaim inodes under a write lockDave Chinner2010-01-151-1/+1
* xfs: event tracing supportChristoph Hellwig2009-12-144-117/+58
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* xfs: fix double IRELE in xfs_dqrele_inodeChristoph Hellwig2009-10-131-1/+0
* xfs: switch to seq_fileAlexey Dobriyan2009-09-151-46/+32