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
/
xfs_inode_item_recover.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-1
/
+1
2024-02-13
xfs: convert kmem_alloc() to kmalloc()
Dave Chinner
1
-1
/
+2
2023-11-13
xfs: recovery should not clear di_flushiter unconditionally
Dave Chinner
1
-15
/
+17
2023-11-13
xfs: inode recovery does not validate the recovered inode
Dave Chinner
1
-1
/
+13
2022-09-18
xfs: clean up "%Ld/%Lu" which doesn't meet C standard
Zeng Heng
1
-2
/
+2
2022-05-04
xfs: hide log iovec alignment constraints
Dave Chinner
1
-2
/
+2
2022-04-11
xfs: Introduce per-inode 64-bit extent counters
Chandan Babu R
1
-14
/
+76
2022-04-11
xfs: Replace numbered inode recovery error messages with descriptive ones
Chandan Babu R
1
-30
/
+22
2022-04-11
xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
Chandan Babu R
1
-0
/
+7
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-1
/
+1
2021-07-29
xfs: logging the on disk inode LSN can make it go backwards
Dave Chinner
1
-10
/
+29
2021-04-23
xfs: rename struct xfs_legacy_ictimestamp
Christoph Hellwig
1
-2
/
+2
2021-04-23
xfs: rename xfs_ictimestamp_t
Christoph Hellwig
1
-1
/
+1
2020-09-16
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
1
-4
/
+15
2020-09-16
xfs: redefine xfs_ictimestamp_t
Darrick J. Wong
1
-2
/
+4
2020-09-16
xfs: redefine xfs_timestamp_t
Darrick J. Wong
1
-8
/
+19
2020-09-16
xfs: move xfs_log_dinode_to_disk to the log recovery code
Darrick J. Wong
1
-0
/
+52
2020-07-06
xfs: mark log recovery buffers for completion
Dave Chinner
1
-1
/
+1
2020-05-19
xfs: improve local fork verification
Christoph Hellwig
1
-5
/
+0
2020-05-19
xfs: call xfs_iformat_fork from xfs_inode_from_disk
Christoph Hellwig
1
-2
/
+1
2020-05-08
xfs: refactor log recovery inode item dispatch for pass2 commit functions
Darrick J. Wong
1
-0
/
+355
2020-05-08
xfs: refactor log recovery item dispatch for pass2 readhead functions
Darrick J. Wong
1
-0
/
+19
2020-05-08
xfs: refactor log recovery item sorting into a generic dispatch structure
Darrick J. Wong
1
-0
/
+26