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