summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.c
Commit message (Expand)AuthorAgeFilesLines
* list_lru: add helpers to isolate itemsVladimir Davydov2015-02-121-2/+3
* list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov2015-02-121-4/+3
* xfs: consolidate superblock logging functionsDave Chinner2015-01-221-25/+2
* xfs: remove bitfield based superblock updatesDave Chinner2015-01-221-21/+5
* Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner2014-12-011-7/+5
|\
| * xfs: remove unnecessary null checksMarkus Elfring2014-12-011-7/+5
* | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
|/
* xfs: xfs_qm_dquot_isolate needs locking annotations for sparseDave Chinner2014-09-291-0/+1
* Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner2014-08-041-1/+7
|\
| * xfs: quotacheck leaves dquot buffers without verifiersDave Chinner2014-08-041-1/+7
* | xfs: mark xfs_qm_quotacheck as staticJie Liu2014-07-241-95/+94
|/
* xfs: global error sign conversionDave Chinner2014-06-251-12/+12
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-3/+3
* xfs: return is not a functionEric Sandeen2014-06-221-2/+2
* Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner2014-05-151-193/+21
|\
| * xfs: remove dquot hintsDave Chinner2014-05-051-193/+21
* | Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner2014-05-151-2/+1
|\ \
| * | xfs: remove unused mp arg from xfs_calc_dquots_per_chunk()Eric Sandeen2014-04-141-2/+1
| |/
* | 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/+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
OpenPOWER on IntegriCloud