summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-07-28xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimitsDarrick J. Wong
2020-07-28xfs: refactor xfs_trans_apply_dquot_deltasDarrick J. Wong
2020-07-28xfs: refactor xfs_trans_dqresvDarrick J. Wong
2020-07-28xfs: refactor xfs_qm_scall_setqlimDarrick J. Wong
2020-07-28xfs: refactor quota exceeded testDarrick J. Wong
2020-07-28xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong
2020-07-28xfs: refactor default quota limits by resourceDarrick J. Wong
2020-07-28xfs: remove qcore from incore dquotsDarrick J. Wong
2020-07-28xfs: stop using q_core timers in the quota codeDarrick J. Wong
2020-07-28xfs: stop using q_core warning counters in the quota codeDarrick J. Wong
2020-07-28xfs: stop using q_core counters in the quota codeDarrick J. Wong
2020-07-28xfs: stop using q_core limits in the quota codeDarrick J. Wong
2020-07-28xfs: use a per-resource struct for incore dquot dataDarrick J. Wong
2020-07-28xfs: stop using q_core.d_id in the quota codeDarrick J. Wong
2020-07-28xfs: stop using q_core.d_flags in the quota codeDarrick J. Wong
2020-07-28xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong
2020-07-28xfs: rename dquot incore state flagsDarrick J. Wong
2020-07-28xfs: refactor quotacheck flags usageDarrick J. Wong
2020-07-28xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*Darrick J. Wong
2020-07-28xfs: validate ondisk/incore dquot flagsDarrick J. Wong
2020-07-28xfs: fix inode quota reservation checksDarrick J. Wong
2020-07-28xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushDarrick J. Wong
2020-07-28xfs: fix inode allocation block res calculation precedenceBrian Foster
2020-07-28xfs: drain the buf delwri queue before xfsaild idlesBrian Foster
2020-07-17xfs: preserve inode versioning across remountsEric Sandeen
2020-07-14xfs: remove duplicated include from xfs_buf_item.cYueHaibing
2020-07-14xfs: remove SYNC_WAIT and SYNC_TRYLOCKChristoph Hellwig
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang
2020-07-09xfs: Fix false positive lockdep warning with sb_internal & fs_reclaimWaiman Long
2020-07-07xfs: rtbitmap scrubber should check inode sizeDarrick J. Wong
2020-07-07xfs: rtbitmap scrubber should verify written extentsDarrick J. Wong
2020-07-07xfs: remove xfs_inobp_check()Dave Chinner
2020-07-07xfs: factor xfs_iflush_doneDave Chinner
2020-07-07xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner
2020-07-07xfs: rename xfs_iflush_int()Dave Chinner
2020-07-07xfs: xfs_iflush() is no longer necessaryDave Chinner
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedDave Chinner
2020-07-07xfs: rework stale inodes in xfs_ifree_clusterDave Chinner
2020-07-07xfs: clean up inode reclaim commentsDave Chinner
2020-07-07xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner
2020-07-07xfs: remove SYNC_TRYLOCK from inode reclaimDave Chinner
2020-07-07xfs: don't block inode reclaim on the ILOCKDave Chinner
2020-07-07xfs: allow multiple reclaimers per AGDave Chinner
2020-07-07xfs: remove IO submission from xfs_reclaim_inode()Dave Chinner
2020-07-07xfs: make inode reclaim almost non-blockingDave Chinner
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner
2020-07-07xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner
2020-07-07xfs: unwind log item error flaggingDave Chinner
2020-07-07xfs: handle buffer log item IO errors directlyDave Chinner
2020-07-07xfs: get rid of log item callbacksDave Chinner