aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hostfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-26hostfs: support splice_writeJohannes Berg1-0/+1
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2021-04-15hostfs_open(): don't open-code file_dentry()Al Viro1-1/+1
2021-03-25hostfs: fix memory handling in follow_link()Al Viro1-4/+3
2021-03-12hostfs_mknod(): don't bother with init_special_inode()Al Viro1-1/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-12/+17
2021-02-12um: hostfs: use a kmem cache for inodesJohannes Berg1-2/+8
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-9/+14
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-21fix hostfs_open() use of ->f_path.dentryAl Viro1-1/+1
2020-03-29hostfs: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko1-8/+4
2019-12-18hostfs: pass 64-bit timestamps to/from user spaceArnd Bergmann2-15/+22
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-1/+1
2019-05-07hostfs: fix mismatch between link_file definition and declarationColin Ian King1-1/+1
2019-05-01hostfs: switch to ->free_inode()Al Viro1-8/+2
2018-08-17vfs: discard ATTR_ATTR_FLAGNeilBrown1-1/+1
2018-06-23hostfs_lookup: switch to d_splice_alias()Al Viro1-20/+8
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-6/+6
2018-04-02hostfs: rename do_rmdir() to hostfs_do_rmdir()Dominik Brodowski3-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-04hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter1-3/+4
2016-05-12hostfs: switch to ->iterate_shared()Al Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-9/+9
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-12Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-3/+1
2016-01-10uml: fix hostfs mknod()Vegard Nossum1-3/+1
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-10/+6
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+7
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