summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner2014-05-151-193/+21Star
|\
| * xfs: remove dquot hintsDave Chinner2014-05-051-193/+21Star
* | Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner2014-05-151-2/+1Star
|\ \
| * | xfs: remove unused mp arg from xfs_calc_dquots_per_chunk()Eric Sandeen2014-04-141-2/+1Star
| |/
* / xfs: list_lru_init returns a negative errorDave Chinner2014-05-151-12/+14
|/
* xfs: use xfs_ilock_data_map_shared in xfs_qm_dqiterateChristoph Hellwig2013-12-181-2/+4
* xfs: fix infinite loop by detaching the group/project hints from user dquotJie Liu2013-12-091-21/+50
* xfs: fix false assertion at xfs_qm_vop_create_dqattachJie Liu2013-12-061-6/+3Star
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-8/+3Star
* xfs: decouple log and transaction headersDave Chinner2013-10-231-4/+5
* xfs: split dquot buffer operations outDave Chinner2013-10-231-18/+4Star
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-0/+1
* super: fix for destroy lrusGlauber Costa2013-09-111-1/+1
* list_lru: dynamically adjust node arraysGlauber Costa2013-09-111-2/+8
* xfs: fix dquot isolation hangDave Chinner2013-09-111-4/+6
* xfs-convert-dquot-cache-lru-to-list_lru-fixAndrew Morton2013-09-111-3/+3
* xfs: convert dquot cache lru to list_lruDave Chinner2013-09-111-135/+142
* super: fix calculation of shrinkable objects for small numbersGlauber Costa2013-09-111-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-131-7/+4Star
* xfs: consolidate xfs_utils.cDave Chinner2013-08-121-1/+0Star
* 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-291-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/+3Star
* xfs: rework dquot CRCsDave Chinner2013-06-051-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/+3Star
* xfs: fix stray dquot unlock when reclaiming dquotsDave Chinner2012-11-291-8/+7Star
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-161-1/+1
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-161-1/+1
* xfs: verify dquot blocks as they are read from diskDave Chinner2012-11-161-1/+2
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-161-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/+0Star
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-77/+71Star
* 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/+0Star
* 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/+8Star
* xfs: per-filesystem dquot LRU listsChristoph Hellwig2012-03-141-34/+25Star
* 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/+111Star
* Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usageChandra Seetharaman2012-02-031-1/+1