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_error.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
xfs: make kobj_type structures constant
Thomas Weißschuh
1
-1
/
+1
2022-12-14
Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-7
/
+39
2022-11-29
xfs: add debug knob to slow down write for fun
Darrick J. Wong
1
-0
/
+3
2022-11-29
xfs: add debug knob to slow down writeback for fun
Darrick J. Wong
1
-0
/
+16
2022-11-29
xfs: drop write error injection is unfixable, remove it
Dave Chinner
1
-7
/
+20
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-10-20
xfs: fix memory leak in xfs_errortag_init
Zeng Heng
1
-2
/
+7
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-05-11
xfs: add leaf to node error tag
Allison Henderson
1
-0
/
+3
2022-05-11
xfs: add leaf split error tag
Allison Henderson
1
-0
/
+3
2022-05-11
xfs: Add log attribute error tag
Allison Henderson
1
-0
/
+3
2022-01-06
xfs: sysfs: use default_groups in kobj_type
Greg Kroah-Hartman
1
-1
/
+2
2021-08-19
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
1
-2
/
+2
2021-03-26
xfs: add error injection for per-AG resv failure
Gao Xiang
1
-0
/
+3
2021-03-26
xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAX
Gao Xiang
1
-0
/
+2
2021-01-23
xfs: Introduce error injection to allocate only minlen size extents for files
Chandan Babu R
1
-0
/
+3
2021-01-23
xfs: Introduce error injection to reduce maximum inode fork extent count
Chandan Babu R
1
-0
/
+3
2020-05-07
xfs: random buffer write failure errortag
Brian Foster
1
-0
/
+3
2020-03-12
xfs: xfs_buf_corruption_error should take __this_address
Darrick J. Wong
1
-2
/
+3
2020-03-12
xfs: add a function to deal with corrupt buffers post-verifiers
Darrick J. Wong
1
-0
/
+2
2019-11-18
xfs: report corruption only as a regular error
Darrick J. Wong
1
-1
/
+1
2019-11-05
xfs: use super s_id instead of struct xfs_mount m_fsname
Ian Kent
1
-1
/
+1
2019-11-05
xfs: always log corruption errors
Darrick J. Wong
1
-0
/
+21
2019-11-05
xfs: constify the buffer pointer arguments to error functions
Darrick J. Wong
1
-3
/
+3
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
1
-1
/
+1
2019-06-29
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
1
-1
/
+1
2019-06-29
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
1
-0
/
+1
2019-02-12
xfs: cache unlinked pointers in an rhashtable
Darrick J. Wong
1
-0
/
+3
2019-02-12
xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic mask
Marco Benatto
1
-1
/
+2
2018-07-23
xfs: force summary counter recalc at next mount
Darrick J. Wong
1
-0
/
+3
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-06-05
xfs: explicitly pass buffer size to xfs_corruption_error
Darrick J. Wong
1
-2
/
+3
2018-05-16
xfs: implement the metadata repair ioctl flag
Darrick J. Wong
1
-0
/
+3
2018-03-24
xfs: refactor inode buffer verifier error logging
Darrick J. Wong
1
-5
/
+24
2018-01-29
xfs: refactor inode verifier corruption error printing
Darrick J. Wong
1
-0
/
+37
2018-01-08
xfs: dump the first 128 bytes of any corrupt buffer
Darrick J. Wong
1
-3
/
+4
2018-01-08
xfs: teach error reporting functions to take xfs_failaddr_t
Darrick J. Wong
1
-4
/
+4
2018-01-08
xfs: refactor verifier callers to print address of failing check
Darrick J. Wong
1
-4
/
+7
2018-01-08
xfs: refactor xfs_verifier_error and xfs_buf_ioerror
Darrick J. Wong
1
-1
/
+4
2017-11-06
xfs: mark xfs_errortag_ktype static
Christoph Hellwig
1
-1
/
+1
2017-11-02
xfs: move error injection tags into their own file
Darrick J. Wong
1
-0
/
+1
2017-10-27
xfs: buffer lru reference count error injection tag
Brian Foster
1
-0
/
+3
2017-09-26
fs/xfs: Use %pS printk format for direct addresses
Helge Deller
1
-1
/
+1
2017-08-22
xfs: add log item pinning error injection tag
Brian Foster
1
-0
/
+3
2017-07-02
xfs: Check for m_errortag initialization in xfs_errortag_test
Carlos Maiolino
1
-0
/
+11
2017-06-28
xfs: replace log_badcrc_factor knob with error injection tag
Brian Foster
1
-0
/
+3
2017-06-28
xfs: convert drop_writes to use the errortag mechanism
Darrick J. Wong
1
-0
/
+3
2017-06-28
xfs: expose errortag knobs via sysfs
Darrick J. Wong
1
-1
/
+155
2017-06-28
xfs: make errortag a per-mountpoint structure
Darrick J. Wong
1
-74
/
+80
2016-07-20
Merge branch 'xfs-4.8-misc-fixes-3' into for-next
Dave Chinner
1
-1
/
+1
[next]