Age | Commit message (Expand) | Author |
2022-06-23 | xfs: introduce xfs_inodegc_push() | Dave Chinner |
2022-05-11 | xfs: don't set quota warning values | Catherine Hoang |
2022-05-11 | xfs: remove warning counters from struct xfs_dquot_res | Catherine Hoang |
2022-05-11 | xfs: remove quota warning limit from struct xfs_quota_limits | Catherine Hoang |
2021-12-21 | xfs: fix quotaoff mutex usage now that we don't support disabling it | Darrick J. Wong |
2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner |
2021-08-09 | xfs: flush inode inactivation work when compiling usage statistics | Darrick J. Wong |
2021-08-06 | xfs: remove the active vs running quota differentiation | Christoph Hellwig |
2021-08-06 | xfs: remove support for disabling quota accounting on a mounted file system | Christoph Hellwig |
2021-06-03 | xfs: move the quotaoff dqrele inode walk into xfs_icache.c | Darrick J. Wong |
2021-04-07 | xfs: move the di_size field to struct xfs_inode | Christoph Hellwig |
2020-09-15 | xfs: refactor default quota grace period setting code | Darrick J. Wong |
2020-09-15 | xfs: refactor quota expiration timer modification | Darrick J. Wong |
2020-07-28 | xfs: create xfs_dqtype_t to represent quota types | Darrick J. Wong |
2020-07-28 | xfs: refactor testing if a particular dquot is being enforced | Darrick J. Wong |
2020-07-28 | xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_* | Darrick J. Wong |
2020-07-28 | xfs: refactor xfs_qm_scall_setqlim | Darrick J. Wong |
2020-07-28 | xfs: remove unnecessary arguments from quota adjust functions | Darrick J. Wong |
2020-07-28 | xfs: refactor default quota limits by resource | Darrick J. Wong |
2020-07-28 | xfs: remove qcore from incore dquots | Darrick J. Wong |
2020-07-28 | xfs: stop using q_core timers in the quota code | Darrick J. Wong |
2020-07-28 | xfs: stop using q_core warning counters in the quota code | Darrick J. Wong |
2020-07-28 | xfs: stop using q_core limits in the quota code | Darrick J. Wong |
2020-07-28 | xfs: use a per-resource struct for incore dquot data | Darrick J. Wong |
2020-07-28 | xfs: stop using q_core.d_id in the quota code | Darrick J. Wong |
2020-07-28 | xfs: rename dquot incore state flags | Darrick J. Wong |
2020-07-28 | xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_* | Darrick J. Wong |
2020-05-27 | xfs: straighten out all the naming around incore inode tree walks | Darrick J. Wong |
2020-05-27 | xfs: remove flags argument from xfs_inode_ag_walk | Darrick J. Wong |
2020-05-27 | xfs: remove xfs_inode_ag_iterator_flags | Darrick J. Wong |
2020-05-27 | xfs: allow individual quota grace period extension | Eric Sandeen |
2020-05-27 | xfs: per-type quota timers and warn limits | Eric Sandeen |
2020-05-27 | xfs: switch xfs_get_defquota to take explicit type | Eric Sandeen |
2020-05-27 | xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers | Eric Sandeen |
2020-05-19 | xfs: move the per-fork nextents fields into struct xfs_ifork | Christoph Hellwig |
2020-05-04 | xfs: simplify the flags setting in xfs_qm_scall_quotaon | Kaixu Xia |
2020-03-18 | xfs: fix unmount hang and memory leak on shutdown during quotaoff | Brian Foster |
2019-11-13 | xfs: Replace function declaration by actual definition | Pavel Reichl |
2019-11-13 | xfs: remove the xfs_qoff_logitem_t typedef | Pavel Reichl |
2019-06-28 | xfs: remove unused header files | Eric Sandeen |
2018-07-26 | xfs: clean up IRELE/iput callsites | Darrick J. Wong |
2018-07-26 | xfs: remove all boilerplate defer init/finish code | Brian Foster |
2018-07-26 | xfs: pull up dfops from xfs_itruncate_extents() | Brian Foster |
2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner |
2018-05-10 | xfs: replace XFS_QMOPT_DQALLOC with a simple boolean | Darrick J. Wong |
2018-05-10 | xfs: split out dqget for inodes from regular dqget | Darrick J. Wong |
2018-05-10 | xfs: refactor XFS_QMOPT_DQNEXT out of existence | Darrick J. Wong |
2017-04-28 | xfs: wait on new inodes during quotaoff dquot release | Brian Foster |
2016-04-06 | xfs: better xfs_trans_alloc interface | Christoph Hellwig |
2016-02-08 | xfs: Split default quota limits by quota type | Carlos Maiolino |