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
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-15
xfs: sync up xfs_trans_inode with userspace
Eric Sandeen
1
-0
/
+4
2019-07-15
xfs: move xfs_trans_inode.c to libxfs/
Eric Sandeen
1
-0
/
+152
2019-07-05
xfs: attribute scrub should use seen_enough to pass error values
Darrick J. Wong
1
-1
/
+7
2019-07-04
xfs: allow single bulkstat of special inodes
Darrick J. Wong
1
-1
/
+12
2019-07-04
xfs: specify AG in bulk req
Darrick J. Wong
1
-2
/
+8
2019-07-04
xfs: wire up the v5 inumbers ioctl
Darrick J. Wong
1
-0
/
+8
2019-07-04
xfs: wire up new v5 bulkstat ioctls
Darrick J. Wong
1
-1
/
+23
2019-07-04
xfs: introduce v5 inode group structure
Darrick J. Wong
1
-0
/
+11
2019-07-04
xfs: introduce new v5 bulkstat structure
Darrick J. Wong
2
-2
/
+48
2019-07-04
xfs: remove various bulk request typedef usage
Darrick J. Wong
1
-8
/
+8
2019-07-02
xfs: create simplified inode walk function
Darrick J. Wong
2
-4
/
+36
2019-07-02
xfs: create iterator error codes
Darrick J. Wong
3
-3
/
+9
2019-06-30
xfs: remove XFS_TRANS_NOFS
Christoph Hellwig
1
-1
/
+0
2019-06-29
xfs: remove unused header files
Eric Sandeen
35
-138
/
+0
2019-06-29
xfs: account for log space when formatting new AGs
Darrick J. Wong
1
-0
/
+67
2019-06-29
xfs: refactor free space btree record initialization
Darrick J. Wong
1
-11
/
+16
2019-06-29
xfs: always update params on small allocation
Brian Foster
1
-2
/
+2
2019-06-29
xfs: skip small alloc cntbt logic on NULL cursor
Brian Foster
1
-2
/
+9
2019-06-29
xfs: move small allocation helper
Brian Foster
1
-96
/
+94
2019-06-29
xfs: clean up small allocation helper
Brian Foster
1
-72
/
+60
2019-06-29
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
19
-57
/
+56
2019-06-29
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
10
-41
/
+50
2019-06-12
xfs: remove unused flag arguments
Eric Sandeen
7
-41
/
+29
2019-06-12
xfs: remove unused flags arg from getsb interfaces
Eric Sandeen
1
-2
/
+2
2019-06-12
xfs: finish converting to inodes_per_cluster
Darrick J. Wong
1
-4
/
+1
2019-06-12
xfs: fix inode_cluster_size rounding mayhem
Darrick J. Wong
3
-11
/
+25
2019-06-12
xfs: refactor inode geometry setup routines
Darrick J. Wong
3
-62
/
+100
2019-06-12
xfs: separate inode geometry
Darrick J. Wong
9
-86
/
+134
2019-05-20
xfs: don't reserve per-AG space for an internal log
Darrick J. Wong
3
-0
/
+27
2019-05-02
xfs: change some error-less functions to void types
Eric Sandeen
4
-12
/
+8
2019-04-30
xfs: add online scrub for superblock counters
Darrick J. Wong
3
-2
/
+5
2019-04-30
xfs: always rejoin held resources during defer roll
Darrick J. Wong
3
-29
/
+22
2019-04-26
xfs: track delayed allocation reservations across the filesystem
Darrick J. Wong
1
-3
/
+14
2019-04-23
xfs: assert that we don't enter agfl freeing with a non-permanent transaction
Brian Foster
1
-0
/
+3
2019-04-23
xfs: make tr_growdata a permanent transaction
Brian Foster
1
-1
/
+5
2019-04-15
xfs: report inode health via bulkstat
Darrick J. Wong
2
-1
/
+14
2019-04-15
xfs: report AG health via AG geometry ioctl
Darrick J. Wong
3
-1
/
+16
2019-04-15
xfs: report fs and rt health via geometry structure
Darrick J. Wong
2
-1
/
+13
2019-04-15
xfs: add a new ioctl to describe allocation group geometry
Darrick J. Wong
3
-0
/
+68
2019-04-15
xfs: bump XFS_IOC_FSGEOMETRY to v5 structures
Dave Chinner
2
-28
/
+64
2019-04-15
xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem
Darrick J. Wong
1
-0
/
+2
2019-04-15
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
Darrick J. Wong
1
-2
/
+3
2019-04-15
xfs: track metadata health status
Darrick J. Wong
1
-0
/
+183
2019-04-15
xfs: don't account extra agfl blocks as available
Brian Foster
1
-2
/
+8
2019-03-19
xfs: always init bma in xfs_bmapi_write
Darrick J. Wong
1
-5
/
+5
2019-03-18
xfs: don't trip over uninitialized buffer on extent read of corrupted inode
Brian Foster
1
-1
/
+4
2019-03-12
xfs: clean up xfs_dir2_leaf_addname
Darrick J. Wong
1
-18
/
+15
2019-03-10
xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addname
Darrick J. Wong
1
-2
/
+2
2019-03-09
xfs: clean up xfs_dir2_leafn_add
Darrick J. Wong
1
-12
/
+8
2019-03-09
xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_add
Nathan Chancellor
1
-0
/
+2
[next]