summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.c
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: trylock underlying buffer on dquot flushBrian Foster2020-03-281-5/+9
* xfs: preserve default grace interval during quotacheckDarrick J. Wong2020-03-261-6/+14
* xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig2020-03-021-14/+9
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-15/+25
* xfs: remove the xfs_quotainfo_t typedefPavel Reichl2019-11-131-10/+10
* xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl2019-11-131-15/+15
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-131-4/+4
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-8/+4
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-2/+11
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-2/+2
* xfs: specify AG in bulk reqDarrick J. Wong2019-07-041-1/+2
* xfs: poll waiting for quotacheckDarrick J. Wong2019-07-031-1/+1
* xfs: multithreaded iwalk implementationDarrick J. Wong2019-07-031-1/+1
* xfs: convert quotacheck to use the new iwalk functionsDarrick J. Wong2019-07-021-43/+20
* xfs: remove unused header filesEric Sandeen2019-06-281-4/+0
* xfs: widen inode delalloc block counter to 64-bitsDarrick J. Wong2019-04-231-1/+2
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-11/+11
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: refactor quota limits initializationDarrick J. Wong2018-05-151-64/+78
* xfs: rename on-disk dquot counter zap functionsDarrick J. Wong2018-05-101-8/+8
* xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong2018-05-101-7/+5
* xfs: remove direct calls to _qm_dqreadDarrick J. Wong2018-05-101-12/+13
* xfs: fetch dquots directly during quotacheckDarrick J. Wong2018-05-101-16/+12
* xfs: split out dqget for inodes from regular dqgetDarrick J. Wong2018-05-101-24/+15
* xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong2018-05-101-4/+3
* xfs: don't spray logs when dquot flush/purge failDarrick J. Wong2018-05-101-8/+2
* xfs: log item flags are racyDave Chinner2018-05-101-1/+1
* xfs: add full xfs_dqblk verifierEric Sandeen2018-05-091-1/+1
* xfs: pass full xfs_dqblk to repair during quotacheckEric Sandeen2018-05-091-1/+1
* xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen2018-05-091-1/+1
* xfs: make xfs_buf_incore out of lineDave Chinner2018-05-091-3/+2
* xfs: Remove "committed" argument of xfs_dir_iallocChandan Rajendra2018-04-021-3/+1
* xfs: use %px for data pointers when debuggingDarrick J. Wong2018-01-121-2/+2
* xfs: standardize quota verification function outputsDarrick J. Wong2018-01-081-16/+12
* xfs: separate dquot repair into a separate functionDarrick J. Wong2018-01-081-2/+5
* xfs: quota: check result of register_shrinker()Aliaksei Karaliou2018-01-021-16/+29
* xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou2018-01-021-0/+1
* xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig2017-12-081-2/+2
* xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leavesChristoph Hellwig2017-09-011-32/+12
* xfs: fix quotacheck dquot id overflow infinite loopBrian Foster2017-07-241-0/+3
* xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster2017-06-191-1/+27
* xfs: fix up quotacheck buffer list error handlingBrian Foster2017-04-251-6/+1
* xfs: remove use of do_div with 32-bit dividend in quotaEric Sandeen2017-04-251-2/+2
* xfs: prevent quotacheck from overloading inode lruBrian Foster2017-01-271-1/+2
* xfs: provide helper for counting extents from if_bytesEric Sandeen2016-11-081-1/+1
* 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
|/