- bc4eee8 Merge tag 'vfs-6.11-rc1.fixes.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 6 months ago
- ef9ca17 hostfs: fix the host directory parse when mounting. by Hongbo Li · 6 months ago
- f9bcc61 Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux by Linus Torvalds · 6 months ago
- e44be00 hostfs: fix folio conversion by Linus Torvalds · 6 months ago
- b8fc1bd Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 6 months ago
- be5d511 hostfs: add missing MODULE_DESCRIPTION() macro by Jeff Johnson · 6 months ago
- 267ed02 hostfs: fix dev_t handling by Johannes Berg · 6 months ago
- 104eef1 hostfs: Add const qualifier to host_root in hostfs_fill_super() by Nathan Chancellor · 7 months ago
- cd140ce hostfs: convert hostfs to use the new mount API by Hongbo Li · 7 months ago
- e3ec0fe hostfs: Convert hostfs_read_folio() to use a folio by Matthew Wilcox (Oracle) · 7 months ago
- 6f36230 hostfs: use d_splice_alias() calling conventions to simplify failure exits by Al Viro · 1 year, 2 months ago
- c461ba5 hostfs: convert to new timestamp accessors by Jeff Layton · 1 year, 3 months ago
- 66e79d8 hostfs: convert to ctime accessor functions by Jeff Layton · 1 year, 6 months ago
- 2664286 Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux by Linus Torvalds · 1 year, 7 months ago
- 74ce793 hostfs: Fix ephemeral inodes by Mickaël Salaün · 1 year, 7 months ago
- 2cb1e089 splice: Use filemap_splice_read() instead of generic_file_splice_read() by David Howells · 1 year, 8 months ago
- 8c61745 um: hostfs: define our own API boundary by Johannes Berg · 1 year, 11 months ago
- 64e8516 Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux by Linus Torvalds · 1 year, 11 months ago
- 498a1cf Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 1 year, 11 months ago
- 67d7c30 kbuild: remove --include-dir MAKEFLAG from top Makefile by Masahiro Yamada · 2 years ago
- e082036 hostfs: Replace kmap() with kmap_local_page() by Fabio M. De Francesco · 2 years, 3 months ago
- 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 2 years ago
- e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years ago
- 5ebb29b fs: port ->mknod() to pass mnt_idmap by Christian Brauner · 2 years ago
- c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 2 years ago
- 7a77db9 fs: port ->symlink() to pass mnt_idmap by Christian Brauner · 2 years ago
- 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years ago
- c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 2 years ago
- b7f28a3 hostfs: move from strlcpy with unused retval to strscpy by Wolfram Sang · 2 years, 5 months ago
- e775dfb3 hostfs: Handle page write errors correctly by Matthew Wilcox (Oracle) · 2 years, 8 months ago
- 8f4fe24 hostfs: Convert hostfs to read_folio by Matthew Wilcox (Oracle) · 2 years, 9 months ago
- 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 2 years, 11 months ago
- b7446e7 fs: Remove aop flags parameter from grab_cache_page_write_begin() by Matthew Wilcox (Oracle) · 2 years, 11 months ago
- 6b1f86f Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 10 months ago
- fd60b28 fs: allocate inode by using alloc_inode_sb() by Muchun Song · 2 years, 10 months ago
- 187c82c fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio by Matthew Wilcox (Oracle) · 3 years ago
- ce72750 hostfs: Fix writeback of dirty pages by Sjoerd Simons · 3 years, 2 months ago
- 1568cb0 hostfs: support splice_write by Johannes Berg · 3 years, 6 months ago
- 27787ba Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
- d1466bc Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 9 months ago
- d692d39 hostfs_open(): don't open-code file_dentry() by Al Viro · 3 years, 9 months ago
- 7f6c411 hostfs: fix memory handling in follow_link() by Al Viro · 3 years, 10 months ago
- a612c07 hostfs_mknod(): don't bother with init_special_inode() by Al Viro · 4 years ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
- a15f1e41 um: hostfs: use a kmem cache for inodes by Johannes Berg · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 2e2cbaf fix hostfs_open() use of ->f_path.dentry by Al Viro · 4 years, 1 month ago
- b58c4e9 hostfs: Use kasprintf() instead of fixed buffer formatting by Andy Shevchenko · 4 years, 10 months ago
- bca3026 hostfs: pass 64-bit timestamps to/from user space by Arnd Bergmann · 7 years ago
- 983dfa4 Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
- 91e1e54 hostfs: fix mismatch between link_file definition and declaration by Colin Ian King · 6 years ago
- 08ccfc5 hostfs: switch to ->free_inode() by Al Viro · 6 years ago
- 4cdfffc vfs: discard ATTR_ATTR_FLAG by NeilBrown · 6 years ago
- 50f3074 hostfs_lookup: switch to d_splice_alias() by Al Viro · 7 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- 6380161 hostfs: rename do_rmdir() to hostfs_do_rmdir() by Dominik Brodowski · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 8 years ago
- dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
- 8a545f1 hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common() by Dan Carpenter · 8 years ago
- 552a9d4 hostfs: switch to ->iterate_shared() by Al Viro · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
- 4f31d774 Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
- 9f2dfda uml: fix hostfs mknod() by Vegard Nossum · 9 years ago
- fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
- 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
- a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
- 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 10 years ago
- 6e77137b don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
- 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
- a718c92 hostfs: Use correct mask for file mode by Richard Weinberger · 10 years ago
- 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- e44740c Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 0c9bd63 um: hostfs: Reduce number of syscalls in readdir by Richard Weinberger · 10 years ago
- 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
- b98b910 hostfs: No need to box and later unbox the file mode by Richard Weinberger · 10 years ago
- af6aa1b9 hostfs: Use page_offset() by Richard Weinberger · 10 years ago
- b86b413 hostfs: Set page flags in hostfs_readpage() correctly by Richard Weinberger · 10 years ago
- bd1052a hostfs: Remove superfluous initializations in hostfs_open() by Richard Weinberger · 10 years ago
- a9d1958 hostfs: hostfs_open: Reset open flags upon each retry by Richard Weinberger · 10 years ago
- 112a5da hostfs: Remove superfluous test in hostfs_open() by Richard Weinberger · 10 years ago
- 7f74a66 hostfs: Report append flag in ->show_options() by Richard Weinberger · 10 years ago
- 7c95099 hostfs: Use __getname() in follow_link by Richard Weinberger · 10 years ago
- c278e81 hostfs: Remove open coded strcpy() by Richard Weinberger · 10 years ago
- aad50b1 hostfs: Add a BUG_ON to detect behavior changes of dentry_path_raw() by Richard Weinberger · 10 years ago
- 41761dd hostfs: Make hostfs_readpage more readable by Richard Weinberger · 10 years ago
- 2ad2dca hostfs: Handle bogus st.mode by Richard Weinberger · 10 years ago
- 4c6dcaf hostfs: Allow fsync on directories by Richard Weinberger · 10 years ago
- af95565 hostfs: hostfs_file_open: Fix a fd leak in hostfs_file_open by Richard Weinberger · 10 years ago
- 69886e6 hostfs: hostfs_file_open: Switch to data locking model by Richard Weinberger · 10 years ago
- 9a423bb hostfs: support rename flags by Miklos Szeredi · 10 years ago