summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: refactor xfs_qm_scall_setqlimDarrick J. Wong2020-07-291-71/+93
* xfs: refactor quota exceeded testDarrick J. Wong2020-07-291-65/+26
* xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong2020-07-295-12/+11
* xfs: refactor default quota limits by resourceDarrick J. Wong2020-07-296-72/+70
* xfs: remove qcore from incore dquotsDarrick J. Wong2020-07-296-44/+21
* xfs: stop using q_core timers in the quota codeDarrick J. Wong2020-07-295-39/+47
* xfs: stop using q_core warning counters in the quota codeDarrick J. Wong2020-07-295-18/+34
* xfs: stop using q_core counters in the quota codeDarrick J. Wong2020-07-297-62/+56
* xfs: stop using q_core limits in the quota codeDarrick J. Wong2020-07-299-141/+138
* xfs: use a per-resource struct for incore dquot dataDarrick J. Wong2020-07-298-46/+50
* xfs: stop using q_core.d_id in the quota codeDarrick J. Wong2020-07-298-43/+42
* xfs: stop using q_core.d_flags in the quota codeDarrick J. Wong2020-07-293-4/+40
* xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong2020-07-292-11/+16
* xfs: rename dquot incore state flagsDarrick J. Wong2020-07-297-20/+21
* xfs: refactor quotacheck flags usageDarrick J. Wong2020-07-291-11/+7
* xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*Darrick J. Wong2020-07-292-7/+7
* xfs: validate ondisk/incore dquot flagsDarrick J. Wong2020-07-291-3/+20
* xfs: fix inode quota reservation checksDarrick J. Wong2020-07-291-1/+1
* xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushDarrick J. Wong2020-07-291-0/+1
* xfs: fix inode allocation block res calculation precedenceBrian Foster2020-07-291-1/+1
* xfs: drain the buf delwri queue before xfsaild idlesBrian Foster2020-07-291-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
* xfs: make inode reclaim almost non-blockingDave Chinner2020-07-071-1/+1
* xfs: pin inode backing buffer to the inode log itemDave Chinner2020-07-075-24/+105
* xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner2020-07-073-8/+3
* xfs: unwind log item error flaggingDave Chinner2020-07-074-71/+14
* xfs: handle buffer log item IO errors directlyDave Chinner2020-07-071-70/+144
* xfs: get rid of log item callbacksDave Chinner2020-07-075-29/+6
* xfs: clean up the buffer iodone callback functionsDave Chinner2020-07-073-114/+29
* xfs: use direct calls for dquot IO completionDave Chinner2020-07-063-5/+40
* xfs: make inode IO completion buffer centricDave Chinner2020-07-064-55/+56