aboutsummaryrefslogtreecommitdiff
path: root/fs/hostfs
AgeCommit message (Expand)AuthorFilesLines
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 3-70/+77
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 3-4/+12
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 3-20/+5
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
2015-03-26hostfs: Allow fsync on directoriesGravatar Richard Weinberger 1-2/+4
2015-03-26hostfs: hostfs_file_open: Fix a fd leak in hostfs_file_openGravatar Richard Weinberger 1-0/+1
2015-03-26hostfs: hostfs_file_open: Switch to data locking modelGravatar Richard Weinberger 1-6/+7
2014-08-07hostfs: support rename flagsGravatar Miklos Szeredi 3-10/+49
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2014-01-26um: hostfs: make functions staticGravatar James Hogan 1-25/+28
2013-11-15consolidate simple ->d_delete() instancesGravatar Al Viro 1-10/+1
2013-09-07um: hostfs: Fix writebackGravatar Richard Weinberger 1-1/+8
2013-06-29[readdir] convert hostfsGravatar Al Viro 1-7/+6
2013-05-04hostfs: use kmalloc instead of kzallocGravatar James Hogan 1-1/+2
2013-05-04hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>Gravatar James Hogan 1-2/+1
2013-05-04hostfs: remove "will unlock" commentGravatar James Hogan 1-1/+1