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
2017-10-27
xfs: make better use of the 'state' variable in xfs_bmap_del_extent_real
Christoph Hellwig
1
-2
/
+1
2017-10-27
xfs: add a xfs_bmap_fork_to_state helper
Christoph Hellwig
2
-36
/
+21
2017-10-27
xfs: scrub quota information
Darrick J. Wong
1
-1
/
+4
2017-10-27
xfs: scrub realtime bitmap/summary
Darrick J. Wong
2
-1
/
+8
2017-10-27
xfs: scrub directory parent pointers
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub symbolic links
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub extended attributes
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub directory metadata
Darrick J. Wong
3
-2
/
+22
2017-10-27
xfs: scrub inode block mappings
Darrick J. Wong
1
-1
/
+4
2017-10-27
xfs: scrub inodes
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub refcount btrees
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub rmap btrees
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub inode btrees
Darrick J. Wong
2
-2
/
+4
2017-10-27
xfs: scrub free space btrees
Darrick J. Wong
1
-1
/
+3
2017-10-27
xfs: scrub the AGI
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub AGF and AGFL
Darrick J. Wong
1
-1
/
+3
2017-10-27
xfs: scrub the secondary superblocks
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub the shape of a metadata btree
Darrick J. Wong
2
-2
/
+21
2017-10-27
xfs: probe the scrub ioctl
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: create an ioctl to scrub AG metadata
Darrick J. Wong
1
-0
/
+53
2017-10-27
xfs: create inode pointer verifiers
Darrick J. Wong
3
-16
/
+100
2017-10-27
xfs: refactor btree block header checking functions
Darrick J. Wong
3
-68
/
+114
2017-10-27
xfs: refactor btree pointer checks
Darrick J. Wong
3
-42
/
+45
2017-10-27
xfs: create block pointer check functions
Darrick J. Wong
3
-0
/
+65
2017-10-27
xfs: remove xfs_bmbt_get_state
Christoph Hellwig
2
-29
/
+1
2017-10-27
xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_all
Christoph Hellwig
2
-94
/
+14
2017-10-27
xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_first
Christoph Hellwig
1
-8
/
+6
2017-10-27
xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eq
Christoph Hellwig
1
-106
/
+39
2017-10-27
xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_update
Christoph Hellwig
3
-116
/
+44
2017-10-27
xfs: refactor xfs_bmap_add_extent_unwritten_real
Christoph Hellwig
1
-104
/
+104
2017-10-27
xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_real
Christoph Hellwig
1
-23
/
+9
2017-10-27
xfs: refactor xfs_bmap_add_extent_delay_real
Christoph Hellwig
1
-86
/
+95
2017-10-27
xfs: refactor xfs_bmap_add_extent_hole_real
Christoph Hellwig
1
-27
/
+21
2017-10-27
xfs: refactor xfs_bmap_add_extent_hole_delay
Christoph Hellwig
1
-10
/
+11
2017-10-27
xfs: refactor xfs_del_extent_real
Christoph Hellwig
1
-30
/
+30
2017-10-27
xfs: use the state defines in xfs_bmap_del_extent_real
Christoph Hellwig
1
-12
/
+9
2017-10-27
xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}
Christoph Hellwig
1
-12
/
+12
2017-10-27
xfs: move some more code into xfs_bmap_del_extent_real
Christoph Hellwig
1
-24
/
+17
2017-10-27
xfs: use xfs_bmap_del_extent_delay for the data fork as well
Christoph Hellwig
1
-217
/
+114
2017-10-27
xfs: rename bno to end in __xfs_bunmapi
Christoph Hellwig
1
-25
/
+24
2017-10-27
xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapi
Christoph Hellwig
1
-5
/
+1
2017-10-27
xfs: use xfs_iext_get_extent instead of open coding it
Christoph Hellwig
1
-20
/
+16
2017-10-27
xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_real
Christoph Hellwig
1
-1
/
+1
2017-10-16
xfs: trim writepage mapping to within eof
Brian Foster
2
-0
/
+12
2017-10-11
xfs: handle error if xfs_btree_get_bufs fails
Eric Sandeen
1
-0
/
+8
2017-10-11
xfs: Fix bool initialization/comparison
Thomas Meyer
2
-4
/
+4
2017-10-11
xfs: Don't log uninitialised fields in inode structures
Dave Chinner
1
-19
/
+8
2017-09-26
xfs: revert "xfs: factor rmap btree size into the indlen calculations"
Darrick J. Wong
1
-15
/
+2
2017-09-26
xfs: perag initialization should only touch m_ag_max_usable for AG 0
Darrick J. Wong
1
-2
/
+10
2017-09-02
xfs: fix compiler warnings
Darrick J. Wong
2
-7
/
+4
[prev]
[next]