summaryrefslogtreecommitdiffstats
path: root/fs/hostfs
Commit message (Expand)AuthorAgeFilesLines
* hostfs: use d_splice_alias() calling conventions to simplify failure exitsAl Viro2023-12-211-6/+2
* hostfs: convert to new timestamp accessorsJeff Layton2023-10-181-4/+8
* hostfs: convert to ctime accessor functionsJeff Layton2023-07-241-2/+1
* Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-273-107/+108
|\
| * hostfs: Fix ephemeral inodesMickaël Salaün2023-06-123-107/+108
* | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
|/
* um: hostfs: define our own API boundaryJohannes Berg2023-04-202-2/+32
* Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-011-7/+8
|\
| * hostfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco2023-02-011-7/+8
* | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-261-1/+1
|\ \
| * | kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada2023-02-051-1/+1
| |/
* | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
|/
* hostfs: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
* hostfs: Handle page write errors correctlyMatthew Wilcox (Oracle)2022-08-021-3/+3
* hostfs: Convert hostfs to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+2
|\
| * fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+2
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* hostfs: Fix writeback of dirty pagesSjoerd Simons2021-12-211-0/+3
* hostfs: support splice_writeJohannes Berg2021-08-261-0/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-1/+1
|\
| * hostfs_open(): don't open-code file_dentry()Al Viro2021-04-151-1/+1
* | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-1/+0
|\ \
| * | hostfs_mknod(): don't bother with init_special_inode()Al Viro2021-03-121-1/+0
| |/
* / hostfs: fix memory handling in follow_link()Al Viro2021-03-251-4/+3
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-12/+17
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-9/+14
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | um: hostfs: use a kmem cache for inodesJohannes Berg2021-02-121-2/+8
|/
* fix hostfs_open() use of ->f_path.dentryAl Viro2020-12-211-1/+1
* hostfs: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko2020-03-291-8/+4
* hostfs: pass 64-bit timestamps to/from user spaceArnd Bergmann2019-12-182-15/+22
* Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-121-1/+1
|\
| * hostfs: fix mismatch between link_file definition and declarationColin Ian King2019-05-071-1/+1
* | hostfs: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* vfs: discard ATTR_ATTR_FLAGNeilBrown2018-08-171-1/+1
* hostfs_lookup: switch to d_splice_alias()Al Viro2018-06-231-20/+8
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-6/+6
* hostfs: rename do_rmdir() to hostfs_do_rmdir()Dominik Brodowski2018-04-023-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1