aboutsummaryrefslogtreecommitdiff
path: root/fs/hostfs/hostfs_kern.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-25hostfs: fix memory handling in follow_link()Gravatar Al Viro 1-4/+3
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-12/+17
2021-02-12um: hostfs: use a kmem cache for inodesGravatar Johannes Berg 1-2/+8
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-9/+14
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-12-21fix hostfs_open() use of ->f_path.dentryGravatar Al Viro 1-1/+1
2020-03-29hostfs: Use kasprintf() instead of fixed buffer formattingGravatar Andy Shevchenko 1-8/+4
2019-12-18hostfs: pass 64-bit timestamps to/from user spaceGravatar Arnd Bergmann 1-6/+9
2019-05-01hostfs: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2018-06-23hostfs_lookup: switch to d_splice_alias()Gravatar Al Viro 1-20/+8
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-6/+6
2018-04-02hostfs: rename do_rmdir() to hostfs_do_rmdir()Gravatar Dominik Brodowski 1-1/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-08-04hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Gravatar Dan Carpenter 1-3/+4
2016-05-12hostfs: switch to ->iterate_shared()Gravatar Al Viro 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-9/+9
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2016-01-12Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+1
2016-01-10uml: fix hostfs mknod()Gravatar Vegard Nossum 1-3/+1
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-10/+6
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-3/+7
2015-09-04fs: create and use seq_show_option for escapingGravatar Kees Cook 1-1/+1
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-9/+6
2015-05-11switch ->put_link() from dentry to inodeGravatar Al Viro 1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Gravatar Al Viro 1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsGravatar Al Viro 1-9/+6
2015-05-04hostfs: Use correct mask for file modeGravatar Richard Weinberger 1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-04-15Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Gravatar Linus Torvalds 1-50/+62
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-04-13um: hostfs: Reduce number of syscalls in readdirGravatar Richard Weinberger 1-0/+1
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-03-26hostfs: No need to box and later unbox the file modeGravatar Richard Weinberger 1-4/+1
2015-03-26hostfs: Use page_offset()Gravatar Richard Weinberger 1-4/+2
2015-03-26hostfs: Set page flags in hostfs_readpage() correctlyGravatar Richard Weinberger 1-4/+6
2015-03-26hostfs: Remove superfluous initializations in hostfs_open()Gravatar Richard Weinberger 1-2/+2
2015-03-26hostfs: hostfs_open: Reset open flags upon each retryGravatar Richard Weinberger 1-0/+2
2015-03-26hostfs: Remove superfluous test in hostfs_open()Gravatar Richard Weinberger 1-3/+1
2015-03-26hostfs: Report append flag in ->show_options()Gravatar Richard Weinberger 1-0/+3
2015-03-26hostfs: Use __getname() in follow_linkGravatar Richard Weinberger 1-14/+11
2015-03-26hostfs: Remove open coded strcpy()Gravatar Richard Weinberger 1-5/+4
2015-03-26hostfs: Add a BUG_ON to detect behavior changes of dentry_path_raw()Gravatar Richard Weinberger 1-0/+7
2015-03-26hostfs: Make hostfs_readpage more readableGravatar Richard Weinberger 1-6/+8
2015-03-26hostfs: Handle bogus st.modeGravatar Richard Weinberger 1-2/+4