blob: 8980d9c98ce9ed1defc3ad37fb9ea3363554e2d0 [file] [log] [blame]
74af4c1770f9 ("xfs: remove the unused parameter id from xfs_qm_dqattach_one")
1a7ed271653a ("xfs: create xfs_dqtype_t to represent quota types")
af1db8f12e2d ("xfs: remove unnecessary quota type masking")
0b04dd5d7ca7 ("xfs: always use xfs_dquot_type when extracting type from a dquot")
00a342e4965e ("xfs: remove the XFS_QM_IS[UGP]DQ macros")
dbcbc7b90e8a ("xfs: refactor testing if a particular dquot is being enforced")
8cd4901da56c ("xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*")
f9751c4ad3d1 ("xfs: drop the type parameter from xfs_dquot_verify")
2cb91bab4fa4 ("xfs: add more dquot tracepoints")
292b47b4fcfa ("xfs: refactor xfs_trans_dqresv")
c8c753e19a76 ("xfs: remove unnecessary arguments from quota adjust functions")
438769e31e44 ("xfs: refactor default quota limits by resource")
51dbb1be52fe ("xfs: remove qcore from incore dquots")
19dce7eaef7f ("xfs: stop using q_core timers in the quota code")
c8c45fb2f614 ("xfs: stop using q_core warning counters in the quota code")
be37d40c1ba0 ("xfs: stop using q_core counters in the quota code")
d3537cf93e5e ("xfs: stop using q_core limits in the quota code")
784e80f5640d ("xfs: use a per-resource struct for incore dquot data")
c51df7334167 ("xfs: stop using q_core.d_id in the quota code")
0b0fa1d1d167 ("xfs: stop using q_core.d_flags in the quota code")
cb64e1299364 ("xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk format")
985a78fdde15 ("xfs: rename dquot incore state flags")
0dcc0728c119 ("xfs: refactor quotacheck flags usage")
afeda6000b0c ("xfs: validate ondisk/incore dquot flags")
f959b5d037e7 ("xfs: fix inode quota reservation checks")
c97738a960a8 ("xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flush")
6f5de1808e36 ("xfs: use direct calls for dquot IO completion")
aac855ab1a98 ("xfs: make inode IO completion buffer centric")
b01d1461ae6d ("xfs: call xfs_buf_iodone directly")
9fe5c77cbe3c ("xfs: mark log recovery buffers for completion")
0c7e5afbea99 ("xfs: mark dquot buffers in cache")
f593bf144c7d ("xfs: mark inode buffers in cache")
1319ebefd6ed ("xfs: add an inode item lock")
1dfde687a65f ("xfs: remove logged flag from inode log item")
df42ce64dc3e ("xfs: allow individual quota grace period extension")
e850301f0981 ("xfs: per-type quota timers and warn limits")
ce6e7e79ced3 ("xfs: switch xfs_get_defquota to take explicit type")
3dbb9aa31008 ("xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers")
8d077f5bfc27 ("xfs: fix up some whitespace in quota code")
dcf1ccc99e6d ("xfs: always return -ENOSPC on project quota reservation failure")
daf83964a368 ("xfs: move the per-fork nextents fields into struct xfs_ifork")
5fd68bdb5a87 ("xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_Q")
9229d18e801b ("xfs: split xfs_iformat_fork")
cb7d58594412 ("xfs: call xfs_iformat_fork from xfs_inode_from_disk")
78bba5c812cc ("xfs: use ordered buffers to initialize dquot buffers during quotacheck")
fcbdf91e0c9f ("xfs: refactor log recovery dquot item dispatch for pass2 commit functions")
658fa68b6f34 ("xfs: refactor log recovery inode item dispatch for pass2 commit functions")
1094d3f12363 ("xfs: refactor log recovery buffer item dispatch for pass2 commit functions")
3304a4fabd09 ("xfs: refactor log recovery item dispatch for pass1 commit functions")
8ea5682d0711 ("xfs: refactor log recovery item dispatch for pass2 readhead functions")