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
2018-06-12
xfs: update incore per-AG inode count
Darrick J. Wong
1
-0
/
+2
2018-06-08
xfs: replace do_mod with native operations
Dave Chinner
1
-14
/
+23
2018-06-08
xfs: don't call xfs_da_shrink_inode with NULL bp
Eric Sandeen
1
-3
/
+2
2018-06-08
xfs: clean up MIN/MAX
Dave Chinner
7
-20
/
+20
2018-06-08
xfs: move various type verifiers to common file
Dave Chinner
7
-162
/
+192
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
68
-899
/
+68
2018-06-06
xfs: validate btree records on retrieval
Dave Chinner
4
-9
/
+132
2018-06-06
xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()
Dave Chinner
1
-5
/
+0
2018-06-06
xfs: verify COW extent size hint is valid in inode verifier
Dave Chinner
1
-0
/
+6
2018-06-06
xfs: verify extent size hint is valid in inode verifier
Dave Chinner
1
-1
/
+8
2018-06-06
xfs: catch bad stripe alignment configurations
Dave Chinner
1
-0
/
+16
2018-06-05
xfs: use xfs_trans_getsb in xfs_sync_sb_buf
Eric Sandeen
1
-3
/
+5
2018-06-05
xfs: explicitly pass buffer size to xfs_corruption_error
Darrick J. Wong
5
-6
/
+10
2018-06-05
xfs: don't assert when on-disk btree pointers are garbage
Darrick J. Wong
1
-7
/
+16
2018-06-05
xfs: strengthen btree pointer checks before use
Darrick J. Wong
1
-15
/
+35
2018-06-05
xfs: introduce xfs_btree_debug_check_ptr
Darrick J. Wong
1
-47
/
+29
2018-06-05
xfs: check directory bestfree information in the verifier
Darrick J. Wong
1
-35
/
+68
2018-06-05
xfs: don't return garbage buffers in xfs_da3_node_read
Darrick J. Wong
1
-3
/
+5
2018-06-05
xfs: don't ASSERT on short form btree root pointer of zero
Darrick J. Wong
3
-3
/
+0
2018-06-05
xfs: btree lookup shouldn't ASSERT on empty btree nodes
Darrick J. Wong
1
-1
/
+6
2018-06-05
xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruption
Darrick J. Wong
1
-4
/
+8
2018-06-05
xfs: remove redundant ASSERT on insufficient bestfree length in _leaf_addname
Darrick J. Wong
1
-1
/
+0
2018-06-05
xfs: don't assert when reporting on-disk corruption while loading btree
Darrick J. Wong
1
-1
/
+0
2018-06-04
xfs: verify AGI unlinked list contains valid blocks
Dave Chinner
1
-15
/
+8
2018-06-01
xfs: fix error handling in xfs_refcount_insert()
Dave Chinner
1
-0
/
+3
2018-06-01
xfs: fix xfs_rtalloc_rec units
Darrick J. Wong
1
-13
/
+13
2018-06-01
xfs: strengthen rtalloc query range checks
Darrick J. Wong
1
-2
/
+5
2018-06-01
xfs: xfs_rtbuf_get should check the bmapi_read results
Darrick J. Wong
1
-0
/
+3
2018-06-01
xfs: xfs_rtword_t should be unsigned, not signed
Darrick J. Wong
1
-1
/
+1
2018-05-30
xfs: repair superblocks
Darrick J. Wong
2
-0
/
+25
2018-05-29
xfs: fix inobt magic number check
Darrick J. Wong
1
-1
/
+1
2018-05-16
xfs: implement online get/set fs label
Eric Sandeen
3
-2
/
+36
2018-05-16
xfs: factor the ag length extension code into libxfs
Dave Chinner
2
-1
/
+66
2018-05-16
xfs: move growfs core to libxfs
Dave Chinner
4
-0
/
+511
2018-05-16
xfs: implement the metadata repair ioctl flag
Darrick J. Wong
2
-2
/
+11
2018-05-16
xfs: teach xfs_bmapi_remap to accept some bmapi flags
Darrick J. Wong
1
-2
/
+8
2018-05-16
xfs: make xfs_bmapi_remapi work with attribute forks
Darrick J. Wong
2
-12
/
+20
2018-05-16
xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk
Darrick J. Wong
2
-0
/
+42
2018-05-16
xfs: superblock scrub should use short-lived buffers
Darrick J. Wong
3
-0
/
+26
2018-05-16
xfs: factor out nodiscard helpers
Brian Foster
3
-31
/
+4
2018-05-16
xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbt
Darrick J. Wong
2
-12
/
+23
2018-05-16
xfs: add repair helpers for the reference count btree
Darrick J. Wong
4
-0
/
+41
2018-05-16
xfs: add repair helpers for the reverse mapping btree
Darrick J. Wong
2
-0
/
+85
2018-05-16
xfs: expose various functions to repair code
Darrick J. Wong
4
-3
/
+11
2018-05-16
xfs: add helpers to calculate btree size
Darrick J. Wong
8
-3
/
+37
2018-05-10
xfs: replace XFS_QMOPT_DQALLOC with a simple boolean
Darrick J. Wong
1
-1
/
+0
2018-05-10
xfs: remove unnecessary xfs_qm_dqattach parameter
Darrick J. Wong
1
-2
/
+2
2018-05-10
xfs: refactor XFS_QMOPT_DQNEXT out of existence
Darrick J. Wong
1
-1
/
+0
2018-05-10
xfs: don't discard on free of unwritten extents
Brian Foster
1
-1
/
+2
2018-05-10
xfs: add bmapi nodiscard flag
Brian Foster
4
-12
/
+75
[next]