summaryrefslogtreecommitdiff
path: root/fs/hostfs/hostfs_kern.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-27Merge tag 'vfs-6.11-rc1.fixes.3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+55
2024-07-27hostfs: fix the host directory parse when mounting.Hongbo Li1-10/+55
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+7
2024-07-24hostfs: fix folio conversionLinus Torvalds1-1/+1
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-21/+62
2024-07-03hostfs: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-03hostfs: fix dev_t handlingJohannes Berg1-4/+6
2024-06-13hostfs: Add const qualifier to host_root in hostfs_fill_super()Nathan Chancellor1-1/+1
2024-06-03hostfs: convert hostfs to use the new mount APIHongbo Li1-21/+62
2024-05-31hostfs: Convert hostfs_read_folio() to use a folioMatthew Wilcox (Oracle)1-17/+6
2023-12-21hostfs: use d_splice_alias() calling conventions to simplify failure exitsAl Viro1-6/+2
2023-10-18hostfs: convert to new timestamp accessorsJeff Layton1-4/+8
2023-07-24hostfs: convert to ctime accessor functionsJeff Layton1-2/+1
2023-06-27Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-107/+106
2023-06-12hostfs: Fix ephemeral inodesMickaël Salaün1-107/+106
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+8
2023-02-01hostfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-7/+8
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-3/+3
2022-09-19hostfs: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-02hostfs: Handle page write errors correctlyMatthew Wilcox (Oracle)1-3/+3
2022-05-09hostfs: Convert hostfs to read_folioMatthew Wilcox (Oracle)1-2/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-1/+2
2021-12-21hostfs: Fix writeback of dirty pagesSjoerd Simons1-0/+3
2021-08-26hostfs: support splice_writeJohannes Berg1-0/+1
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2021-04-15hostfs_open(): don't open-code file_dentry()Al Viro1-1/+1
2021-03-25hostfs: fix memory handling in follow_link()Al Viro1-4/+3
2021-03-12hostfs_mknod(): don't bother with init_special_inode()Al Viro1-1/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+17
2021-02-12um: hostfs: use a kmem cache for inodesJohannes Berg1-2/+8
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-9/+14
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-21fix hostfs_open() use of ->f_path.dentryAl Viro1-1/+1
2020-03-29hostfs: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko1-8/+4
2019-12-18hostfs: pass 64-bit timestamps to/from user spaceArnd Bergmann1-6/+9
2019-05-01hostfs: switch to ->free_inode()Al Viro1-8/+2
2018-06-23hostfs_lookup: switch to d_splice_alias()Al Viro1-20/+8