index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
/
hostfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-02
Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-27
/
+41
2025-03-18
um: hostfs: avoid issues on inode number reuse by host
Benjamin Berg
3
-27
/
+41
2025-02-27
hostfs: store inode in dentry after mkdir if possible.
NeilBrown
1
-1
/
+9
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+4
2025-01-31
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-21
/
+6
2025-01-11
hostfs: fix string handling in __dentry_name()
Al Viro
1
-21
/
+6
2025-01-10
hostfs: Convert to writepages
Matthew Wilcox (Oracle)
1
-29
/
+25
2024-11-15
hostfs: Fix the NULL vs IS_ERR() bug for __filemap_get_folio()
ZhangPeng
1
-2
/
+2
2024-10-23
hostfs: Do not propagate hostfs parameter to kernel
Tiwei Bie
1
-0
/
+1
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-08-07
hostfs: Convert hostfs_write_end() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+8
2024-07-28
Merge tag 'vfs-6.11-rc1.fixes.3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-10
/
+55
2024-07-27
hostfs: fix the host directory parse when mounting.
Hongbo Li
1
-10
/
+55
2024-07-25
Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-10
/
+15
2024-07-24
hostfs: fix folio conversion
Linus Torvalds
1
-1
/
+1
2024-07-15
Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-21
/
+62
2024-07-03
hostfs: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-03
hostfs: fix dev_t handling
Johannes Berg
3
-10
/
+14
2024-06-13
hostfs: Add const qualifier to host_root in hostfs_fill_super()
Nathan Chancellor
1
-1
/
+1
2024-06-03
hostfs: convert hostfs to use the new mount API
Hongbo Li
1
-21
/
+62
2024-05-31
hostfs: Convert hostfs_read_folio() to use a folio
Matthew Wilcox (Oracle)
1
-17
/
+6
2023-12-21
hostfs: use d_splice_alias() calling conventions to simplify failure exits
Al Viro
1
-6
/
+2
2023-10-18
hostfs: convert to new timestamp accessors
Jeff Layton
1
-4
/
+8
2023-07-24
hostfs: convert to ctime accessor functions
Jeff Layton
1
-2
/
+1
2023-06-28
Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-107
/
+108
2023-06-12
hostfs: Fix ephemeral inodes
Mickaël Salaün
3
-107
/
+108
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
1
-1
/
+1
2023-04-21
um: hostfs: define our own API boundary
Johannes Berg
2
-2
/
+32
2023-03-01
Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+8
2023-02-26
Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+1
2023-02-05
kbuild: remove --include-dir MAKEFLAG from top Makefile
Masahiro Yamada
1
-1
/
+1
2023-02-02
hostfs: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-7
/
+8
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-3
/
+3
2022-09-19
hostfs: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-02
hostfs: Handle page write errors correctly
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-05-09
hostfs: Convert hostfs to read_folio
Matthew Wilcox (Oracle)
1
-2
/
+3
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-23
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+2
2022-03-23
fs: allocate inode by using alloc_inode_sb()
Muchun Song
1
-1
/
+1
2022-03-15
fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-12-21
hostfs: Fix writeback of dirty pages
Sjoerd Simons
1
-0
/
+3
2021-08-26
hostfs: support splice_write
Johannes Berg
1
-0
/
+1
[next]