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
starfive-6.6.48-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
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
2
-2
/
+2
2021-08-19
xfs: convert mount flags to features
Dave Chinner
4
-28
/
+31
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
32
-126
/
+126
2021-08-19
xfs: reflect sb features in xfs_mount
Dave Chinner
3
-1
/
+68
2021-08-19
xfs: rework attr2 feature and mount options
Dave Chinner
1
-7
/
+0
2021-08-19
xfs: rename xfs_has_attr()
Dave Chinner
2
-5
/
+3
2021-08-19
xfs: sb verifier doesn't handle uncached sb buffer
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: resolve fork names in trace output
Darrick J. Wong
1
-0
/
+5
2021-08-19
xfs: constify btree function parameters that are not modified
Darrick J. Wong
2
-44
/
+47
2021-08-19
xfs: make the start pointer passed to btree update_lastrec functions const
Darrick J. Wong
2
-9
/
+9
2021-08-19
xfs: make the start pointer passed to btree alloc_block functions const
Darrick J. Wong
7
-34
/
+34
2021-08-19
xfs: make the pointer passed to btree set_root functions const
Darrick J. Wong
6
-19
/
+19
2021-08-19
xfs: mark the record passed into xchk_btree functions as const
Darrick J. Wong
2
-2
/
+3
2021-08-19
xfs: make the keys and records passed to btree inorder functions const
Darrick J. Wong
6
-40
/
+40
2021-08-19
xfs: mark the record passed into btree init_key functions as const
Darrick J. Wong
7
-33
/
+33
2021-08-19
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
10
-28
/
+29
2021-08-19
xfs: make the key parameters to all btree query range functions const
Darrick J. Wong
6
-14
/
+16
2021-08-19
xfs: make the key parameters to all btree key comparison functions const
Darrick J. Wong
6
-50
/
+50
2021-08-19
xfs: make xfs_rtalloc_query_range input parameters const
Darrick J. Wong
1
-7
/
+7
2021-08-11
xfs: Rename __xfs_attr_rmtval_remove
Allison Henderson
3
-5
/
+5
2021-08-10
xfs: add attr state machine tracepoints
Allison Henderson
2
-2
/
+30
2021-08-10
xfs: refactor xfs_iget calls from log intent recovery
Darrick J. Wong
1
-0
/
+2
2021-08-10
xfs: allow setting and clearing of log incompat feature flags
Darrick J. Wong
1
-0
/
+15
2021-08-10
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
1
-1
/
+1
2021-08-09
xfs: fix silly whitespace problems with kernel libxfs
Darrick J. Wong
4
-4
/
+4
2021-08-06
xfs: remove the active vs running quota differentiation
Christoph Hellwig
1
-26
/
+4
2021-08-06
xfs: remove support for disabling quota accounting on a mounted file system
Christoph Hellwig
2
-32
/
+0
2021-08-01
Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+10
2021-07-29
xfs: logging the on disk inode LSN can make it go backwards
Dave Chinner
1
-1
/
+10
2021-07-18
Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
5
-18
/
+86
2021-07-15
xfs: correct the narrative around misaligned rtinherit/extszinherit dirs
Darrick J. Wong
2
-18
/
+20
2021-07-15
xfs: check for sparse inode clusters that cross new EOAG when shrinking
Darrick J. Wong
3
-0
/
+66
2021-07-12
xfs: Fix multiple fall-through warnings for Clang
Gustavo A. R. Silva
1
-8
/
+8
2021-07-03
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
37
-1305
/
+2117
2021-06-29
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
3
-4
/
+4
2021-06-25
xfs: Initialize error in xfs_attr_remove_iter
Allison Henderson
1
-1
/
+1
2021-06-22
xfs: fix endianness issue in xfs_ag_shrink_space
Darrick J. Wong
1
-3
/
+4
2021-06-21
xfs: xfs_log_force_lsn isn't passed a LSN
Dave Chinner
1
-0
/
+1
2021-06-18
xfs: log stripe roundoff is a property of the log
Dave Chinner
1
-3
/
+0
2021-06-18
xfs: perag may be null in xfs_imap()
Dave Chinner
1
-1
/
+2
2021-06-18
Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...
Darrick J. Wong
6
-463
/
+1031
2021-06-09
xfs: Make attr name schemes consistent
Allison Henderson
3
-11
/
+11
2021-06-09
xfs: Fix default ASSERT in xfs_attr_set_iter
Allison Henderson
1
-1
/
+1
2021-06-08
Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...
Darrick J. Wong
2
-6
/
+6
2021-06-08
Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...
Darrick J. Wong
4
-15
/
+9
2021-06-08
Merge tag 'unit-conversion-cleanups-5.14_2021-06-03' of https://git.kernel.or...
Darrick J. Wong
1
-1
/
+1
2021-06-08
xfs: drop the AGI being passed to xfs_check_agi_freecount
Dave Chinner
1
-15
/
+13
2021-06-08
Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Darrick J. Wong
27
-804
/
+1057
2021-06-08
Merge tag 'xfs-buf-bulk-alloc-tag' of git://git.kernel.org/pub/scm/linux/kern...
Darrick J. Wong
1
-1
/
+0
2021-06-04
xfs: fix radix tree tag signs
Darrick J. Wong
2
-3
/
+3
[prev]
[next]