summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-6/+3
* xfs: Split default quota limits by quota typeCarlos Maiolino2016-02-081-12/+43
* Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-111-7/+7
|\
| * xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-7/+7
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
|/
* xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-1/+1
* xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-3/+2
* Merge branch 'xfs-misc-fixes-for-4.1' into for-nextDave Chinner2015-02-241-4/+9
|\
| * xfs: inodes are new until the dentry cache is set upDave Chinner2015-02-231-4/+9
* | xfs: Fix quota type in quota structures when reusing quota fileJan Kara2015-02-231-0/+5
|/
* 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
OpenPOWER on IntegriCloud