Age | Commit message (Expand) | Author |
2023-04-12 | xfs: remove WARN when dquot cache insertion fails | Dave Chinner |
2022-07-22 | xfs: Fix comment typo | Xin Gao |
2022-05-11 | xfs: remove warning counters from struct xfs_dquot_res | Catherine Hoang |
2022-04-13 | xfs: Conditionally upgrade existing inodes to use large extent counters | Chandan Babu R |
2022-01-06 | xfs: hold quota inode ILOCK_EXCL until the end of dqalloc | Darrick J. Wong |
2021-10-22 | xfs: rename _zone variables to _cache | Darrick J. Wong |
2021-10-22 | xfs: remove kmem_zone typedef | Darrick J. Wong |
2021-10-14 | xfs: remove the xfs_dqblk_t typedef | Christoph Hellwig |
2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner |
2021-08-06 | xfs: remove the active vs running quota differentiation | Christoph Hellwig |
2021-04-15 | xfs: move the XFS_IFEXTENTS check into xfs_iread_extents | Christoph Hellwig |
2021-04-07 | xfs: move the di_projid field to struct xfs_inode | Christoph Hellwig |
2021-02-04 | xfs: fix incorrect root dquot corruption error when switching group/project q... | Darrick J. Wong |
2021-01-22 | xfs: Check for extent overflow when trivally adding a new extent | Chandan Babu R |
2020-09-25 | xfs: fix some comments | Kaixu Xia |
2020-09-15 | xfs: widen ondisk quota expiration timestamps to handle y2038+ | Darrick J. Wong |
2020-09-15 | xfs: refactor quota timestamp coding | Darrick J. Wong |
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-09-15 | xfs: move the buffer retry logic to xfs_buf.c | Christoph Hellwig |
2020-08-05 | xfs: delete duplicated words + other fixes | Randy Dunlap |
2020-07-28 | xfs: Remove kmem_zone_zalloc() usage | Carlos Maiolino |
2020-07-28 | xfs: rename the ondisk dquot d_flags to d_type | Darrick J. Wong |
2020-07-28 | xfs: create xfs_dqtype_t to represent quota types | Darrick J. Wong |
2020-07-28 | xfs: always use xfs_dquot_type when extracting type from a dquot | Darrick J. Wong |
2020-07-28 | xfs: refactor quota type testing | Darrick J. Wong |
2020-07-28 | xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_* | Darrick J. Wong |
2020-07-28 | xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimits | Darrick J. Wong |
2020-07-28 | xfs: refactor quota exceeded test | 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 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: stop using q_core.d_flags in the quota code | Darrick J. Wong |
2020-07-28 | xfs: rename dquot incore state flags | Darrick J. Wong |
2020-07-28 | xfs: validate ondisk/incore dquot flags | Darrick J. Wong |
2020-07-07 | xfs: move xfs_clear_li_failed out of xfs_ail_delete_one() | Dave Chinner |
2020-07-07 | xfs: get rid of log item callbacks | Dave Chinner |
2020-07-06 | xfs: use direct calls for dquot IO completion | Dave Chinner |
2020-07-06 | xfs: mark dquot buffers in cache | Dave Chinner |
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: use ordered buffers to initialize dquot buffers during quotacheck | Darrick J. Wong |
2020-05-07 | xfs: combine xfs_trans_ail_[remove|delete]() | Brian Foster |