summaryrefslogtreecommitdiffstats
path: root/fs/hostfs
Commit message (Expand)AuthorAgeFilesLines
* hostfs: support splice_writeJohannes Berg2021-08-261-0/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-1/+1
|\
| * hostfs_open(): don't open-code file_dentry()Al Viro2021-04-151-1/+1
* | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-1/+0
|\ \
| * | hostfs_mknod(): don't bother with init_special_inode()Al Viro2021-03-121-1/+0
| |/
* / hostfs: fix memory handling in follow_link()Al Viro2021-03-251-4/+3
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-12/+17
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-9/+14
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | um: hostfs: use a kmem cache for inodesJohannes Berg2021-02-121-2/+8
|/
* fix hostfs_open() use of ->f_path.dentryAl Viro2020-12-211-1/+1
* hostfs: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko2020-03-291-8/+4
* hostfs: pass 64-bit timestamps to/from user spaceArnd Bergmann2019-12-182-15/+22
* Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-121-1/+1
|\
| * hostfs: fix mismatch between link_file definition and declarationColin Ian King2019-05-071-1/+1
* | hostfs: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* vfs: discard ATTR_ATTR_FLAGNeilBrown2018-08-171-1/+1
* hostfs_lookup: switch to d_splice_alias()Al Viro2018-06-231-20/+8
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-6/+6
* hostfs: rename do_rmdir() to hostfs_do_rmdir()Dominik Brodowski2018-04-023-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
* 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