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-04-08
xfs: move the di_cowextsize field to struct xfs_inode
Christoph Hellwig
2
-3
/
+2
2021-04-08
xfs: move the di_extsize field to struct xfs_inode
Christoph Hellwig
3
-4
/
+3
2021-04-08
xfs: move the di_nblocks field to struct xfs_inode
Christoph Hellwig
6
-14
/
+13
2021-04-08
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
9
-42
/
+41
2021-04-08
xfs: move the di_projid field to struct xfs_inode
Christoph Hellwig
2
-5
/
+4
2021-04-08
xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinode
Christoph Hellwig
2
-6
/
+3
2021-04-08
xfs: remove the unused xfs_icdinode_has_bigtime helper
Christoph Hellwig
1
-5
/
+0
2021-04-08
xfs: split xfs_imap_to_bp
Christoph Hellwig
3
-28
/
+7
2021-04-08
xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extents
Chandan Babu R
1
-1
/
+2
2021-03-26
xfs: add error injection for per-AG resv failure
Gao Xiang
2
-2
/
+8
2021-03-26
xfs: introduce xfs_ag_shrink_space()
Gao Xiang
2
-0
/
+117
2021-03-26
xfs: reduce debug overhead of dir leaf/node checks
Dave Chinner
3
-5
/
+10
2021-03-26
xfs: No need for inode number error injection in __xfs_dir3_data_check
Dave Chinner
1
-1
/
+1
2021-03-26
xfs: type verification is expensive
Dave Chinner
1
-9
/
+9
2021-03-26
xfs: initialise attr fork on inode create
Dave Chinner
3
-10
/
+21
2021-03-26
xfs: prevent metadata files from being inactivated
Darrick J. Wong
1
-1
/
+1
2021-03-26
xfs: validate ag btree levels using the precomputed values
Darrick J. Wong
3
-7
/
+7
2021-02-25
xfs: use current->journal_info for detecting transaction recursion
Dave Chinner
1
-2
/
+10
2021-02-11
xfs: consider shutdown in bmapbt cursor delete assert
Brian Foster
1
-21
/
+12
2021-02-03
libxfs: expose inobtcount in xfs geometry
Zorro Lang
2
-0
/
+3
2021-02-03
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
Darrick J. Wong
2
-2
/
+2
2021-02-03
xfs: refactor common transaction/inode/quota allocation idiom
Darrick J. Wong
2
-18
/
+3
2021-02-03
xfs: reserve data and rt quota at the same time
Darrick J. Wong
2
-8
/
+2
2021-02-03
xfs: create convenience wrappers for incore quota block reservations
Darrick J. Wong
1
-6
/
+4
2021-02-03
xfs: clean up quota reservation callsites
Darrick J. Wong
1
-2
/
+1
2021-02-01
xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()
Chandan Babu R
1
-5
/
+4
2021-01-23
xfs: Introduce error injection to allocate only minlen size extents for files
Chandan Babu R
4
-25
/
+156
2021-01-23
xfs: Process allocated extent in a separate function
Chandan Babu R
1
-29
/
+45
2021-01-23
xfs: Compute bmap extent alignments in a separate function
Chandan Babu R
1
-37
/
+52
2021-01-23
xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
Chandan Babu R
1
-1
/
+0
2021-01-23
xfs: Introduce error injection to reduce maximum inode fork extent count
Chandan Babu R
2
-1
/
+7
2021-01-23
xfs: Check for extent overflow when swapping extents
Chandan Babu R
1
-0
/
+7
2021-01-23
xfs: Check for extent overflow when moving extent from cow to data fork
Chandan Babu R
1
-0
/
+9
2021-01-23
xfs: Check for extent overflow when writing to unwritten extent
Chandan Babu R
1
-0
/
+9
2021-01-23
xfs: Check for extent overflow when adding/removing xattrs
Chandan Babu R
2
-0
/
+23
2021-01-23
xfs: Check for extent overflow when renaming dir entries
Chandan Babu R
1
-0
/
+3
2021-01-23
xfs: Check for extent overflow when removing dir entries
Chandan Babu R
1
-0
/
+18
2021-01-23
xfs: Check for extent overflow when adding dir entries
Chandan Babu R
1
-0
/
+13
2021-01-23
xfs: Check for extent overflow when punching a hole
Chandan Babu R
1
-0
/
+7
2021-01-23
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
2
-0
/
+12
2021-01-23
xfs: Add helper for checking per-inode extent count overflow
Chandan Babu R
2
-0
/
+25
2021-01-23
xfs: fix an ABBA deadlock in xfs_rename
Darrick J. Wong
2
-3
/
+1
2020-12-17
xfs: remove xfs_buf_t typedef
Dave Chinner
5
-29
/
+29
2020-12-12
fs/xfs: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-12
xfs: kill ialloced in xfs_dialloc()
Gao Xiang
1
-13
/
+9
2020-12-12
xfs: spilt xfs_dialloc() into 2 functions
Dave Chinner
2
-35
/
+39
2020-12-12
xfs: move xfs_dialloc_roll() into xfs_dialloc()
Dave Chinner
2
-59
/
+21
2020-12-12
xfs: introduce xfs_dialloc_roll()
Dave Chinner
2
-0
/
+40
2020-12-12
xfs: convert noroom, okalloc in xfs_dialloc() to bool
Gao Xiang
1
-4
/
+4
2020-12-09
xfs: don't catch dax+reflink inodes as corruption in verifier
Eric Sandeen
1
-4
/
+0
[prev]
[next]