aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hostfs
AgeCommit message (Expand)Author
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-04-02hostfs: rename do_rmdir() to hostfs_do_rmdir()Dominik Brodowski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-08-04hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter
2016-05-12hostfs: switch to ->iterate_shared()Al Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-12Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-01-10uml: fix hostfs mknod()Vegard Nossum
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-04hostfs: Use correct mask for file modeRichard Weinberger
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-13um: hostfs: Reduce number of syscalls in readdirRichard Weinberger
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-03-26hostfs: No need to box and later unbox the file modeRichard Weinberger
2015-03-26hostfs: Use page_offset()Richard Weinberger
2015-03-26hostfs: Set page flags in hostfs_readpage() correctlyRichard Weinberger
2015-03-26hostfs: Remove superfluous initializations in hostfs_open()Richard Weinberger
2015-03-26hostfs: hostfs_open: Reset open flags upon each retryRichard Weinberger
2015-03-26hostfs: Remove superfluous test in hostfs_open()Richard Weinberger
2015-03-26hostfs: Report append flag in ->show_options()Richard Weinberger
2015-03-26hostfs: Use __getname() in follow_linkRichard Weinberger
2015-03-26hostfs: Remove open coded strcpy()Richard Weinberger
2015-03-26hostfs: Add a BUG_ON to detect behavior changes of dentry_path_raw()Richard Weinberger
2015-03-26hostfs: Make hostfs_readpage more readableRichard Weinberger
2015-03-26hostfs: Handle bogus st.modeRichard Weinberger
2015-03-26hostfs: Allow fsync on directoriesRichard Weinberger
2015-03-26hostfs: hostfs_file_open: Fix a fd leak in hostfs_file_openRichard Weinberger
2015-03-26hostfs: hostfs_file_open: Switch to data locking modelRichard Weinberger
2014-08-07hostfs: support rename flagsMiklos Szeredi
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-01-26um: hostfs: make functions staticJames Hogan
2013-11-15consolidate simple ->d_delete() instancesAl Viro
2013-09-07um: hostfs: Fix writebackRichard Weinberger