summaryrefslogtreecommitdiffstats
path: root/fs/hostfs
Commit message (Expand)AuthorAgeFilesLines
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter2016-08-041-3/+4
* hostfs: switch to ->iterate_shared()Al Viro2016-05-121-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-9/+9
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-121-3/+1
|\
| * uml: fix hostfs mknod()Vegard Nossum2016-01-101-3/+1
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-10/+6
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-3/+7
|/
* fs: create and use seq_show_option for escapingKees Cook2015-09-041-1/+1
* Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-221-9/+6
|\
| * switch ->put_link() from dentry to inodeAl Viro2015-05-111-1/+1
| * don't pass nameidata to ->follow_link()Al Viro2015-05-101-1/+1
| * new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-9/+6
* | hostfs: Use correct mask for file modeRichard Weinberger2015-05-041-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Linus Torvalds2015-04-153-70/+77
|\ \ | |/ |/|
| * um: hostfs: Reduce number of syscalls in readdirRichard Weinberger2015-04-133-4/+12
| * hostfs: No need to box and later unbox the file modeRichard Weinberger2015-03-263-20/+5
| * hostfs: Use page_offset()Richard Weinberger2015-03-261-4/+2
| * hostfs: Set page flags in hostfs_readpage() correctlyRichard Weinberger2015-03-261-4/+6
| * hostfs: Remove superfluous initializations in hostfs_open()Richard Weinberger2015-03-261-2/+2
| * hostfs: hostfs_open: Reset open flags upon each retryRichard Weinberger2015-03-261-0/+2
| * hostfs: Remove superfluous test in hostfs_open()Richard Weinberger2015-03-261-3/+1
| * hostfs: Report append flag in ->show_options()Richard Weinberger2015-03-261-0/+3
| * hostfs: Use __getname() in follow_linkRichard Weinberger2015-03-261-14/+11
| * hostfs: Remove open coded strcpy()Richard Weinberger2015-03-261-5/+4
| * hostfs: Add a BUG_ON to detect behavior changes of dentry_path_raw()Richard Weinberger2015-03-261-0/+7
| * hostfs: Make hostfs_readpage more readableRichard Weinberger2015-03-261-6/+8
| * hostfs: Handle bogus st.modeRichard Weinberger2015-03-261-2/+4
| * hostfs: Allow fsync on directoriesRichard Weinberger2015-03-261-2/+4
| * hostfs: hostfs_file_open: Fix a fd leak in hostfs_file_openRichard Weinberger2015-03-261-0/+1
| * hostfs: hostfs_file_open: Switch to data locking modelRichard Weinberger2015-03-261-6/+7
* | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
|/
* hostfs: support rename flagsMiklos Szeredi2014-08-073-10/+49
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
* um: hostfs: make functions staticJames Hogan2014-01-261-25/+28
* consolidate simple ->d_delete() instancesAl Viro2013-11-151-10/+1
* um: hostfs: Fix writebackRichard Weinberger2013-09-071-1/+8
* [readdir] convert hostfsAl Viro2013-06-291-7/+6
* hostfs: use kmalloc instead of kzallocJames Hogan2013-05-041-1/+2
* hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>James Hogan2013-05-041-2/+1
* hostfs: remove "will unlock" commentJames Hogan2013-05-041-1/+1
OpenPOWER on IntegriCloud