index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: Pull up trans roll in xfs_attr3_leaf_clearflag
Allison Collins
2020-07-29
2
-4
/
+17
*
xfs: Factor out xfs_attr_rmtval_invalidate
Allison Collins
2020-07-29
2
-6
/
+22
*
xfs: Pull up trans roll from xfs_attr3_leaf_setflag
Allison Collins
2020-07-29
2
-4
/
+6
*
xfs: Refactor xfs_attr_try_sf_addname
Allison Collins
2020-07-29
1
-15
/
+15
*
xfs: Split apart xfs_attr_leaf_addname
Allison Collins
2020-07-29
1
-34
/
+61
*
xfs: Pull up trans handling in xfs_attr3_leaf_flipflags
Allison Collins
2020-07-29
2
-6
/
+15
*
xfs: Factor out new helper functions xfs_attr_rmtval_set
Allison Collins
2020-07-29
1
-57
/
+92
*
xfs: Check for -ENOATTR or -EEXIST
Allison Collins
2020-07-29
1
-0
/
+13
*
xfs: Add xfs_has_attr and subroutines
Allison Collins
2020-07-29
4
-91
/
+197
*
xfs: Refactor xfs_da_state_alloc() helper
Carlos Maiolino
2020-07-29
5
-33
/
+21
*
xfs: remove xfs_zone_{alloc,zalloc} helpers
Carlos Maiolino
2020-07-29
3
-30
/
+0
*
xfs: Modify xlog_ticket_alloc() to use kernel's MM API
Carlos Maiolino
2020-07-29
3
-11
/
+5
*
xfs: Remove kmem_zone_zalloc() usage
Carlos Maiolino
2020-07-29
19
-28
/
+35
*
xfs: Remove kmem_zone_alloc() usage
Carlos Maiolino
2020-07-29
3
-8
/
+8
*
xfs: xfs_btree_staging.h: delete duplicated words
Randy Dunlap
2020-07-29
1
-3
/
+3
*
xfs: rename the ondisk dquot d_flags to d_type
Darrick J. Wong
2020-07-29
5
-12
/
+12
*
xfs: improve ondisk dquot flags checking
Darrick J. Wong
2020-07-29
2
-3
/
+10
*
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
2020-07-29
15
-101
/
+126
*
xfs: replace a few open-coded XFS_DQTYPE_REC_MASK uses
Darrick J. Wong
2020-07-29
1
-2
/
+2
*
xfs: remove unnecessary quota type masking
Darrick J. Wong
2020-07-29
2
-3
/
+3
*
xfs: always use xfs_dquot_type when extracting type from a dquot
Darrick J. Wong
2020-07-29
2
-8
/
+9
*
xfs: refactor quota type testing
Darrick J. Wong
2020-07-29
2
-15
/
+29
*
xfs: remove the XFS_QM_IS[UGP]DQ macros
Darrick J. Wong
2020-07-29
3
-19
/
+16
*
xfs: refactor testing if a particular dquot is being enforced
Darrick J. Wong
2020-07-29
3
-10
/
+20
*
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
2020-07-29
18
-116
/
+118
*
xfs: drop the type parameter from xfs_dquot_verify
Darrick J. Wong
2020-07-29
5
-16
/
+10
*
xfs: add more dquot tracepoints
Darrick J. Wong
2020-07-29
2
-2
/
+159
*
xfs: actually bump warning counts when we send warnings
Darrick J. Wong
2020-07-29
1
-0
/
+1
*
xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimits
Darrick J. Wong
2020-07-29
1
-6
/
+6
*
xfs: refactor xfs_trans_apply_dquot_deltas
Darrick J. Wong
2020-07-29
1
-58
/
+47
*
xfs: refactor xfs_trans_dqresv
Darrick J. Wong
2020-07-29
1
-76
/
+79
*
xfs: refactor xfs_qm_scall_setqlim
Darrick J. Wong
2020-07-29
1
-71
/
+93
*
xfs: refactor quota exceeded test
Darrick J. Wong
2020-07-29
1
-65
/
+26
*
xfs: remove unnecessary arguments from quota adjust functions
Darrick J. Wong
2020-07-29
5
-12
/
+11
*
xfs: refactor default quota limits by resource
Darrick J. Wong
2020-07-29
6
-72
/
+70
*
xfs: remove qcore from incore dquots
Darrick J. Wong
2020-07-29
6
-44
/
+21
*
xfs: stop using q_core timers in the quota code
Darrick J. Wong
2020-07-29
5
-39
/
+47
*
xfs: stop using q_core warning counters in the quota code
Darrick J. Wong
2020-07-29
5
-18
/
+34
*
xfs: stop using q_core counters in the quota code
Darrick J. Wong
2020-07-29
7
-62
/
+56
*
xfs: stop using q_core limits in the quota code
Darrick J. Wong
2020-07-29
9
-141
/
+138
*
xfs: use a per-resource struct for incore dquot data
Darrick J. Wong
2020-07-29
8
-46
/
+50
*
xfs: stop using q_core.d_id in the quota code
Darrick J. Wong
2020-07-29
8
-43
/
+42
*
xfs: stop using q_core.d_flags in the quota code
Darrick J. Wong
2020-07-29
3
-4
/
+40
*
xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk format
Darrick J. Wong
2020-07-29
2
-11
/
+16
*
xfs: rename dquot incore state flags
Darrick J. Wong
2020-07-29
7
-20
/
+21
*
xfs: refactor quotacheck flags usage
Darrick J. Wong
2020-07-29
1
-11
/
+7
*
xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*
Darrick J. Wong
2020-07-29
2
-7
/
+7
*
xfs: validate ondisk/incore dquot flags
Darrick J. Wong
2020-07-29
1
-3
/
+20
*
xfs: fix inode quota reservation checks
Darrick J. Wong
2020-07-29
1
-1
/
+1
*
xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flush
Darrick J. Wong
2020-07-29
1
-0
/
+1
[next]