aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xfs: use generic Posix ACL codeChristoph Hellwig2009-06-107-7/+0
* xfs: remove SYNC_BDFLUSHChristoph Hellwig2009-06-081-23/+5
* xfs: use generic inode iterator in xfs_qm_dqrele_all_inodesChristoph Hellwig2009-06-081-81/+31
* xfs: kill xfs_qmopsChristoph Hellwig2009-06-086-202/+104
* xfs: kill mutex_t typedefChristoph Hellwig2009-03-294-8/+8
* xfs: get rid of indirections in the quotaops implementationChristoph Hellwig2009-02-093-186/+17
* xfs: sanitize qh_lock wrappersChristoph Hellwig2009-02-094-81/+37
* xfs: use mutex_is_locked in XFS_DQ_IS_LOCKEDChristoph Hellwig2009-02-091-13/+1
* xfs: remove XFS_QM_LOCK/XFS_QM_UNLOCK/XFS_QM_HOLD/XFS_QM_RELEChristoph Hellwig2009-02-092-12/+6
* xfs: remove the unused XFS_QMOPT_DQLOCK flagChristoph Hellwig2009-02-082-112/+50
* xfs: add a lock class for group/project dquotsChristoph Hellwig2009-01-191-1/+11
* xfs: lockdep annotations for xfs_dqlock2Christoph Hellwig2009-01-192-10/+24
* xfs: add a separate lock class for the per-mount list of dquotsChristoph Hellwig2009-01-191-0/+9
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-161-1/+1
* no explicit xfs_iflush for special inodes during unmountChristoph Hellwig2008-12-042-37/+9
* [XFS] remove bhv_statvfs_t typedefChristoph Hellwig2008-12-011-2/+2
* [XFS] Avoid using inodes that haven't been completely initialisedDave Chinner2008-11-101-0/+6
* [XFS] fix uninitialised variable bug in dquot releaseDave Chinner2008-11-101-18/+24
* [XFS] kill struct xfs_mount_argsChristoph Hellwig2008-10-302-2/+0
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-302-11/+12
* [XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2008-10-302-3/+3
* [XFS] Allow 64 bit machines to avoid the AIL lock during flushesDavid Chinner2008-10-301-4/+2
* [XFS] Kill xfs_sync()David Chinner2008-10-301-7/+3
* [XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner2008-10-301-1/+1
* [XFS] Use struct inodes instead of vnodes to kill vn_grabDavid Chinner2008-10-301-8/+8
* [XFS] Traverse inode trees when releasing dquotsDavid Chinner2008-10-301-68/+59
* [XFS] don't block in xfs_qm_dqflush() during async writeback.David Chinner2008-10-301-7/+5
* [XFS] Fix build brakage from patch "Clean up dquot pincount code"Peter Leckie2008-10-301-1/+1
* [XFS] Clean up dquot pincount code.Peter Leckie2008-10-305-34/+16