summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix infinite loop by detaching the group/project hints from user dquotJie Liu2013-12-171-21/+50
* xfs: fix false assertion at xfs_qm_vop_create_dqattachJie Liu2013-12-171-6/+3
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-8/+3
* xfs: decouple log and transaction headersDave Chinner2013-10-231-4/+5
* xfs: split dquot buffer operations outDave Chinner2013-10-231-18/+4
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-0/+1
* super: fix for destroy lrusGlauber Costa2013-09-101-1/+1
* list_lru: dynamically adjust node arraysGlauber Costa2013-09-101-2/+8
* xfs: fix dquot isolation hangDave Chinner2013-09-101-4/+6
* xfs-convert-dquot-cache-lru-to-list_lru-fixAndrew Morton2013-09-101-3/+3
* xfs: convert dquot cache lru to list_lruDave Chinner2013-09-101-135/+142
* super: fix calculation of shrinkable objects for small numbersGlauber Costa2013-09-101-1/+1
* xfs: convert kuid_t to/from uid_t for internal structuresDwight Engen2013-08-151-5/+5
* xfs: refactor xfs_trans_reserve() interfaceJie Liu2013-08-121-7/+4
* xfs: consolidate xfs_utils.cDave Chinner2013-08-121-1/+0
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-121-0/+1
* xfs: Start using pquotaino from the superblock.Chandra Seetharaman2013-07-221-18/+54
* xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-111-69/+174
* xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKDChandra Seetharaman2013-06-281-3/+6
* xfs: Code cleanup and removal of some typedef usageChandra Seetharaman2013-06-281-72/+80
* xfs: Replace macro XFS_DQUOT_TREE with a functionChandra Seetharaman2013-06-281-3/+3
* xfs: Define a new function xfs_is_quota_inode()Chandra Seetharaman2013-06-281-5/+3
* xfs: rework dquot CRCsDave Chinner2013-06-041-10/+30
* xfs: add CRC checks for quota blocksChristoph Hellwig2013-04-211-3/+20
* xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_tBrian Foster2013-03-221-1/+1
* xfs: calculate xfs_qm_write_sb_changes() space log reservation at mount timeJeff Liu2013-02-011-4/+3
* xfs: fix stray dquot unlock when reclaiming dquotsDave Chinner2012-11-291-8/+7
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-151-1/+1
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-151-1/+1
* xfs: verify dquot blocks as they are read from diskDave Chinner2012-11-151-1/+2
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-151-2/+3
* xfs: remove xfs_iget.cDave Chinner2012-10-171-0/+1
* xfs: make largest supported offset less shoutyDave Chinner2012-06-141-1/+1
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-77/+71
* xfs: do not write the buffer from xfs_qm_dqflushChristoph Hellwig2012-05-141-5/+20
* xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattachChristoph Hellwig2012-05-141-5/+21
* xfs: remove the global xfs_Gqm structureChristoph Hellwig2012-03-141-132/+0
* xfs: remove the per-filesystem list of dquotsChristoph Hellwig2012-03-141-196/+219
* xfs: use per-filesystem radix trees for dquot lookupChristoph Hellwig2012-03-141-87/+8
* xfs: per-filesystem dquot LRU listsChristoph Hellwig2012-03-141-34/+25
* xfs: use common code for quota statisticsChristoph Hellwig2012-03-141-4/+5
* xfs: use a normal shrinker for the dquot freelistChristoph Hellwig2012-02-101-180/+111
* Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usageChandra Seetharaman2012-02-031-1/+1
* xfs: simplify xfs_qm_detach_gdquotsChristoph Hellwig2011-12-161-17/+5
* xfs: remove XFS_QMOPT_DQSUSERChristoph Hellwig2011-12-151-12/+10
* xfs: add a xfs_dqhold helperChristoph Hellwig2011-12-151-36/+12
* xfs: simplify xfs_qm_dqattach_grouphintChristoph Hellwig2011-12-151-48/+16
* xfs: nest qm_dqfrlist_lock inside the dquot qlockChristoph Hellwig2011-12-141-1/+3
* xfs: flatten the dquot lock orderingChristoph Hellwig2011-12-141-85/+49