summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_acl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-29xfs: Refactor xfs_attr_try_sf_addnameAllison Collins1-15/+15
2020-07-29xfs: Split apart xfs_attr_leaf_addnameAllison Collins1-34/+61
2020-07-29xfs: Pull up trans handling in xfs_attr3_leaf_flipflagsAllison Collins2-6/+15
2020-07-29xfs: Factor out new helper functions xfs_attr_rmtval_setAllison Collins1-57/+92
2020-07-29xfs: Check for -ENOATTR or -EEXISTAllison Collins1-0/+13
2020-07-29xfs: Add xfs_has_attr and subroutinesAllison Collins4-91/+197
2020-07-29xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino5-33/+21
2020-07-29xfs: remove xfs_zone_{alloc,zalloc} helpersCarlos Maiolino3-30/+0
2020-07-29xfs: Modify xlog_ticket_alloc() to use kernel's MM APICarlos Maiolino3-11/+5
2020-07-29xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino19-28/+35
2020-07-29xfs: Remove kmem_zone_alloc() usageCarlos Maiolino3-8/+8
2020-07-29xfs: xfs_btree_staging.h: delete duplicated wordsRandy Dunlap1-3/+3
2020-07-29xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong5-12/+12
2020-07-29xfs: improve ondisk dquot flags checkingDarrick J. Wong2-3/+10
2020-07-29xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong15-101/+126
2020-07-29xfs: replace a few open-coded XFS_DQTYPE_REC_MASK usesDarrick J. Wong1-2/+2
2020-07-29xfs: remove unnecessary quota type maskingDarrick J. Wong2-3/+3
2020-07-29xfs: always use xfs_dquot_type when extracting type from a dquotDarrick J. Wong2-8/+9
2020-07-29xfs: refactor quota type testingDarrick J. Wong2-15/+29
2020-07-29xfs: remove the XFS_QM_IS[UGP]DQ macrosDarrick J. Wong3-19/+16
2020-07-29xfs: refactor testing if a particular dquot is being enforcedDarrick J. Wong3-10/+20
2020-07-29xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong18-116/+118
2020-07-29xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong5-16/+10
2020-07-29xfs: add more dquot tracepointsDarrick J. Wong2-2/+159
2020-07-29xfs: actually bump warning counts when we send warningsDarrick J. Wong1-0/+1
2020-07-29xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimitsDarrick J. Wong1-6/+6
2020-07-29xfs: refactor xfs_trans_apply_dquot_deltasDarrick J. Wong1-58/+47
2020-07-29xfs: refactor xfs_trans_dqresvDarrick J. Wong1-76/+79
2020-07-29xfs: refactor xfs_qm_scall_setqlimDarrick J. Wong1-71/+93
2020-07-29xfs: refactor quota exceeded testDarrick J. Wong1-65/+26
2020-07-29xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong5-12/+11
2020-07-29xfs: refactor default quota limits by resourceDarrick J. Wong6-72/+70
2020-07-29xfs: remove qcore from incore dquotsDarrick J. Wong6-44/+21
2020-07-29xfs: stop using q_core timers in the quota codeDarrick J. Wong5-39/+47
2020-07-29xfs: stop using q_core warning counters in the quota codeDarrick J. Wong5-18/+34
2020-07-29xfs: stop using q_core counters in the quota codeDarrick J. Wong7-62/+56
2020-07-29xfs: stop using q_core limits in the quota codeDarrick J. Wong9-141/+138
2020-07-29xfs: use a per-resource struct for incore dquot dataDarrick J. Wong8-46/+50
2020-07-29xfs: stop using q_core.d_id in the quota codeDarrick J. Wong8-43/+42
2020-07-29xfs: stop using q_core.d_flags in the quota codeDarrick J. Wong3-4/+40
2020-07-29xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong2-11/+16
2020-07-29xfs: rename dquot incore state flagsDarrick J. Wong7-20/+21
2020-07-29xfs: refactor quotacheck flags usageDarrick J. Wong1-11/+7
2020-07-29xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*Darrick J. Wong2-7/+7
2020-07-29xfs: validate ondisk/incore dquot flagsDarrick J. Wong1-3/+20
2020-07-29xfs: fix inode quota reservation checksDarrick J. Wong1-1/+1
2020-07-29xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushDarrick J. Wong1-0/+1
2020-07-29xfs: fix inode allocation block res calculation precedenceBrian Foster1-1/+1
2020-07-29xfs: drain the buf delwri queue before xfsaild idlesBrian Foster1-10/+6
2020-07-17xfs: preserve inode versioning across remountsEric Sandeen1-0/+4