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
/
xfs_inode_buf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-25
xfs: validate extsz hints against rt extent size when rtinherit is set
Darrick J. Wong
1
-0
/
+22
2021-05-25
xfs: standardize extent size hint validation
Darrick J. Wong
1
-4
/
+20
2021-04-08
xfs: move the di_crtime field to struct xfs_inode
Christoph Hellwig
1
-4
/
+2
2021-04-08
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
2021-04-08
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
2021-04-08
xfs: move the di_forkoff field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
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
1
-2
/
+2
2021-04-08
xfs: move the di_cowextsize field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
2021-04-08
xfs: move the di_extsize field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
2021-04-08
xfs: move the di_nblocks field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
2021-04-08
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
2021-04-08
xfs: move the di_projid field to struct xfs_inode
Christoph Hellwig
1
-4
/
+4
2021-04-08
xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinode
Christoph Hellwig
1
-4
/
+3
2021-04-08
xfs: split xfs_imap_to_bp
Christoph Hellwig
1
-23
/
+4
2020-12-09
xfs: don't catch dax+reflink inodes as corruption in verifier
Eric Sandeen
1
-4
/
+0
2020-09-16
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
1
-8
/
+32
2020-09-16
xfs: redefine xfs_timestamp_t
Darrick J. Wong
1
-16
/
+38
2020-09-16
xfs: move xfs_log_dinode_to_disk to the log recovery code
Darrick J. Wong
1
-52
/
+0
2020-07-07
xfs: remove xfs_inobp_check()
Dave Chinner
1
-24
/
+0
2020-07-07
xfs: pin inode backing buffer to the inode log item
Dave Chinner
1
-1
/
+2
2020-07-06
xfs: Couple of typo fixes in comments
Keyur Patel
1
-3
/
+3
2020-05-19
xfs: cleanup xfs_idestroy_fork
Christoph Hellwig
1
-1
/
+1
2020-05-19
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
1
-4
/
+2
2020-05-19
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
1
-4
/
+2
2020-05-19
xfs: remove the XFS_DFORK_Q macro
Christoph Hellwig
1
-3
/
+3
2020-05-19
xfs: remove xfs_iread
Christoph Hellwig
1
-73
/
+0
2020-05-19
xfs: don't reset i_delayed_blks in xfs_iread
Christoph Hellwig
1
-2
/
+0
2020-05-19
xfs: call xfs_dinode_verify from xfs_inode_from_disk
Christoph Hellwig
1
-10
/
+8
2020-05-19
xfs: handle unallocated inodes in xfs_inode_from_disk
Christoph Hellwig
1
-36
/
+14
2020-05-19
xfs: split xfs_iformat_fork
Christoph Hellwig
1
-1
/
+19
2020-05-19
xfs: call xfs_iformat_fork from xfs_inode_from_disk
Christoph Hellwig
1
-3
/
+4
2020-05-07
xfs: remove unused iget_flags param from xfs_imap_to_bp()
Brian Foster
1
-3
/
+2
2020-05-07
xfs: remove unnecessary shutdown check from xfs_iflush()
Brian Foster
1
-6
/
+1
2020-03-19
xfs: remove the di_version field from struct icdinode
Christoph Hellwig
1
-10
/
+6
2020-03-19
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
1
-1
/
+1
2020-03-19
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
1
-14
/
+3
2020-03-03
xfs: remove the kuid/kgid conversion wrappers
Christoph Hellwig
1
-4
/
+4
2020-03-03
xfs: remove the icdinode di_uid/di_gid members
Christoph Hellwig
1
-6
/
+4
2020-03-03
xfs: ensure that the inode uid/gid match values match the icdinode ones
Christoph Hellwig
1
-0
/
+2
2019-11-13
xfs: don't reset the "inode core" in xfs_iread
Christoph Hellwig
1
-2
/
+0
2019-11-13
xfs: merge the projid fields in struct xfs_icdinode
Christoph Hellwig
1
-6
/
+5
2019-11-13
xfs: use a struct timespec64 for the in-core crtime
Christoph Hellwig
1
-4
/
+4
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-2
/
+0
2019-06-29
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
1
-1
/
+1
2019-06-12
xfs: finish converting to inodes_per_cluster
Darrick J. Wong
1
-4
/
+1
2019-06-12
xfs: separate inode geometry
Darrick J. Wong
1
-1
/
+1
2019-02-18
xfs: fix xfs_buf magic number endian checks
Darrick J. Wong
1
-5
/
+5
2019-02-12
xfs: add inode magic to inode verifier
Darrick J. Wong
1
-1
/
+5
2019-02-12
xfs: always check magic values in on-disk byte order
Brian Foster
1
-1
/
+1
[next]