summaryrefslogtreecommitdiffstats
path: root/fs/hostfs
AgeCommit message (Expand)AuthorLines
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+8
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+1
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada-1/+1
2023-02-01hostfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco-7/+8
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner-3/+3
2022-09-19hostfs: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-08-02hostfs: Handle page write errors correctlyMatthew Wilcox (Oracle)-3/+3
2022-05-09hostfs: Convert hostfs to read_folioMatthew Wilcox (Oracle)-2/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)-1/+2
2021-12-21hostfs: Fix writeback of dirty pagesSjoerd Simons-0/+3
2021-08-26hostfs: support splice_writeJohannes Berg-0/+1
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+0
2021-04-15hostfs_open(): don't open-code file_dentry()Al Viro-1/+1
2021-03-25hostfs: fix memory handling in follow_link()Al Viro-4/+3
2021-03-12hostfs_mknod(): don't bother with init_special_inode()Al Viro-1/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-12/+17
2021-02-12um: hostfs: use a kmem cache for inodesJohannes Berg-2/+8
2021-01-24fs: make helpers idmap mount awareChristian Brauner-9/+14
2021-01-24attr: handle idmapped mountsChristian Brauner-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner-1/+1
2020-12-21fix hostfs_open() use of ->f_path.dentryAl Viro-1/+1
2020-03-29hostfs: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko-8/+4
2019-12-18hostfs: pass 64-bit timestamps to/from user spaceArnd Bergmann-15/+22
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2019-05-07hostfs: fix mismatch between link_file definition and declarationColin Ian King-1/+1
2019-05-01hostfs: switch to ->free_inode()Al Viro-8/+2
2018-08-17vfs: discard ATTR_ATTR_FLAGNeilBrown-1/+1
2018-06-23hostfs_lookup: switch to d_splice_alias()Al Viro-20/+8
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani-6/+6
2018-04-02hostfs: rename do_rmdir() to hostfs_do_rmdir()Dominik Brodowski-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara-1/+1
2016-08-04hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter-3/+4
2016-05-12hostfs: switch to ->iterate_shared()Al Viro-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-9/+9