aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hostfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-1/+1
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+6
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-9/+6
2015-05-04hostfs: Use correct mask for file modeRichard Weinberger1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-15Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-70/+77
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-13um: hostfs: Reduce number of syscalls in readdirRichard Weinberger3-4/+12
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-03-26hostfs: No need to box and later unbox the file modeRichard Weinberger3-20/+5
2015-03-26hostfs: Use page_offset()Richard Weinberger1-4/+2
2015-03-26hostfs: Set page flags in hostfs_readpage() correctlyRichard Weinberger1-4/+6
2015-03-26hostfs: Remove superfluous initializations in hostfs_open()Richard Weinberger1-2/+2
2015-03-26hostfs: hostfs_open: Reset open flags upon each retryRichard Weinberger1-0/+2
2015-03-26hostfs: Remove superfluous test in hostfs_open()Richard Weinberger1-3/+1
2015-03-26hostfs: Report append flag in ->show_options()Richard Weinberger1-0/+3
2015-03-26hostfs: Use __getname() in follow_linkRichard Weinberger1-14/+11
2015-03-26hostfs: Remove open coded strcpy()Richard Weinberger1-5/+4
2015-03-26hostfs: Add a BUG_ON to detect behavior changes of dentry_path_raw()Richard Weinberger1-0/+7
2015-03-26hostfs: Make hostfs_readpage more readableRichard Weinberger1-6/+8
2015-03-26hostfs: Handle bogus st.modeRichard Weinberger1-2/+4
2015-03-26hostfs: Allow fsync on directoriesRichard Weinberger1-2/+4
2015-03-26hostfs: hostfs_file_open: Fix a fd leak in hostfs_file_openRichard Weinberger1-0/+1
2015-03-26hostfs: hostfs_file_open: Switch to data locking modelRichard Weinberger1-6/+7
2014-08-07hostfs: support rename flagsMiklos Szeredi3-10/+49
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-01-26um: hostfs: make functions staticJames Hogan1-25/+28
2013-11-15consolidate simple ->d_delete() instancesAl Viro1-10/+1
2013-09-07um: hostfs: Fix writebackRichard Weinberger1-1/+8
2013-06-29[readdir] convert hostfsAl Viro1-7/+6
2013-05-04hostfs: use kmalloc instead of kzallocJames Hogan1-1/+2
2013-05-04hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>James Hogan1-2/+1
2013-05-04hostfs: remove "will unlock" commentJames Hogan1-1/+1
2013-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman1-0/+1
2013-03-11hostfs: fix a not needed double checkMarco Stornelli1-8/+1
2013-02-22hostfs: directory methods have no business in non-directory inode_operationsAl Viro1-8/+0
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-7/+8
2012-10-09hostfs: drop vmtruncateMarco Stornelli1-3/+5
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro3-4/+3
2012-09-21userns: Convert hostfs to use kuid and kgid where appropriateEric W. Biederman1-4/+4
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-4/+8