summaryrefslogtreecommitdiffstats
path: root/fs/hostfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.11-rc1.fixes.3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-271-10/+55
|\
| * hostfs: fix the host directory parse when mounting.Hongbo Li2024-07-271-10/+55
* | Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-253-10/+15
|\ \ | |/ |/|
| * hostfs: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-031-0/+1
| * hostfs: fix dev_t handlingJohannes Berg2024-07-033-10/+14
* | hostfs: fix folio conversionLinus Torvalds2024-07-241-1/+1
* | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-151-21/+62
|\ \
| * | hostfs: Add const qualifier to host_root in hostfs_fill_super()Nathan Chancellor2024-06-131-1/+1
| * | hostfs: convert hostfs to use the new mount APIHongbo Li2024-06-031-21/+62
| |/
* / hostfs: Convert hostfs_read_folio() to use a folioMatthew Wilcox (Oracle)2024-05-311-17/+6
|/
* hostfs: use d_splice_alias() calling conventions to simplify failure exitsAl Viro2023-12-211-6/+2
* hostfs: convert to new timestamp accessorsJeff Layton2023-10-181-4/+8
* hostfs: convert to ctime accessor functionsJeff Layton2023-07-241-2/+1
* Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-273-107/+108
|\
| * hostfs: Fix ephemeral inodesMickaël Salaün2023-06-123-107/+108
* | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
|/
* um: hostfs: define our own API boundaryJohannes Berg2023-04-202-2/+32
* Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-011-7/+8
|\
| * hostfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco2023-02-011-7/+8
* | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-261-1/+1
|\ \
| * | kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada2023-02-051-1/+1
| |/
* | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
|/
* hostfs: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
* hostfs: Handle page write errors correctlyMatthew Wilcox (Oracle)2022-08-021-3/+3
* hostfs: Convert hostfs to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+2
|\
| * fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+2
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* hostfs: Fix writeback of dirty pagesSjoerd Simons2021-12-211-0/+3
* hostfs: support splice_writeJohannes Berg2021-08-261-0/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-1/+1
|\
| * hostfs_open(): don't open-code file_dentry()Al Viro2021-04-151-1/+1
* | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-1/+0
|\ \
| * | hostfs_mknod(): don't bother with init_special_inode()Al Viro2021-03-121-1/+0
| |/
* / hostfs: fix memory handling in follow_link()Al Viro2021-03-251-4/+3
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-12/+17
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-9/+14
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | um: hostfs: use a kmem cache for inodesJohannes Berg2021-02-121-2/+8
|/
* fix hostfs_open() use of ->f_path.dentryAl Viro2020-12-211-1/+1
* hostfs: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko2020-03-291-8/+4