aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig7-7/+0
2009-06-08xfs: remove SYNC_BDFLUSHChristoph Hellwig1-23/+5
2009-06-08xfs: use generic inode iterator in xfs_qm_dqrele_all_inodesChristoph Hellwig1-81/+31
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig6-202/+104
2009-03-29xfs: kill mutex_t typedefChristoph Hellwig4-8/+8
2009-02-09xfs: get rid of indirections in the quotaops implementationChristoph Hellwig3-186/+17
2009-02-09xfs: sanitize qh_lock wrappersChristoph Hellwig4-81/+37
2009-02-09xfs: use mutex_is_locked in XFS_DQ_IS_LOCKEDChristoph Hellwig1-13/+1
2009-02-09xfs: remove XFS_QM_LOCK/XFS_QM_UNLOCK/XFS_QM_HOLD/XFS_QM_RELEChristoph Hellwig2-12/+6
2009-02-08xfs: remove the unused XFS_QMOPT_DQLOCK flagChristoph Hellwig2-112/+50
2009-01-19xfs: add a lock class for group/project dquotsChristoph Hellwig1-1/+11
2009-01-19xfs: lockdep annotations for xfs_dqlock2Christoph Hellwig2-10/+24
2009-01-19xfs: add a separate lock class for the per-mount list of dquotsChristoph Hellwig1-0/+9
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-1/+1
2008-12-04no explicit xfs_iflush for special inodes during unmountChristoph Hellwig2-37/+9
2008-12-01[XFS] remove bhv_statvfs_t typedefChristoph Hellwig1-2/+2
2008-11-10[XFS] Avoid using inodes that haven't been completely initialisedDave Chinner1-0/+6
2008-11-10[XFS] fix uninitialised variable bug in dquot releaseDave Chinner1-18/+24
2008-10-30[XFS] kill struct xfs_mount_argsChristoph Hellwig2-2/+0
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2-11/+12