aboutsummaryrefslogtreecommitdiff
path: root/fs/hostfs
AgeCommit message (Expand)AuthorFilesLines
2023-12-21hostfs: use d_splice_alias() calling conventions to simplify failure exitsGravatar Al Viro 1-6/+2
2023-10-18hostfs: convert to new timestamp accessorsGravatar Jeff Layton 1-4/+8
2023-07-24hostfs: convert to ctime accessor functionsGravatar Jeff Layton 1-2/+1
2023-06-27Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-107/+108
2023-06-12hostfs: Fix ephemeral inodesGravatar Mickaël Salaün 3-107/+108
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-04-20um: hostfs: define our own API boundaryGravatar Johannes Berg 2-2/+32
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+8
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileGravatar Masahiro Yamada 1-1/+1
2023-02-01hostfs: Replace kmap() with kmap_local_page()Gravatar Fabio M. De Francesco 1-7/+8
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-3/+3
2022-09-19hostfs: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2022-08-02hostfs: Handle page write errors correctlyGravatar Matthew Wilcox (Oracle) 1-3/+3
2022-05-09hostfs: Convert hostfs to read_folioGravatar Matthew Wilcox (Oracle) 1-2/+3
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+2
2021-12-21hostfs: Fix writeback of dirty pagesGravatar Sjoerd Simons 1-0/+3
2021-08-26hostfs: support splice_writeGravatar Johannes Berg 1-0/+1
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+0
2021-04-15hostfs_open(): don't open-code file_dentry()Gravatar Al Viro 1-1/+1
2021-03-25hostfs: fix memory handling in follow_link()Gravatar Al Viro 1-4/+3
2021-03-12hostfs_mknod(): don't bother with init_special_inode()Gravatar Al Viro 1-1/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-12/+17
2021-02-12um: hostfs: use a kmem cache for inodesGravatar Johannes Berg 1-2/+8
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-9/+14
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-12-21fix hostfs_open() use of ->f_path.dentryGravatar Al Viro 1-1/+1
2020-03-29hostfs: Use kasprintf() instead of fixed buffer formattingGravatar Andy Shevchenko 1-8/+4
2019-12-18hostfs: pass 64-bit timestamps to/from user spaceGravatar Arnd Bergmann 2-15/+22
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2019-05-07hostfs: fix mismatch between link_file definition and declarationGravatar Colin Ian King 1-1/+1
2019-05-01hostfs: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2018-08-17vfs: discard ATTR_ATTR_FLAGGravatar NeilBrown 1-1/+1
2018-06-23hostfs_lookup: switch to d_splice_alias()Gravatar Al Viro 1-20/+8
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-6/+6
2018-04-02hostfs: rename do_rmdir() to hostfs_do_rmdir()Gravatar Dominik Brodowski 3-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1