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-05-19
xfs: split xfs_iformat_fork
Christoph Hellwig
3
-106
/
+103
2020-05-19
xfs: call xfs_iformat_fork from xfs_inode_from_disk
Christoph Hellwig
3
-6
/
+6
2020-05-19
xfs: xfs_bmapi_read doesn't take a fork id as the last argument
Christoph Hellwig
1
-1
/
+1
2020-05-19
xfs: fix the warning message in xfs_validate_sb_common()
Kaixu Xia
1
-1
/
+1
2020-05-19
xfs: don't allow SWAPEXT if we'd screw up quota accounting
Darrick J. Wong
1
-0
/
+7
2020-05-19
xfs: use ordered buffers to initialize dquot buffers during quotacheck
Darrick J. Wong
2
-14
/
+52
2020-05-19
xfs: don't fail verifier on empty attr3 leaf block
Brian Foster
1
-8
/
+7
2020-05-14
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
21
-21
/
+21
2020-05-14
xfs: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-14
xfs: ensure f_bfree returned by statfs() is non-negative
Zheng Bin
1
-1
/
+2
2020-05-13
fs: Introduce DCACHE_DONTCACHE
Ira Weiny
1
-1
/
+1
2020-05-13
fs: Lift XFS_IDONTCACHE to the VFS layer
Ira Weiny
3
-5
/
+4
2020-05-08
xfs: remove duplicate headers
Chen Zhou
1
-1
/
+0
2020-05-08
xfs: fix unused variable warning in buffer completion on !DEBUG
Brian Foster
1
-2
/
+1
2020-05-08
xfs: remove unnecessary includes from xfs_log_recover.c
Darrick J. Wong
1
-8
/
+0
2020-05-08
xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c
Darrick J. Wong
3
-104
/
+104
2020-05-08
xfs: hoist setting of XFS_LI_RECOVERED to caller
Darrick J. Wong
5
-19
/
+2
2020-05-08
xfs: refactor intent item iop_recover calls
Darrick J. Wong
5
-137
/
+54
2020-05-08
xfs: refactor intent item RECOVERED flag into the log item
Darrick J. Wong
9
-42
/
+20
2020-05-08
xfs: refactor adding recovered intent items to the log
Darrick J. Wong
6
-28
/
+26
2020-05-08
xfs: refactor releasing finished intents during log recovery
Darrick J. Wong
7
-129
/
+78
2020-05-08
xfs: refactor xlog_item_is_intent now that we're done converting
Darrick J. Wong
1
-14
/
+6
2020-05-08
xfs: refactor recovered BUI log item playback
Darrick J. Wong
3
-73
/
+41
2020-05-08
xfs: refactor recovered CUI log item playback
Darrick J. Wong
3
-58
/
+35
2020-05-08
xfs: refactor recovered RUI log item playback
Darrick J. Wong
3
-58
/
+35
2020-05-08
xfs: refactor recovered EFI log item playback
Darrick J. Wong
4
-61
/
+45
2020-05-08
xfs: remove log recovery quotaoff item dispatch for pass2 commit functions
Darrick J. Wong
2
-27
/
+7
2020-05-08
xfs: refactor log recovery BUI item dispatch for pass2 commit functions
Darrick J. Wong
3
-132
/
+131
2020-05-08
xfs: refactor log recovery CUI item dispatch for pass2 commit functions
Darrick J. Wong
3
-128
/
+127
2020-05-08
xfs: refactor log recovery RUI item dispatch for pass2 commit functions
Darrick J. Wong
3
-104
/
+101
2020-05-08
xfs: refactor log recovery EFI item dispatch for pass2 commit functions
Darrick J. Wong
3
-107
/
+104
2020-05-08
xfs: refactor log recovery icreate item dispatch for pass2 commit functions
Darrick J. Wong
2
-126
/
+132
2020-05-08
xfs: refactor log recovery dquot item dispatch for pass2 commit functions
Darrick J. Wong
2
-112
/
+109
2020-05-08
xfs: refactor log recovery inode item dispatch for pass2 commit functions
Darrick J. Wong
2
-355
/
+355
2020-05-08
xfs: refactor log recovery buffer item dispatch for pass2 commit functions
Darrick J. Wong
3
-791
/
+820
2020-05-08
xfs: refactor log recovery item dispatch for pass1 commit functions
Darrick J. Wong
4
-89
/
+64
2020-05-08
xfs: refactor log recovery item dispatch for pass2 readhead functions
Darrick J. Wong
5
-92
/
+73
2020-05-08
xfs: refactor log recovery item sorting into a generic dispatch structure
Darrick J. Wong
11
-39
/
+265
2020-05-08
xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item
Darrick J. Wong
2
-14
/
+16
2020-05-07
xfs: remove unused iget_flags param from xfs_imap_to_bp()
Brian Foster
5
-11
/
+8
2020-05-07
xfs: remove unused shutdown types
Brian Foster
2
-6
/
+1
2020-05-07
xfs: random buffer write failure errortag
Brian Foster
3
-1
/
+12
2020-05-07
xfs: remove unused iflush stale parameter
Brian Foster
4
-7
/
+6
2020-05-07
xfs: combine xfs_trans_ail_[remove|delete]()
Brian Foster
6
-43
/
+6
2020-05-07
xfs: drop unused shutdown parameter from xfs_trans_ail_remove()
Brian Foster
5
-10
/
+5
2020-05-07
xfs: use delete helper for items expected to be in AIL
Brian Foster
4
-4
/
+4
2020-05-07
xfs: acquire ->ail_lock from xfs_trans_ail_delete()
Brian Foster
4
-25
/
+25
2020-05-07
xfs: abort consistently on dquot flush failure
Brian Foster
1
-22
/
+10
2020-05-07
xfs: fix duplicate verification from xfs_qm_dqflush()
Brian Foster
1
-5
/
+4
2020-05-07
xfs: ratelimit unmount time per-buffer I/O error alert
Brian Foster
1
-4
/
+17
[prev]
[next]