summaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota/xfs_qm_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove the dead QUOTADEBUG codeChristoph Hellwig2011-07-131-353/+0Star
* xfs: split xfs_itruncate_finishChristoph Hellwig2011-07-081-1/+1
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-04-121-2/+0Star
|\
| * xfs: fix variable set but not used warningsChristoph Hellwig2011-04-081-2/+0Star
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
|/
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-27/+31
* xfs: convert the quota debug prints to new APIDave Chinner2011-03-071-15/+12Star
* xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz2010-10-181-1/+1
* 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
* 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-261-3/+6
* | xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-9/+0Star
* | xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0Star
|/
* xfs: remove block number from inode lookup codeDave Chinner2010-06-241-6/+5Star
* xfs: always use iget in bulkstatChristoph Hellwig2010-06-231-9/+7Star
* quota: unify ->set_dqblkChristoph Hellwig2010-05-211-3/+7
* xfs: removed unused XFS_QMOPT_ flagsChristoph Hellwig2010-05-191-1/+1
* xfs: access quotainfo structure directlyChristoph Hellwig2010-05-191-58/+56Star
* xfs: remove xfs_dqmarkerChristoph Hellwig2010-05-191-1/+1
* xfs: convert the dquot hash list to use list headsDave Chinner2010-05-191-21/+13Star
* xfs: convert the per-mount dquot list to use list headsDave Chinner2010-05-191-1/+1
* xfs: add a shrinker to background inode reclaimDave Chinner2010-04-291-1/+2
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-211-2/+2
* xfs: reclaim inodes under a write lockDave Chinner2010-01-151-1/+1
* xfs: event tracing supportChristoph Hellwig2009-12-151-3/+1Star
* xfs: fix double IRELE in xfs_dqrele_inodeChristoph Hellwig2009-10-131-1/+0Star
* xfs: use generic Posix ACL codeChristoph Hellwig2009-06-101-1/+0Star
* xfs: use generic inode iterator in xfs_qm_dqrele_all_inodesChristoph Hellwig2009-06-081-81/+31Star
* xfs: kill mutex_t typedefChristoph Hellwig2009-03-291-1/+1
* xfs: get rid of indirections in the quotaops implementationChristoph Hellwig2009-02-091-181/+7Star
* [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] 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/+59Star
* [XFS] kill bhv_vnode_tChristoph Hellwig2008-08-131-1/+1
* [XFS] kill shouty XFS_ITOV_NULL macroDavid Chinner2008-08-131-1/+1
* [XFS] s/XFS_PURGE_INODE/IRELE/g s/VN_HOLD(XFS_ITOV())/IHOLD()/Christoph Hellwig2008-07-281-2/+2
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-4/+4
* [XFS] kill di_mode checks after xfs_igetChristoph Hellwig2008-04-291-6/+0Star
* [XFS] Propagate errors from xfs_trans_commit().David Chinner2008-04-181-2/+2
* [XFS] Propagate quota file truncation errors.David Chinner2008-04-181-8/+7Star
* [XFS] Catch errors when turning off quotas.David Chinner2008-04-181-3/+12
* [XFS] remove most calls to VN_RELEChristoph Hellwig2008-04-181-5/+5
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-2/+2
* [XFS] Unwrap XFS_SB_LOCK.Eric Sandeen2008-02-071-11/+8Star