index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-29
xfs: remove the XFS_QM_IS[UGP]DQ macros
Darrick J. Wong
3
-19
/
+16
2020-07-29
xfs: refactor testing if a particular dquot is being enforced
Darrick J. Wong
3
-10
/
+20
2020-07-29
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
18
-116
/
+118
2020-07-29
xfs: drop the type parameter from xfs_dquot_verify
Darrick J. Wong
5
-16
/
+10
2020-07-29
xfs: add more dquot tracepoints
Darrick J. Wong
2
-2
/
+159
2020-07-29
xfs: actually bump warning counts when we send warnings
Darrick J. Wong
1
-0
/
+1
2020-07-29
xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimits
Darrick J. Wong
1
-6
/
+6
2020-07-29
xfs: refactor xfs_trans_apply_dquot_deltas
Darrick J. Wong
1
-58
/
+47
2020-07-29
xfs: refactor xfs_trans_dqresv
Darrick J. Wong
1
-76
/
+79
2020-07-29
xfs: refactor xfs_qm_scall_setqlim
Darrick J. Wong
1
-71
/
+93
2020-07-29
xfs: refactor quota exceeded test
Darrick J. Wong
1
-65
/
+26
2020-07-29
xfs: remove unnecessary arguments from quota adjust functions
Darrick J. Wong
5
-12
/
+11
2020-07-29
xfs: refactor default quota limits by resource
Darrick J. Wong
6
-72
/
+70
2020-07-29
xfs: remove qcore from incore dquots
Darrick J. Wong
6
-44
/
+21
2020-07-29
xfs: stop using q_core timers in the quota code
Darrick J. Wong
5
-39
/
+47
2020-07-29
xfs: stop using q_core warning counters in the quota code
Darrick J. Wong
5
-18
/
+34
2020-07-29
xfs: stop using q_core counters in the quota code
Darrick J. Wong
7
-62
/
+56
2020-07-29
xfs: stop using q_core limits in the quota code
Darrick J. Wong
9
-141
/
+138
2020-07-29
xfs: use a per-resource struct for incore dquot data
Darrick J. Wong
8
-46
/
+50
2020-07-29
xfs: stop using q_core.d_id in the quota code
Darrick J. Wong
8
-43
/
+42
2020-07-29
xfs: stop using q_core.d_flags in the quota code
Darrick J. Wong
3
-4
/
+40
2020-07-29
xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk format
Darrick J. Wong
2
-11
/
+16
2020-07-29
xfs: rename dquot incore state flags
Darrick J. Wong
7
-20
/
+21
2020-07-29
xfs: refactor quotacheck flags usage
Darrick J. Wong
1
-11
/
+7
2020-07-29
xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*
Darrick J. Wong
2
-7
/
+7
2020-07-29
xfs: validate ondisk/incore dquot flags
Darrick J. Wong
1
-3
/
+20
2020-07-29
xfs: fix inode quota reservation checks
Darrick J. Wong
1
-1
/
+1
2020-07-29
xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flush
Darrick J. Wong
1
-0
/
+1
2020-07-29
xfs: fix inode allocation block res calculation precedence
Brian Foster
1
-1
/
+1
2020-07-29
xfs: drain the buf delwri queue before xfsaild idles
Brian Foster
1
-10
/
+6
2020-07-17
xfs: preserve inode versioning across remounts
Eric Sandeen
1
-0
/
+4
2020-07-14
xfs: remove duplicated include from xfs_buf_item.c
YueHaibing
1
-1
/
+0
2020-07-14
xfs: remove SYNC_WAIT and SYNC_TRYLOCK
Christoph Hellwig
1
-3
/
+0
2020-07-14
xfs: get rid of unnecessary xfs_perag_{get,put} pairs
Gao Xiang
8
-91
/
+34
2020-07-09
xfs: Fix false positive lockdep warning with sb_internal & fs_reclaim
Waiman Long
1
-1
/
+11
2020-07-07
xfs: rtbitmap scrubber should check inode size
Darrick J. Wong
1
-0
/
+7
2020-07-07
xfs: rtbitmap scrubber should verify written extents
Darrick J. Wong
1
-0
/
+40
2020-07-07
xfs: remove xfs_inobp_check()
Dave Chinner
3
-32
/
+0
2020-07-07
xfs: factor xfs_iflush_done
Dave Chinner
1
-75
/
+82
2020-07-07
xfs: rework xfs_iflush_cluster() dirty inode iteration
Dave Chinner
3
-98
/
+83
2020-07-07
xfs: rename xfs_iflush_int()
Dave Chinner
1
-147
/
+146
2020-07-07
xfs: xfs_iflush() is no longer necessary
Dave Chinner
3
-127
/
+33
2020-07-07
xfs: attach inodes to the cluster buffer when dirtied
Dave Chinner
5
-24
/
+27
2020-07-07
xfs: rework stale inodes in xfs_ifree_cluster
Dave Chinner
1
-99
/
+62
2020-07-07
xfs: clean up inode reclaim comments
Dave Chinner
1
-93
/
+35
2020-07-07
xfs: remove SYNC_WAIT from xfs_reclaim_inodes()
Dave Chinner
4
-60
/
+35
2020-07-07
xfs: remove SYNC_TRYLOCK from inode reclaim
Dave Chinner
1
-38
/
+25
2020-07-07
xfs: don't block inode reclaim on the ILOCK
Dave Chinner
1
-3
/
+5
2020-07-07
xfs: allow multiple reclaimers per AG
Dave Chinner
3
-24
/
+12
2020-07-07
xfs: remove IO submission from xfs_reclaim_inode()
Dave Chinner
1
-86
/
+31
[next]