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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-25
nilfs2: do not update mtime of renamed directory that is not moved
Ryusuke Konishi
1
-7
/
+9
2025-01-25
nilfs2: handle errors that nilfs_prepare_chunk() may return
Ryusuke Konishi
3
-19
/
+27
2025-01-25
nilfs2: revise the return value description style for consistency.
Ryusuke Konishi
7
-13
/
+23
2025-01-25
nilfs2: add missing return value kernel-doc descriptions
Ryusuke Konishi
14
-7
/
+160
2025-01-25
nilfs2: correct return value kernel-doc descriptions for the rest
Ryusuke Konishi
6
-90
/
+50
2025-01-25
nilfs2: correct return value kernel-doc descriptions for metadata files
Ryusuke Konishi
4
-105
/
+77
2025-01-25
nilfs2: correct return value kernel-doc descriptions for sufile
Ryusuke Konishi
2
-73
/
+45
2025-01-25
nilfs2: correct return value kernel-doc descriptions for bmap functions
Ryusuke Konishi
2
-75
/
+56
2025-01-25
nilfs2: correct return value kernel-doc descriptions for ioctl functions
Ryusuke Konishi
1
-137
/
+96
2025-01-25
nilfs2: protect access to buffers with no active references
Ryusuke Konishi
1
-1
/
+3
2025-01-25
nilfs2: do not force clear folio if buffer is referenced
Ryusuke Konishi
1
-4
/
+27
2025-01-25
ocfs2: remove parameter parent_fe_bh from __ocfs2_mknod_locked
Su Yue
1
-4
/
+3
2025-01-25
ocfs2: mark dquot as inactive if failed to start trans while releasing dquot
Su Yue
1
-0
/
+5
2025-01-25
ocfs2: check tl->count of truncate log inode in ocfs2_get_truncate_log_info
Su Yue
1
-0
/
+15
2025-01-25
ocfs2: correct l_next_free_rec in online check
Julian Sun
1
-0
/
+24
2025-01-25
ocfs2: check el->l_next_free_rec in ocfs2_get_clusters_nocache
Julian Sun
1
-0
/
+10
2025-01-25
squashfs: convert squashfs_fill_page() to take a folio
Matthew Wilcox (Oracle)
2
-10
/
+12
2025-01-25
squashfs; convert squashfs_copy_cache() to take a folio
Matthew Wilcox (Oracle)
3
-24
/
+28
2025-01-25
squashfs: convert squashfs_readpage_block() to take a folio
Matthew Wilcox (Oracle)
4
-11
/
+10
2025-01-25
squashfs: pass a folio to squashfs_readpage_fragment()
Matthew Wilcox (Oracle)
1
-4
/
+4
2025-01-25
squashfs: use a folio throughout squashfs_read_folio()
Matthew Wilcox (Oracle)
1
-16
/
+9
2025-01-25
squashfs: update Kconfig information
Phillip Lougher
1
-3
/
+3
2025-01-25
squashfs: don't allocate read_page cache if SQUASHFS_FILE_DIRECT configured
Phillip Lougher
2
-1
/
+7
2025-01-25
squashfs: make squashfs_cache_init() return ERR_PTR(-ENOMEM)
Phillip Lougher
2
-10
/
+17
2025-01-25
f2fs: fix inconsistent dirty state of atomic file
Jianan Huang
1
-0
/
+6
2025-01-25
Merge tag 'efi-next-for-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-238
/
+362
2025-01-24
xfs: don't call remap_verify_area with sb write protection held
Christoph Hellwig
1
-44
/
+27
2025-01-24
xfs: remove an out of data comment in _xfs_buf_alloc
Christoph Hellwig
1
-5
/
+0
2025-01-24
xfs: fix the entry condition of exact EOF block allocation optimization
Jinliang Zheng
1
-6
/
+7
2025-01-24
fuse: {io-uring} Make hash-list req unique finding functions non-static
Bernd Schubert
4
-4
/
+14
2025-01-24
fuse: Add fuse-io-uring handling into fuse_copy
Bernd Schubert
2
-1
/
+15
2025-01-24
fuse: Make fuse_copy non static
Bernd Schubert
2
-22
/
+33
2025-01-24
fuse: {io-uring} Handle SQEs - register commands
Bernd Schubert
6
-0
/
+467
2025-01-24
fuse: make args->in_args[0] to be always the header
Bernd Schubert
5
-27
/
+47
2025-01-24
fuse: Move request bits
Bernd Schubert
2
-4
/
+4
2025-01-24
fuse: Move fuse_get_dev to header file
Bernd Schubert
2
-9
/
+9
2025-01-24
fuse: rename to fuse_dev_end_requests and make non-static
Bernd Schubert
2
-6
/
+19
2025-01-24
Merge tag 'v6.14-rc-smb3-client-fixes-part' of git://git.samba.org/sfrench/ci...
Linus Torvalds
25
-436
/
+483
2025-01-24
Merge tag 'v6.14-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
9
-77
/
+50
2025-01-24
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
15
-66
/
+327
2025-01-24
btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop
Filipe Manana
1
-5
/
+1
2025-01-24
btrfs: fix use-after-free when attempting to join an aborted transaction
Filipe Manana
1
-1
/
+3
2025-01-24
btrfs: do not output error message if a qgroup has been already cleaned up
Qu Wenruo
1
-1
/
+4
2025-01-24
btrfs: fix assertion failure when splitting ordered extent after transaction ...
Filipe Manana
1
-0
/
+12
2025-01-24
btrfs: fix lockdep splat while merging a relocation root
Filipe Manana
1
-0
/
+2
2025-01-24
Merge tag 'fs_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+5
2025-01-24
Merge tag 'fsnotify_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-01-24
Merge tag 'xfs-merge-6.14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
131
-1440
/
+10861
2025-01-23
erofs: refine z_erofs_get_extent_compressedlen()
Gao Xiang
1
-20
/
+16
2025-01-23
Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+18
[prev]
[next]