aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota/xfs_qm_syscalls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-906/+0
2011-07-13xfs: remove the dead QUOTADEBUG codeChristoph Hellwig1-353/+0
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig1-1/+1
2011-04-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-2/+0
2011-04-08xfs: fix variable set but not used warningsChristoph Hellwig1-2/+0
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner1-27/+31
2011-03-07xfs: convert the quota debug prints to new APIDave Chinner1-15/+12
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz1-1/+1
2010-10-18xfs: split out inode walk inode grabbingDave Chinner1-9/+0
2010-10-18xfs: split inode AG walking into separate code for reclaimDave Chinner1-2/+1
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner1-1/+1
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 Hellwig1-3/+6
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-9/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-07-21quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig1-16/+16
2010-06-24xfs: remove block number from inode lookup codeDave Chinner1-6/+5
2010-06-23xfs: always use iget in bulkstatChristoph Hellwig1-9/+7
2010-05-21quota: unify ->set_dqblkChristoph Hellwig1-3/+7
2010-05-19xfs: removed unused XFS_QMOPT_ flagsChristoph Hellwig1-1/+1
2010-05-19xfs: access quotainfo structure directlyChristoph Hellwig1-58/+56
2010-05-19xfs: remove xfs_dqmarkerChristoph Hellwig1-1/+1
2010-05-19xfs: convert the dquot hash list to use list headsDave Chinner1-21/+13
2010-05-19xfs: convert the per-mount dquot list to use list headsDave Chinner1-1/+1
2010-04-29xfs: add a shrinker to background inode reclaimDave Chinner1-1/+2
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig1-2/+2
2010-01-15xfs: reclaim inodes under a write lockDave Chinner1-1/+1
2009-12-14xfs: event tracing supportChristoph Hellwig1-3/+1
2009-10-13xfs: fix double IRELE in xfs_dqrele_inodeChristoph Hellwig1-1/+0
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig1-1/+0
2009-06-08xfs: use generic inode iterator in xfs_qm_dqrele_all_inodesChristoph Hellwig1-81/+31
2009-03-29xfs: kill mutex_t typedefChristoph Hellwig1-1/+1
2009-02-09xfs: get rid of indirections in the quotaops implementationChristoph Hellwig1-181/+7
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] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner1-1/+1
2008-10-30[XFS] Use struct inodes instead of vnodes to kill vn_grabDavid Chinner1-8/+8
2008-10-30[XFS] Traverse inode trees when releasing dquotsDavid Chinner1-68/+59
2008-08-13[XFS] kill bhv_vnode_tChristoph Hellwig1-1/+1
2008-08-13[XFS] kill shouty XFS_ITOV_NULL macroDavid Chinner1-1/+1
2008-07-28[XFS] s/XFS_PURGE_INODE/IRELE/g s/VN_HOLD(XFS_ITOV())/IHOLD()/Christoph Hellwig1-2/+2
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-4/+4
2008-04-29[XFS] kill di_mode checks after xfs_igetChristoph Hellwig1-6/+0
2008-04-18[XFS] Propagate errors from xfs_trans_commit().David Chinner1-2/+2
2008-04-18[XFS] Propagate quota file truncation errors.David Chinner1-8/+7
2008-04-18[XFS] Catch errors when turning off quotas.David Chinner1-3/+12
2008-04-18[XFS] remove most calls to VN_RELEChristoph Hellwig1-5/+5
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen1-2/+2