summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino2020-07-295-33/+21
| * | | | | xfs: remove xfs_zone_{alloc,zalloc} helpersCarlos Maiolino2020-07-293-30/+0
| * | | | | xfs: Modify xlog_ticket_alloc() to use kernel's MM APICarlos Maiolino2020-07-293-11/+5
| * | | | | xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-2919-28/+35
| * | | | | xfs: Remove kmem_zone_alloc() usageCarlos Maiolino2020-07-293-8/+8
| * | | | | xfs: xfs_btree_staging.h: delete duplicated wordsRandy Dunlap2020-07-291-3/+3
| * | | | | xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong2020-07-295-12/+12
| * | | | | xfs: improve ondisk dquot flags checkingDarrick J. Wong2020-07-292-3/+10
| * | | | | xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-2915-101/+126
| * | | | | xfs: replace a few open-coded XFS_DQTYPE_REC_MASK usesDarrick J. Wong2020-07-291-2/+2
| * | | | | xfs: remove unnecessary quota type maskingDarrick J. Wong2020-07-292-3/+3
| * | | | | xfs: always use xfs_dquot_type when extracting type from a dquotDarrick J. Wong2020-07-292-8/+9
| * | | | | xfs: refactor quota type testingDarrick J. Wong2020-07-292-15/+29
| * | | | | xfs: remove the XFS_QM_IS[UGP]DQ macrosDarrick J. Wong2020-07-293-19/+16
| * | | | | xfs: refactor testing if a particular dquot is being enforcedDarrick J. Wong2020-07-293-10/+20
| * | | | | xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-2918-116/+118
| * | | | | xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong2020-07-295-16/+10
| * | | | | xfs: add more dquot tracepointsDarrick J. Wong2020-07-292-2/+159
| * | | | | xfs: actually bump warning counts when we send warningsDarrick J. Wong2020-07-291-0/+1
| * | | | | xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimitsDarrick J. Wong2020-07-291-6/+6
| * | | | | xfs: refactor xfs_trans_apply_dquot_deltasDarrick J. Wong2020-07-291-58/+47
| * | | | | xfs: refactor xfs_trans_dqresvDarrick J. Wong2020-07-291-76/+79
| * | | | | 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