aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hostfs
AgeCommit message (Expand)Author
2023-12-21hostfs: use d_splice_alias() calling conventions to simplify failure exitsAl Viro
2023-10-18hostfs: convert to new timestamp accessorsJeff Layton
2023-07-24hostfs: convert to ctime accessor functionsJeff Layton
2023-06-27Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-06-12hostfs: Fix ephemeral inodesMickaël Salaün
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-04-20um: hostfs: define our own API boundaryJohannes Berg
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada
2023-02-01hostfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-09-19hostfs: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-02hostfs: Handle page write errors correctlyMatthew Wilcox (Oracle)
2022-05-09hostfs: Convert hostfs to read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)
2021-12-21hostfs: Fix writeback of dirty pagesSjoerd Simons
2021-08-26hostfs: support splice_writeJohannes Berg
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-15hostfs_open(): don't open-code file_dentry()Al Viro
2021-03-25hostfs: fix memory handling in follow_link()Al Viro
2021-03-12hostfs_mknod(): don't bother with init_special_inode()Al Viro
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-12um: hostfs: use a kmem cache for inodesJohannes Berg
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-12-21fix hostfs_open() use of ->f_path.dentryAl Viro
2020-03-29hostfs: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko
2019-12-18hostfs: pass 64-bit timestamps to/from user spaceArnd Bergmann
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-07hostfs: fix mismatch between link_file definition and declarationColin Ian King
2019-05-01hostfs: switch to ->free_inode()Al Viro
2018-08-17vfs: discard ATTR_ATTR_FLAGNeilBrown
2018-06-23hostfs_lookup: switch to d_splice_alias()Al Viro
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-04-02hostfs: rename do_rmdir() to hostfs_do_rmdir()Dominik Brodowski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton