| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: queue inactivation immediately when quota is nearing enforcement | Darrick J. Wong | 2021-08-09 | 1 | -0/+10 |
* | xfs: refactor default quota grace period setting code | Darrick J. Wong | 2020-09-16 | 1 | -0/+1 |
* | xfs: refactor quota expiration timer modification | Darrick J. Wong | 2020-09-16 | 1 | -0/+2 |
* | xfs: create xfs_dqtype_t to represent quota types | Darrick J. Wong | 2020-07-29 | 1 | -16/+17 |
* | xfs: remove unnecessary quota type masking | Darrick J. Wong | 2020-07-29 | 1 | -2/+2 |
* | xfs: always use xfs_dquot_type when extracting type from a dquot | Darrick J. Wong | 2020-07-29 | 1 | -1/+1 |
* | xfs: remove the XFS_QM_IS[UGP]DQ macros | Darrick J. Wong | 2020-07-29 | 1 | -3/+6 |
* | xfs: refactor testing if a particular dquot is being enforced | Darrick J. Wong | 2020-07-29 | 1 | -0/+17 |
* | xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_* | Darrick J. Wong | 2020-07-29 | 1 | -11/+11 |
* | xfs: remove unnecessary arguments from quota adjust functions | Darrick J. Wong | 2020-07-29 | 1 | -5/+4 |
* | xfs: remove qcore from incore dquots | Darrick J. Wong | 2020-07-29 | 1 | -1/+0 |
* | xfs: stop using q_core timers in the quota code | Darrick J. Wong | 2020-07-29 | 1 | -0/+7 |
* | xfs: stop using q_core warning counters in the quota code | Darrick J. Wong | 2020-07-29 | 1 | -0/+8 |
* | xfs: stop using q_core counters in the quota code | Darrick J. Wong | 2020-07-29 | 1 | -0/+3 |
* | xfs: stop using q_core limits in the quota code | Darrick J. Wong | 2020-07-29 | 1 | -1/+5 |
* | xfs: use a per-resource struct for incore dquot data | Darrick J. Wong | 2020-07-29 | 1 | -7/+11 |
* | xfs: stop using q_core.d_id in the quota code | Darrick J. Wong | 2020-07-29 | 1 | -1/+2 |
* | xfs: stop using q_core.d_flags in the quota code | Darrick J. Wong | 2020-07-29 | 1 | -0/+2 |
* | xfs: rename dquot incore state flags | Darrick J. Wong | 2020-07-29 | 1 | -2/+3 |
* | xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers | Eric Sandeen | 2020-05-27 | 1 | -1/+1 |
* | xfs: remove the xfs_dq_logitem_t typedef | Pavel Reichl | 2019-11-14 | 1 | -1/+1 |
* | xfs: remove the xfs_disk_dquot_t and xfs_dquot_t | Pavel Reichl | 2019-11-13 | 1 | -48/+50 |
* | xfs: remove the debug-only q_transp field from struct xfs_dquot | Christoph Hellwig | 2019-06-12 | 1 | -1/+0 |
* | xfs: convert to SPDX license tags | Dave Chinner | 2018-06-06 | 1 | -13/+1 |
* | xfs: refactor dquot iteration | Darrick J. Wong | 2018-05-16 | 1 | -0/+5 |
* | xfs: replace XFS_QMOPT_DQALLOC with a simple boolean | Darrick J. Wong | 2018-05-10 | 1 | -1/+1 |
* | xfs: remove direct calls to _qm_dqread | Darrick J. Wong | 2018-05-10 | 1 | -2/+3 |
* | xfs: split out dqget for inodes from regular dqget | Darrick J. Wong | 2018-05-10 | 1 | -2/+8 |
* | xfs: refactor XFS_QMOPT_DQNEXT out of existence | Darrick J. Wong | 2018-05-10 | 1 | -0/+2 |
* | xfs: fix implicit bool to int conversion | Nicholas Mc Guire | 2015-01-09 | 1 | -1/+1 |
* | xfs: run an eofblocks scan on ENOSPC/EDQUOT | Brian Foster | 2014-07-24 | 1 | -0/+15 |
* | xfs: remove dquot hints | Dave Chinner | 2014-05-05 | 1 | -2/+0 |
* | xfs: create a shared header file for format-related information | Dave Chinner | 2013-10-23 | 1 | -2/+0 |
* | xfs: Add pquota fields where gquota is used. | Chandra Seetharaman | 2013-07-11 | 1 | -2/+5 |
* | xfs: Replace macro XFS_DQ_TO_QIP with a function | Chandra Seetharaman | 2013-06-28 | 1 | -4/+0 |
* | xfs: xfs_dquot prealloc throttling watermarks and low free space | Brian Foster | 2013-03-22 | 1 | -0/+12 |
* | xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_t | Brian Foster | 2013-03-22 | 1 | -2/+2 |
* | xfs: convert buffer verifiers to an ops structure. | Dave Chinner | 2012-11-16 | 1 | -1/+2 |
* | xfs: add pre-write metadata buffer verifier callbacks | Dave Chinner | 2012-11-16 | 1 | -1/+1 |
* | xfs: verify dquot blocks as they are read from disk | Dave Chinner | 2012-11-16 | 1 | -0/+1 |
* | xfs: on-stack delayed write buffer lists | Christoph Hellwig | 2012-05-14 | 1 | -1/+0 |
* | xfs: do not write the buffer from xfs_qm_dqflush | Christoph Hellwig | 2012-05-14 | 1 | -1/+1 |
* | xfs: remove the per-filesystem list of dquots | Christoph Hellwig | 2012-03-14 | 1 | -2/+0 |
* | xfs: use per-filesystem radix trees for dquot lookup | Christoph Hellwig | 2012-03-14 | 1 | -12/+0 |
* | xfs: per-filesystem dquot LRU lists | Christoph Hellwig | 2012-03-14 | 1 | -1/+1 |
* | xfs: remove xfs_trans_unlocked_item | Christoph Hellwig | 2012-02-23 | 1 | -2/+1 |
* | Define a new function xfs_inode_dquot() | Chandra Seetharaman | 2012-02-03 | 1 | -0/+13 |
* | Define a new function xfs_this_quota_on() | Chandra Seetharaman | 2012-02-03 | 1 | -4/+13 |
* | xfs: remove XFS_QMOPT_DQSUSER | Christoph Hellwig | 2011-12-15 | 1 | -0/+2 |
* | xfs: add a xfs_dqhold helper | Christoph Hellwig | 2011-12-15 | 1 | -2/+8 |