- 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, 8 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, 9 months ago
- a612c07 hostfs_mknod(): don't bother with init_special_inode() by Al Viro · 3 years, 11 months 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, 10 months ago
- a15f1e4 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, 9 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 · 7 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
- 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 11 years ago
- aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 11 years ago
- 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
- 9e443bc um: hostfs: make functions static by James Hogan · 11 years ago
- b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
- 65984ff um: hostfs: Fix writeback by Richard Weinberger · 11 years ago
- 8e28bc7 [readdir] convert hostfs by Al Viro · 12 years ago
- 371fdab hostfs: use kmalloc instead of kzalloc by James Hogan · 12 years ago
- 2b3b9bb hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h> by James Hogan · 12 years ago
- 9dcc5e8 hostfs: remove "will unlock" comment by James Hogan · 12 years ago
- aea8b5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
- 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 12 years ago
- bc07732 hostfs: fix a not needed double check by Marco Stornelli · 12 years ago
- 4e6b897 hostfs: directory methods have no business in non-directory inode_operations by Al Viro · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- f59b51f Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
- 3be2be0 hostfs: drop vmtruncate by Marco Stornelli · 12 years ago
- 37185b3 um: get rid of pointless include "..." where include <...> will do by Al Viro · 12 years ago
- 29f82ae userns: Convert hostfs to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
- ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
- dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
- fa453a6 Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 13 years ago
- 3ee6bd8 uml/hostfs: Propagate dirent.d_type to filldir() by Geert Uytterhoeven · 13 years ago
- 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
- 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
- 138d570 switch hostfs_iattr to explicit unsigned short by Al Viro · 13 years ago
- 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
- 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
- 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
- 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
- d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
- 548fd1e um: kill useless include of user.h by Al Viro · 13 years ago
- bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
- 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
- 10556cb2 ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 14 years ago