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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-17
xfs: pivot online scrub away from kmem.[ch]
Darrick J. Wong
8
-24
/
+24
2022-11-17
xfs: initialize the check_owner object fully
Darrick J. Wong
1
-1
/
+4
2022-11-17
xfs: standardize GFP flags usage in online scrub
Darrick J. Wong
4
-7
/
+15
2022-11-17
xfs: make AGFL repair function avoid crosslinked blocks
Darrick J. Wong
1
-12
/
+66
2022-11-17
xfs: log the AGI/AGF buffers when rolling transactions during an AG repair
Darrick J. Wong
1
-9
/
+21
2022-11-17
xfs: don't track the AGFL buffer in the scrub AG context
Darrick J. Wong
5
-33
/
+35
2022-11-17
xfs: fully initialize xfs_da_args in xchk_directory_blocks
Darrick J. Wong
1
-4
/
+6
2022-10-31
xfs: rename XFS_REFC_COW_START to _COWFLAG
Darrick J. Wong
3
-6
/
+6
2022-10-31
xfs: fix uninitialized list head in struct xfs_refcount_recovery
Darrick J. Wong
1
-4
/
+6
2022-10-31
xfs: fix agblocks check in the cow leftover recovery function
Darrick J. Wong
1
-1
/
+3
2022-10-31
xfs: check record domain when accessing refcount records
Darrick J. Wong
2
-14
/
+43
2022-10-31
xfs: remove XFS_FIND_RCEXT_SHARED and _COW
Darrick J. Wong
1
-31
/
+17
2022-10-31
xfs: refactor domain and refcount checking
Darrick J. Wong
3
-10
/
+17
2022-10-31
xfs: report refcount domain in tracepoints
Darrick J. Wong
2
-9
/
+43
2022-10-31
xfs: track cow/shared record domains explicitly in xfs_refcount_irec
Darrick J. Wong
5
-67
/
+151
2022-10-31
xfs: refactor refcount record usage in xchk_refcountbt_rec
Darrick J. Wong
1
-30
/
+24
2022-10-31
xfs: move _irec structs to xfs_types.h
Darrick J. Wong
2
-20
/
+20
2022-10-31
xfs: check deferred refcount op continuation parameters
Darrick J. Wong
1
-2
/
+36
2022-10-31
xfs: create a predicate to verify per-AG extents
Darrick J. Wong
7
-26
/
+24
2022-10-31
xfs: make sure aglen never goes negative in xfs_refcount_adjust_extents
Darrick J. Wong
1
-3
/
+17
2022-10-31
xfs: dump corrupt recovered log intent items to dmesg consistently
Darrick J. Wong
5
-20
/
+43
2022-10-31
xfs: actually abort log recovery on corrupt intent-done log items
Darrick J. Wong
2
-5
/
+21
2022-10-31
xfs: refactor all the EFI/EFD log item sizeof logic
Darrick J. Wong
4
-57
/
+88
2022-10-31
xfs: fix memcpy fortify errors in EFI log format copying
Darrick J. Wong
4
-22
/
+36
2022-10-31
xfs: fix memcpy fortify errors in RUI log format copying
Darrick J. Wong
2
-31
/
+30
2022-10-31
xfs: fix memcpy fortify errors in CUI log format copying
Darrick J. Wong
2
-24
/
+25
2022-10-31
xfs: fix memcpy fortify errors in BUI log format copying
Darrick J. Wong
2
-24
/
+27
2022-10-31
xfs: fix validation in attr log item recovery
Darrick J. Wong
1
-31
/
+23
2022-10-31
xfs: fix incorrect return type for fsdax fault handlers
Darrick J. Wong
1
-3
/
+4
2022-10-26
xfs: increase rename inode reservation
Allison Henderson
2
-3
/
+3
2022-10-20
xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init()
Li Zetao
1
-1
/
+6
2022-10-20
xfs: fix memory leak in xfs_errortag_init
Zeng Heng
1
-2
/
+7
2022-10-20
xfs: remove redundant pointer lip
Colin Ian King
1
-2
/
+1
2022-10-20
xfs: fix exception caused by unexpected illegal bestcount in leaf dir
Guo Xuenan
1
-2
/
+7
2022-10-19
xfs: avoid a UAF when log intent item recovery fails
Darrick J. Wong
1
-2
/
+8
2022-10-12
treewide: use get_random_u32() when possible
Jason A. Donenfeld
3
-3
/
+3
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
3
-3
/
+3
2022-10-11
Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
21
-98
/
+116
2022-10-11
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-7
/
+9
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+4
2022-10-07
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-2
/
+8
2022-10-07
Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-6
/
+6
2022-10-04
xfs: on memory failure, only shut down fs after scanning all mappings
Darrick J. Wong
1
-9
/
+17
2022-10-04
xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxx
Shida Zhang
4
-24
/
+34
2022-10-04
xfs: trim the mapp array accordingly in xfs_da_grow_inode_int
Shida Zhang
1
-1
/
+1
2022-10-04
Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+10
2022-09-30
fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
Lukas Czerner
1
-2
/
+8
2022-09-24
vfs: open inside ->tmpfile()
Miklos Szeredi
1
-7
/
+9
2022-09-18
xfs: do not need to check return value of xlog_kvmalloc()
Zhiqiang Liu
1
-6
/
+0
2022-09-18
xfs: port to vfs{g,u}id_t and associated helpers
Christian Brauner
3
-7
/
+12
[next]