summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2020-07-28xfs: refactor xfs_trans_apply_dquot_deltasDarrick J. Wong1-58/+47
2020-07-28xfs: refactor xfs_trans_dqresvDarrick J. Wong1-76/+79
2020-07-28xfs: refactor xfs_qm_scall_setqlimDarrick J. Wong1-71/+93
2020-07-28xfs: refactor quota exceeded testDarrick J. Wong1-65/+26
2020-07-28xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong5-12/+11
2020-07-28xfs: refactor default quota limits by resourceDarrick J. Wong6-72/+70
2020-07-28xfs: remove qcore from incore dquotsDarrick J. Wong6-44/+21
2020-07-28xfs: stop using q_core timers in the quota codeDarrick J. Wong5-39/+47
2020-07-28xfs: stop using q_core warning counters in the quota codeDarrick J. Wong5-18/+34
2020-07-28xfs: stop using q_core counters in the quota codeDarrick J. Wong7-62/+56
2020-07-28xfs: stop using q_core limits in the quota codeDarrick J. Wong9-141/+138
2020-07-28xfs: use a per-resource struct for incore dquot dataDarrick J. Wong8-46/+50
2020-07-28xfs: stop using q_core.d_id in the quota codeDarrick J. Wong8-43/+42
2020-07-28xfs: stop using q_core.d_flags in the quota codeDarrick J. Wong3-4/+40
2020-07-28xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong2-11/+16
2020-07-28xfs: rename dquot incore state flagsDarrick J. Wong7-20/+21
2020-07-28xfs: refactor quotacheck flags usageDarrick J. Wong1-11/+7
2020-07-28xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*Darrick J. Wong2-7/+7
2020-07-28xfs: validate ondisk/incore dquot flagsDarrick J. Wong1-3/+20
2020-07-28xfs: fix inode quota reservation checksDarrick J. Wong1-1/+1
2020-07-28xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushDarrick J. Wong1-0/+1
2020-07-28xfs: fix inode allocation block res calculation precedenceBrian Foster1-1/+1
2020-07-28xfs: drain the buf delwri queue before xfsaild idlesBrian Foster1-10/+6
2020-07-17xfs: preserve inode versioning across remountsEric Sandeen1-0/+4
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-14xfs: remove duplicated include from xfs_buf_item.cYueHaibing1-1/+0
2020-07-14xfs: remove SYNC_WAIT and SYNC_TRYLOCKChristoph Hellwig1-3/+0
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang8-91/+34
2020-07-09xfs: Fix false positive lockdep warning with sb_internal & fs_reclaimWaiman Long1-1/+11
2020-07-07xfs: rtbitmap scrubber should check inode sizeDarrick J. Wong1-0/+7
2020-07-07xfs: rtbitmap scrubber should verify written extentsDarrick J. Wong1-0/+40
2020-07-07xfs: remove xfs_inobp_check()Dave Chinner3-32/+0
2020-07-07xfs: factor xfs_iflush_doneDave Chinner1-75/+82
2020-07-07xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner3-98/+83
2020-07-07xfs: rename xfs_iflush_int()Dave Chinner1-147/+146
2020-07-07xfs: xfs_iflush() is no longer necessaryDave Chinner3-127/+33
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedDave Chinner5-24/+27
2020-07-07xfs: rework stale inodes in xfs_ifree_clusterDave Chinner1-99/+62
2020-07-07xfs: clean up inode reclaim commentsDave Chinner1-93/+35
2020-07-07xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner4-60/+35
2020-07-07xfs: remove SYNC_TRYLOCK from inode reclaimDave Chinner1-38/+25
2020-07-07xfs: don't block inode reclaim on the ILOCKDave Chinner1-3/+5
2020-07-07xfs: allow multiple reclaimers per AGDave Chinner3-24/+12
2020-07-07xfs: remove IO submission from xfs_reclaim_inode()Dave Chinner1-86/+31
2020-07-07xfs: make inode reclaim almost non-blockingDave Chinner1-1/+1
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner5-24/+105
2020-07-07xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner3-8/+3
2020-07-07xfs: unwind log item error flaggingDave Chinner4-71/+14
2020-07-07xfs: handle buffer log item IO errors directlyDave Chinner1-70/+144
2020-07-07xfs: get rid of log item callbacksDave Chinner5-29/+6