blob: 34055444b44905e281024e54bb4b7757797208f8 [file] [log] [blame]
5aff6750d56d ("xfs: remove the unnecessary xfs_dqid_t type cast")
8cd4901da56c ("xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*")
f9751c4ad3d1 ("xfs: drop the type parameter from xfs_dquot_verify")
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")
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")
86ffa471d9ce ("xfs: refactor log recovery item sorting into a generic dispatch structure")
35f4521fd3a0 ("xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item")
88fc187984c9 ("xfs: remove unused iflush stale parameter")
2b3cf09356d5 ("xfs: combine xfs_trans_ail_[remove|delete]()")
6af0479d8b6b ("xfs: drop unused shutdown parameter from xfs_trans_ail_remove()")
849274c103ae ("xfs: acquire ->ail_lock from xfs_trans_ail_delete()")
b707fffda6a3 ("xfs: abort consistently on dquot flush failure")
629dcb38dc35 ("xfs: fix duplicate verification from xfs_qm_dqflush()")
f20192991d79 ("xfs: simplify inode flush error handling")
54b3b1f619ef ("xfs: factor out buffer I/O failure code")