aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_qm.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-24xfs: mark xfs_qm_quotacheck as staticGravatar Jie Liu 1-95/+94
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-12/+12
2014-06-22xfs: Nuke XFS_ERROR macroGravatar Eric Sandeen 1-3/+3
2014-06-22xfs: return is not a functionGravatar Eric Sandeen 1-2/+2
2014-05-15Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextGravatar Dave Chinner 1-193/+21
2014-05-15Merge branch 'xfs-unused-args-cleanup' into for-nextGravatar Dave Chinner 1-2/+1
2014-05-15xfs: list_lru_init returns a negative errorGravatar Dave Chinner 1-12/+14
2014-05-05xfs: remove dquot hintsGravatar Dave Chinner 1-193/+21
2014-04-14xfs: remove unused mp arg from xfs_calc_dquots_per_chunk()Gravatar Eric Sandeen 1-2/+1
2013-12-18xfs: use xfs_ilock_data_map_shared in xfs_qm_dqiterateGravatar Christoph Hellwig 1-2/+4
2013-12-09xfs: fix infinite loop by detaching the group/project hints from user dquotGravatar Jie Liu 1-21/+50
2013-12-06xfs: fix false assertion at xfs_qm_vop_create_dqattachGravatar Jie Liu 1-6/+3
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-8/+3
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-4/+5
2013-10-23xfs: split dquot buffer operations outGravatar Dave Chinner 1-18/+4
2013-10-23xfs: create a shared header file for format-related informationGravatar Dave Chinner 1-0/+1
2013-09-10super: fix for destroy lrusGravatar Glauber Costa 1-1/+1
2013-09-10list_lru: dynamically adjust node arraysGravatar Glauber Costa 1-2/+8
2013-09-10xfs: fix dquot isolation hangGravatar Dave Chinner 1-4/+6
2013-09-10xfs-convert-dquot-cache-lru-to-list_lru-fixGravatar Andrew Morton 1-3/+3
2013-09-10xfs: convert dquot cache lru to list_lruGravatar Dave Chinner 1-135/+142
2013-09-10super: fix calculation of shrinkable objects for small numbersGravatar Glauber Costa 1-1/+1
2013-08-15xfs: convert kuid_t to/from uid_t for internal structuresGravatar Dwight Engen 1-5/+5
2013-08-12xfs: refactor xfs_trans_reserve() interfaceGravatar Jie Liu 1-7/+4
2013-08-12xfs: consolidate xfs_utils.cGravatar Dave Chinner 1-1/+0
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hGravatar Dave Chinner 1-0/+1
2013-07-22xfs: Start using pquotaino from the superblock.Gravatar Chandra Seetharaman 1-18/+54
2013-07-11xfs: Add pquota fields where gquota is used.Gravatar Chandra Seetharaman 1-69/+174
2013-06-28xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKDGravatar Chandra Seetharaman 1-3/+6
2013-06-28xfs: Code cleanup and removal of some typedef usageGravatar Chandra Seetharaman 1-72/+80
2013-06-28xfs: Replace macro XFS_DQUOT_TREE with a functionGravatar Chandra Seetharaman 1-3/+3
2013-06-28xfs: Define a new function xfs_is_quota_inode()Gravatar Chandra Seetharaman 1-5/+3
2013-06-04xfs: rework dquot CRCsGravatar Dave Chinner 1-10/+30
2013-04-21xfs: add CRC checks for quota blocksGravatar Christoph Hellwig 1-3/+20
2013-03-22xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_tGravatar Brian Foster 1-1/+1
2013-02-01xfs: calculate xfs_qm_write_sb_changes() space log reservation at mount timeGravatar Jeff Liu 1-4/+3
2012-11-29xfs: fix stray dquot unlock when reclaiming dquotsGravatar Dave Chinner 1-8/+7
2012-11-15xfs: convert buffer verifiers to an ops structure.Gravatar Dave Chinner 1-1/+1
2012-11-15xfs: add pre-write metadata buffer verifier callbacksGravatar Dave Chinner 1-1/+1
2012-11-15xfs: verify dquot blocks as they are read from diskGravatar Dave Chinner 1-1/+2
2012-11-15xfs: make buffer read verication an IO completion functionGravatar Dave Chinner 1-2/+3
2012-10-17xfs: remove xfs_iget.cGravatar Dave Chinner 1-0/+1
2012-06-14xfs: make largest supported offset less shoutyGravatar Dave Chinner 1-1/+1
2012-05-14xfs: move xfsagino_t to xfs_types.hGravatar Dave Chinner 1-1/+0
2012-05-14xfs: on-stack delayed write buffer listsGravatar Christoph Hellwig 1-77/+71
2012-05-14xfs: do not write the buffer from xfs_qm_dqflushGravatar Christoph Hellwig 1-5/+20
2012-05-14xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattachGravatar Christoph Hellwig 1-5/+21
2012-03-14xfs: remove the global xfs_Gqm structureGravatar Christoph Hellwig 1-132/+0
2012-03-14xfs: remove the per-filesystem list of dquotsGravatar Christoph Hellwig 1-196/+219
2012-03-14xfs: use per-filesystem radix trees for dquot lookupGravatar Christoph Hellwig 1-87/+8