summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_qm.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-13xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-0/+1
2013-07-22xfs: Start using pquotaino from the superblock.Chandra Seetharaman1-18/+54
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman1-69/+174
2013-06-29xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKDChandra Seetharaman1-3/+6
2013-06-28xfs: Code cleanup and removal of some typedef usageChandra Seetharaman1-72/+80
2013-06-28xfs: Replace macro XFS_DQUOT_TREE with a functionChandra Seetharaman1-3/+3
2013-06-28xfs: Define a new function xfs_is_quota_inode()Chandra Seetharaman1-5/+3
2013-06-05xfs: rework dquot CRCsDave Chinner1-10/+30
2013-04-21xfs: add CRC checks for quota blocksChristoph Hellwig1-3/+20
2013-03-23xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_tBrian Foster1-1/+1
2013-02-02xfs: calculate xfs_qm_write_sb_changes() space log reservation at mount timeJeff Liu1-4/+3
2012-11-30xfs: fix stray dquot unlock when reclaiming dquotsDave Chinner1-8/+7
2012-11-16xfs: convert buffer verifiers to an ops structure.Dave Chinner1-1/+1
2012-11-16xfs: add pre-write metadata buffer verifier callbacksDave Chinner1-1/+1
2012-11-16xfs: verify dquot blocks as they are read from diskDave Chinner1-1/+2
2012-11-16xfs: make buffer read verication an IO completion functionDave Chinner1-2/+3
2012-10-17xfs: remove xfs_iget.cDave Chinner1-0/+1
2012-06-14xfs: make largest supported offset less shoutyDave Chinner1-1/+1
2012-05-15xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-15xfs: on-stack delayed write buffer listsChristoph Hellwig1-77/+71
2012-05-15xfs: do not write the buffer from xfs_qm_dqflushChristoph Hellwig1-5/+20
2012-05-15xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattachChristoph Hellwig1-5/+21
2012-03-14xfs: remove the global xfs_Gqm structureChristoph Hellwig1-132/+0
2012-03-14xfs: remove the per-filesystem list of dquotsChristoph Hellwig1-196/+219
2012-03-14xfs: use per-filesystem radix trees for dquot lookupChristoph Hellwig1-87/+8
2012-03-14xfs: per-filesystem dquot LRU listsChristoph Hellwig1-34/+25
2012-03-14xfs: use common code for quota statisticsChristoph Hellwig1-4/+5
2012-02-10xfs: use a normal shrinker for the dquot freelistChristoph Hellwig1-180/+111
2012-02-03Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usageChandra Seetharaman1-1/+1
2011-12-17xfs: simplify xfs_qm_detach_gdquotsChristoph Hellwig1-17/+5
2011-12-16xfs: remove XFS_QMOPT_DQSUSERChristoph Hellwig1-12/+10
2011-12-16xfs: add a xfs_dqhold helperChristoph Hellwig1-36/+12
2011-12-15xfs: simplify xfs_qm_dqattach_grouphintChristoph Hellwig1-48/+16
2011-12-15xfs: nest qm_dqfrlist_lock inside the dquot qlockChristoph Hellwig1-1/+3
2011-12-15xfs: flatten the dquot lock orderingChristoph Hellwig1-85/+49
2011-12-14xfs: implement lazy removal for the dquot freelistChristoph Hellwig1-11/+11
2011-12-14xfs: remove XFS_DQ_INACTIVEChristoph Hellwig1-55/+6
2011-12-13xfs: cleanup dquot locking helpersChristoph Hellwig1-1/+1
2011-12-13xfs: remove the sync_mode argument to xfs_qm_dqflush_allChristoph Hellwig1-4/+3
2011-12-13xfs: remove xfs_qm_syncChristoph Hellwig1-94/+0
2011-12-13xfs: make sure to really flush all dquots in xfs_qm_quotacheckChristoph Hellwig1-1/+1
2011-12-13xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflushChristoph Hellwig1-2/+2
2011-11-16xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka1-1/+2
2011-10-12xfs: remove XFS_bflushChristoph Hellwig1-1/+1
2011-10-12xfs: introduce xfs_bmapi_read()Dave Chinner1-5/+2
2011-10-12xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig1-1/+2
2011-08-13xfs: remove subdirectoriesChristoph Hellwig1-0/+2416