index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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-06-02
xfs: move perag structure and setup to libxfs/xfs_ag.[ch]
Dave Chinner
4
-2
/
+247
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
13
-149
/
+154
2021-06-01
xfs: clean up open-coded fs block unit conversions
Darrick J. Wong
1
-1
/
+1
2021-06-01
xfs: Clean up xfs_attr_node_addname_clear_incomplete
Allison Henderson
1
-8
/
+3
2021-06-01
xfs: Remove xfs_attr_rmtval_set
Allison Henderson
2
-67
/
+0
2021-06-01
xfs: Add delay ready attr set routines
Allison Henderson
4
-219
/
+610
2021-06-01
xfs: Add delay ready attr remove routines
Allison Henderson
5
-85
/
+326
2021-06-01
xfs: Hoist node transaction handling
Allison Henderson
1
-26
/
+29
2021-06-01
xfs: Hoist xfs_attr_leaf_addname
Allison Henderson
1
-113
/
+96
2021-06-01
xfs: Hoist xfs_attr_node_addname
Allison Henderson
1
-84
/
+75
2021-06-01
xfs: Add helper xfs_attr_node_addname_find_attr
Allison Henderson
1
-33
/
+54
2021-06-01
xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete
Allison Henderson
1
-0
/
+23
2021-06-01
xfs: Refactor xfs_attr_set_shortform
Allison Henderson
1
-28
/
+14
2021-06-01
xfs: Add xfs_attr_node_remove_name
Allison Henderson
1
-9
/
+20
2021-06-01
xfs: Reverse apply 72b97ea40d
Allison Henderson
1
-19
/
+9
2021-06-01
xfs: use xfs_buf_alloc_pages for uncached buffers
Dave Chinner
1
-1
/
+0
2021-05-27
xfs: bunmapi has unnecessary AG lock ordering issues
Dave Chinner
1
-11
/
+0
2021-05-27
xfs: btree format inode forks can have zero extents
Dave Chinner
1
-1
/
+0
2021-05-26
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
3
-4
/
+4
2021-05-25
xfs: validate extsz hints against rt extent size when rtinherit is set
Darrick J. Wong
2
-0
/
+39
2021-05-25
xfs: standardize extent size hint validation
Darrick J. Wong
1
-4
/
+20
2021-05-25
xfs: check free AG space when making per-AG reservations
Darrick J. Wong
1
-3
/
+15
2021-05-20
xfs: restore old ioctl definitions
Darrick J. Wong
1
-0
/
+4
2021-05-07
Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
6
-27
/
+58
2021-04-29
Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
32
-384
/
+416
2021-04-29
xfs: introduce in-core global counter of allocbt blocks
Brian Foster
2
-0
/
+16
2021-04-29
xfs: unconditionally read all AGFs on mounts with perag reservation
Brian Foster
1
-11
/
+23
2021-04-29
xfs: update superblock counters correctly for !lazysbcount
Dave Chinner
1
-3
/
+13
2021-04-29
xfs: remove obsolete AGF counter debugging
Darrick J. Wong
3
-7
/
+0
2021-04-23
xfs: rename struct xfs_legacy_ictimestamp
Christoph Hellwig
1
-1
/
+1
2021-04-23
xfs: rename xfs_ictimestamp_t
Christoph Hellwig
1
-5
/
+5
2021-04-15
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
5
-28
/
+9
2021-04-15
xfs: remove XFS_IFINLINE
Christoph Hellwig
7
-23
/
+12
2021-04-15
xfs: remove XFS_IFBROOT
Christoph Hellwig
4
-14
/
+8
2021-04-15
xfs: only look at the fork format in xfs_idestroy_fork
Christoph Hellwig
1
-7
/
+6
2021-04-15
xfs: simplify xfs_attr_remove_args
Christoph Hellwig
1
-13
/
+8
2021-04-15
xfs: rename and simplify xfs_bmap_one_block
Christoph Hellwig
4
-38
/
+26
2021-04-15
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
1
-48
/
+34
2021-04-12
xfs: convert to fileattr
Miklos Szeredi
1
-4
/
+0
2021-04-09
xfs: fix return of uninitialized value in variable error
Colin Ian King
1
-0
/
+1
2021-04-08
xfs: precalculate default inode attribute offset
Dave Chinner
3
-11
/
+15
2021-04-08
xfs: default attr fork size does not handle device inodes
Dave Chinner
1
-2
/
+7
2021-04-08
xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...
Chandan Babu R
1
-1
/
+3
2021-04-08
xfs: deprecate BMV_IF_NO_DMAPI_READ flag
Anthony Iliopoulos
1
-1
/
+1
2021-04-08
xfs: move the di_crtime field to struct xfs_inode
Christoph Hellwig
4
-18
/
+5
2021-04-08
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
3
-5
/
+3
2021-04-08
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
4
-7
/
+5
2021-04-08
xfs: move the di_forkoff field to struct xfs_inode
Christoph Hellwig
5
-32
/
+31
2021-04-08
xfs: use a union for i_cowextsize and i_flushiter
Christoph Hellwig
1
-1
/
+2
2021-04-08
xfs: move the di_flushiter field to struct xfs_inode
Christoph Hellwig
2
-3
/
+2
[prev]
[next]