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
2023-08-30
Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
42
-647
/
+3910
2023-08-30
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-26
/
+18
2023-08-28
Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2023-08-28
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
6
-96
/
+268
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
9
-24
/
+31
2023-08-25
mm: remove enum page_entry_size
Matthew Wilcox (Oracle)
2
-26
/
+18
2023-08-23
Merge tag 'vfs-6.6-merge-3' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...
Christian Brauner
4
-38
/
+183
2023-08-18
fs/xfs: Fix typos in comments
Zizhen Pang
1
-1
/
+1
2023-08-18
xfs: fix dqiterate thinko
Darrick J. Wong
1
-1
/
+1
2023-08-11
xfs use fs_holder_ops for the log and RT devices
Christoph Hellwig
1
-15
/
+4
2023-08-11
xfs: drop s_umount over opening the log and RT devices
Christoph Hellwig
1
-4
/
+14
2023-08-11
fs: use the super_block as holder when mounting file systems
Christoph Hellwig
1
-1
/
+1
2023-08-11
xfs: switch to multigrain timestamps
Jeff Layton
3
-7
/
+7
2023-08-11
fs: drop the timespec64 argument from update_time
Jeff Layton
1
-1
/
+0
2023-08-11
xfs: have xfs_vn_update_time gets its own timestamp
Jeff Layton
1
-5
/
+9
2023-08-10
xfs: don't check reflink iflag state when checking cow fork
Darrick J. Wong
1
-5
/
+2
2023-08-10
xfs: simplify returns in xchk_bmap
Darrick J. Wong
1
-13
/
+13
2023-08-10
xfs: rewrite xchk_inode_is_allocated to work properly
Darrick J. Wong
4
-24
/
+162
2023-08-10
xfs: hide xfs_inode_is_allocated in scrub common code
Darrick J. Wong
5
-44
/
+40
2023-08-10
xfs: fix agf_fllast when repairing an empty AGFL
Darrick J. Wong
1
-1
/
+4
2023-08-10
xfs: clear pagf_agflreset when repairing the AGFL
Darrick J. Wong
1
-1
/
+4
2023-08-10
xfs: allow userspace to rebuild metadata structures
Darrick J. Wong
3
-3
/
+17
2023-08-10
xfs: don't complain about unfixed metadata when repairs were injected
Darrick J. Wong
2
-5
/
+14
2023-08-10
xfs: allow the user to cancel repairs before we start writing
Darrick J. Wong
1
-0
/
+16
2023-08-10
xfs: always rescan allegedly healthy per-ag metadata after repair
Darrick J. Wong
1
-0
/
+10
2023-08-10
xfs: implement online scrubbing of rtsummary info
Darrick J. Wong
7
-28
/
+298
2023-08-10
xfs: move the realtime summary file scrubber to a separate source file
Darrick J. Wong
3
-38
/
+60
2023-08-10
xfs: wrap ilock/iunlock operations on sc->ip
Darrick J. Wong
8
-29
/
+53
2023-08-10
xfs: get our own reference to inodes that we want to scrub
Darrick J. Wong
6
-13
/
+36
2023-08-10
xfs: track usage statistics of online fsck
Darrick J. Wong
10
-9
/
+535
2023-08-10
xfs: create scaffolding for creating debugfs entries
Darrick J. Wong
4
-2
/
+34
2023-08-10
xfs: improve xfarray quicksort pivot
Darrick J. Wong
2
-69
/
+148
2023-08-10
xfs: cache pages used for xfarray quicksort convergence
Darrick J. Wong
2
-10
/
+86
2023-08-10
xfs: speed up xfarray sort by sorting xfile page contents directly
Darrick J. Wong
3
-0
/
+121
2023-08-10
xfs: teach xfile to pass back direct-map pages to caller
Darrick J. Wong
3
-0
/
+120
2023-08-10
xfs: convert xfarray insertion sort to heapsort using scratchpad memory
Darrick J. Wong
3
-120
/
+39
2023-08-10
xfs: enable sorting of xfile-backed arrays
Darrick J. Wong
3
-0
/
+750
2023-08-10
xfs: create a big array data structure
Darrick J. Wong
8
-1
/
+922
2023-08-10
xfs: use per-AG bitmaps to reap unused AG metadata blocks during repair
Darrick J. Wong
5
-95
/
+45
2023-08-10
xfs: reap large AG metadata extents when possible
Darrick J. Wong
8
-121
/
+409
2023-08-10
xfs: allow scanning ranges of the buffer cache for live buffers
Darrick J. Wong
3
-2
/
+22
2023-08-10
xfs: rearrange xrep_reap_block to make future code flow easier
Darrick J. Wong
3
-17
/
+25
2023-08-10
xfs: use deferred frees to reap old btree blocks
Darrick J. Wong
1
-4
/
+26
2023-08-10
xfs: only allow reaping of per-AG blocks in xrep_reap_extents
Darrick J. Wong
1
-32
/
+13
2023-08-10
xfs: only invalidate blocks if we're going to free them
Darrick J. Wong
2
-55
/
+42
2023-08-10
xfs: move the post-repair block reaping code to a separate file
Darrick J. Wong
6
-234
/
+283
2023-08-10
xfs: cull repair code that will never get used
Darrick J. Wong
3
-111
/
+0
2023-08-10
xfs: document the invalidate_bdev call in invalidate_bdev
Christoph Hellwig
1
-0
/
+26
2023-08-10
xfs: close the external block devices in xfs_mount_free
Christoph Hellwig
2
-16
/
+22
2023-08-10
xfs: close the RT and log block devices in xfs_free_buftarg
Christoph Hellwig
1
-0
/
+5
[next]