summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | xfs: remove the XFS_QM_IS[UGP]DQ macrosDarrick J. Wong2020-07-283-19/+16
| * | xfs: refactor testing if a particular dquot is being enforcedDarrick J. Wong2020-07-283-10/+20
| * | xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-2818-116/+118
| * | xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong2020-07-285-16/+10
| * | xfs: add more dquot tracepointsDarrick J. Wong2020-07-282-2/+159
| * | xfs: actually bump warning counts when we send warningsDarrick J. Wong2020-07-281-0/+1
| * | xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimitsDarrick J. Wong2020-07-281-6/+6
| * | xfs: refactor xfs_trans_apply_dquot_deltasDarrick J. Wong2020-07-281-58/+47
| * | xfs: refactor xfs_trans_dqresvDarrick J. Wong2020-07-281-76/+79
| * | xfs: refactor xfs_qm_scall_setqlimDarrick J. Wong2020-07-281-71/+93
| * | xfs: refactor quota exceeded testDarrick J. Wong2020-07-281-65/+26
| * | xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong2020-07-285-12/+11
| * | xfs: refactor default quota limits by resourceDarrick J. Wong2020-07-286-72/+70
| * | xfs: remove qcore from incore dquotsDarrick J. Wong2020-07-286-44/+21
| * | xfs: stop using q_core timers in the quota codeDarrick J. Wong2020-07-285-39/+47
| * | xfs: stop using q_core warning counters in the quota codeDarrick J. Wong2020-07-285-18/+34
| * | xfs: stop using q_core counters in the quota codeDarrick J. Wong2020-07-287-62/+56
| * | xfs: stop using q_core limits in the quota codeDarrick J. Wong2020-07-289-141/+138
| * | xfs: use a per-resource struct for incore dquot dataDarrick J. Wong2020-07-288-46/+50
| * | xfs: stop using q_core.d_id in the quota codeDarrick J. Wong2020-07-288-43/+42
| * | xfs: stop using q_core.d_flags in the quota codeDarrick J. Wong2020-07-283-4/+40
| * | xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong2020-07-282-11/+16
| * | xfs: rename dquot incore state flagsDarrick J. Wong2020-07-287-20/+21
| * | xfs: refactor quotacheck flags usageDarrick J. Wong2020-07-281-11/+7
| * | xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*Darrick J. Wong2020-07-282-7/+7
| * | xfs: validate ondisk/incore dquot flagsDarrick J. Wong2020-07-281-3/+20
| * | xfs: fix inode quota reservation checksDarrick J. Wong2020-07-281-1/+1
| * | xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushDarrick J. Wong2020-07-281-0/+1
| * | xfs: fix inode allocation block res calculation precedenceBrian Foster2020-07-281-1/+1
| * | xfs: drain the buf delwri queue before xfsaild idlesBrian Foster2020-07-281-10/+6
| * | xfs: preserve inode versioning across remountsEric Sandeen2020-07-171-0/+4
| * | xfs: remove duplicated include from xfs_buf_item.cYueHaibing2020-07-141-1/+0
| * | xfs: remove SYNC_WAIT and SYNC_TRYLOCKChristoph Hellwig2020-07-141-3/+0
| * | xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang2020-07-148-91/+34
| * | xfs: Fix false positive lockdep warning with sb_internal & fs_reclaimWaiman Long2020-07-091-1/+11
| * | xfs: rtbitmap scrubber should check inode sizeDarrick J. Wong2020-07-071-0/+7
| * | xfs: rtbitmap scrubber should verify written extentsDarrick J. Wong2020-07-071-0/+40
| * | xfs: remove xfs_inobp_check()Dave Chinner2020-07-073-32/+0
| * | xfs: factor xfs_iflush_doneDave Chinner2020-07-071-75/+82
| * | xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner2020-07-073-98/+83
| * | xfs: rename xfs_iflush_int()Dave Chinner2020-07-071-147/+146
| * | xfs: xfs_iflush() is no longer necessaryDave Chinner2020-07-073-127/+33
| * | xfs: attach inodes to the cluster buffer when dirtiedDave Chinner2020-07-075-24/+27
| * | xfs: rework stale inodes in xfs_ifree_clusterDave Chinner2020-07-071-99/+62
| * | xfs: clean up inode reclaim commentsDave Chinner2020-07-071-93/+35
| * | xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner2020-07-074-60/+35
| * | xfs: remove SYNC_TRYLOCK from inode reclaimDave Chinner2020-07-071-38/+25
| * | xfs: don't block inode reclaim on the ILOCKDave Chinner2020-07-071-3/+5
| * | xfs: allow multiple reclaimers per AGDave Chinner2020-07-073-24/+12
| * | xfs: remove IO submission from xfs_reclaim_inode()Dave Chinner2020-07-071-86/+31