summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+2
|\
| * xfs: support idmapped mountsChristoph Hellwig2021-01-241-1/+2
* | xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong2021-02-031-48/+0
* | xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong2021-02-031-57/+35
|/
* xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner2020-12-121-13/+13
* xfs: do the ASSERT for the arguments O_{u,g,p}dqppKaixu Xia2020-10-071-0/+3
* xfs: remove the unused parameter id from xfs_qm_dqattach_oneKaixu Xia2020-09-251-6/+5
* xfs: remove the unnecessary xfs_dqid_t type castKaixu Xia2020-09-251-1/+1
* xfs: trace timestamp limitsDarrick J. Wong2020-09-151-0/+2
* xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong2020-09-151-2/+11
* xfs: refactor quota expiration timer modificationDarrick J. Wong2020-09-151-0/+2
* xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong2020-07-281-2/+2
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-281-11/+11
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-26/+26
* xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong2020-07-281-3/+2
* xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong2020-07-281-2/+2
* xfs: refactor default quota limits by resourceDarrick J. Wong2020-07-281-18/+18
* xfs: remove qcore from incore dquotsDarrick J. Wong2020-07-281-2/+2
* xfs: stop using q_core timers in the quota codeDarrick J. Wong2020-07-281-9/+6
* xfs: stop using q_core warning counters in the quota codeDarrick J. Wong2020-07-281-6/+6
* xfs: stop using q_core counters in the quota codeDarrick J. Wong2020-07-281-3/+3
* xfs: stop using q_core limits in the quota codeDarrick J. Wong2020-07-281-8/+6
* xfs: use a per-resource struct for incore dquot dataDarrick J. Wong2020-07-281-3/+3
* xfs: stop using q_core.d_id in the quota codeDarrick J. Wong2020-07-281-12/+10
* xfs: rename dquot incore state flagsDarrick J. Wong2020-07-281-6/+6
* xfs: refactor quotacheck flags usageDarrick J. Wong2020-07-281-11/+7
* xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushDarrick J. Wong2020-07-281-0/+1
* xfs: per-type quota timers and warn limitsEric Sandeen2020-05-271-25/+21
* xfs: switch xfs_get_defquota to take explicit typeEric Sandeen2020-05-271-1/+1
* xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen2020-05-271-1/+1
* xfs: always return -ENOSPC on project quota reservation failureEric Sandeen2020-05-271-6/+3
* xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattachKaixu Xia2020-05-041-1/+0
* xfs: reserve quota inode transaction space only when neededKaixu Xia2020-05-041-1/+2
* xfs: trace quota allocations for all quota typesKaixu Xia2020-05-041-2/+1
* 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