aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/hostfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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/mic/linuxLinus Torvalds3-107/+108
2023-06-12hostfs: Fix ephemeral inodesMickaël Salaün3-107/+108
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-04-20um: hostfs: define our own API boundaryJohannes Berg2-2/+32
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linuxLinus Torvalds1-7/+8
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada1-1/+1
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/viro/vfsLinus Torvalds1-1/+1
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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/kernel/git/brauner/linuxLinus 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 Bergmann2-15/+22
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-1/+1
2019-05-07hostfs: fix mismatch between link_file definition and declarationColin Ian King1-1/+1
2019-05-01hostfs: switch to ->free_inode()Al Viro1-8/+2
2018-08-17vfs: discard ATTR_ATTR_FLAGNeilBrown1-1/+1
2018-06-23hostfs_lookup: switch to d_splice_alias()Al Viro1-20/+8
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-6/+6
2018-04-02hostfs: rename do_rmdir() to hostfs_do_rmdir()Dominik Brodowski3-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1