summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-07-28xfs: remove xfs_zone_{alloc,zalloc} helpersCarlos Maiolino
2020-07-28xfs: Modify xlog_ticket_alloc() to use kernel's MM APICarlos Maiolino
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-07-28xfs: Remove kmem_zone_alloc() usageCarlos Maiolino
2020-07-28xfs: xfs_btree_staging.h: delete duplicated wordsRandy Dunlap
2020-07-28xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong
2020-07-28xfs: improve ondisk dquot flags checkingDarrick J. Wong
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong
2020-07-28xfs: replace a few open-coded XFS_DQTYPE_REC_MASK usesDarrick J. Wong
2020-07-28xfs: remove unnecessary quota type maskingDarrick J. Wong
2020-07-28xfs: always use xfs_dquot_type when extracting type from a dquotDarrick J. Wong
2020-07-28xfs: refactor quota type testingDarrick J. Wong
2020-07-28xfs: remove the XFS_QM_IS[UGP]DQ macrosDarrick J. Wong
2020-07-28xfs: refactor testing if a particular dquot is being enforcedDarrick J. Wong
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong
2020-07-28xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong
2020-07-28xfs: add more dquot tracepointsDarrick J. Wong
2020-07-28xfs: actually bump warning counts when we send warningsDarrick J. Wong
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