index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
hostfs
/
hostfs_kern.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+5
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-3
/
+5
2025-06-17
fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
Lorenzo Stoakes
1
-1
/
+1
2025-06-11
devpts, sunrpc, hostfs: don't bother with ->d_op
Al Viro
1
-1
/
+1
2025-06-10
new helper: set_default_d_op()
Al Viro
1
-1
/
+1
2025-04-02
Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+6
2025-03-18
um: hostfs: avoid issues on inode number reuse by host
Benjamin Berg
1
-1
/
+6
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-27
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
1
-4
/
+7
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
1
-4
/
+6
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-27
Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-107
/
+106
2023-06-12
hostfs: Fix ephemeral inodes
Mickaël Salaün
1
-107
/
+106
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
1
-1
/
+1
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-01
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-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+2
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
1
-1
/
+1
[next]