aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hostfs
AgeCommit message (Expand)AuthorFilesLines
2023-12-21hostfs: use d_splice_alias() calling conventions to simplify failure exitsAl Viro1-6/+2
2023-10-18hostfs: convert to new timestamp accessorsJeff Layton1-4/+8
2023-07-24hostfs: convert to ctime accessor functionsJeff Layton1-2/+1
2023-06-27Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-107/+108
2023-06-12hostfs: Fix ephemeral inodesMickaël Salaün3-107/+108
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-04-20um: hostfs: define our own API boundaryJohannes Berg2-2/+32
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+8
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada1-1/+1
2023-02-01hostfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-7/+8
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-3/+3
2022-09-19hostfs: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-02hostfs: Handle page write errors correctlyMatthew Wilcox (Oracle)1-3/+3
2022-05-09hostfs: Convert hostfs to read_folioMatthew Wilcox (Oracle)1-2/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-1/+2
2021-12-21hostfs: Fix writeback of dirty pagesSjoerd Simons1-0/+3
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/vir...Linus Torvalds1-1/+1
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus 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/kerne...Linus 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/kern...Linus 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/vir...Linus 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...Linus 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/v...Linus 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/vir...Linus Torvalds1-1/+1
2015-04-15Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Linus 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/ebi...Linus 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/g...Linus 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...Linus Torvalds3-4/+8
2012-03-25uml/hostfs: Propagate dirent.d_type to filldir()Geert Uytterhoeven3-4/+8
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03switch hostfs_iattr to explicit unsigned shortAl Viro1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds1-1/+1
2011-11-02um: kill useless include of user.hAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+13
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-2/+2
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+1
2011-05-28hostfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-01-12switch hostfsAl Viro1-1/+1
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+5
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07hostfs: simplify lockingNick Piggin1-14/+10
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2010-10-29convert get_sb_nodev() usersAl Viro1-4/+4
2010-10-26hostfs: code cleanupsRichard Weinberger1-3/+2
2010-10-26hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger3-10/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-6/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-6/+1
2010-08-18hostfs ->follow_link() brainoAl Viro1-1/+1
2010-08-18hostfs: dumb (and usually harmless) tpyo - strncpy instead of strlcpyAl Viro1-1/+1
2010-08-09try to get rid of races in hostfs open()Al Viro3-12/+37
2010-08-09leak in hostfs_unlink()Al Viro1-2/+3
2010-08-09hostfs: fix races in dentry_name() and inode_name()Al Viro1-46/+60
2010-08-09hostfs: sanitize symlinksAl Viro1-26/+35
2010-08-09hostfs: get rid of inode_dentry_name()Al Viro1-35/+20
2010-08-09hostfs: get rid of file_type(), fold init_inode()Al Viro3-93/+45
2010-08-09switch stat_file() to passing a single struct rather than fsckloads of pointersAl Viro3-68/+58
2010-08-09hostfs: pass pathname to init_inode()Al Viro1-30/+15
2010-08-09get rid of hostfs_read_inode()Al Viro1-53/+16
2010-08-09hostfs: don't keep a field in each inode when we are using it only in rootAl Viro1-24/+15
2010-08-09stop icache pollution in hostfs, switch to ->evict_inode()Al Viro1-22/+8
2010-08-09remove inode_setattrChristoph Hellwig1-3/+15
2010-08-09Deal with missing exports for hostfsAl Viro1-3/+3
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-06-30hostfs: set maximum filesize in superblock for proper LFS supportWolfgang Illmeyer1-0/+1
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-2/+2
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-11-19hostfs: fix a duplicated global function nameWANG Cong3-4/+4
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-2/+3
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-1/+1
2008-02-09UML: fix hostfs buildJiri Kosina1-0/+1
2008-02-08mount options: fix hostfsMiklos Szeredi1-0/+14
2008-02-07iget: stop HOSTFS from using iget() and read_inode()David Howells1-19/+38
2008-02-05uml: fix hostfs tv_usec calculationsDominique Quatravaux1-4/+4
2007-10-16uml: fix hostfs styleJeff Dike3-172/+202
2007-10-16uml: remove unneeded if from hostfsJeff Dike1-1/+1
2007-10-16UML: remove unnecessary hostfs_getattr()Miklos Szeredi1-9/+0
2007-10-16hostfs: convert to new aopsNick Piggin1-41/+27
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-08uml: hostfs style fixesJeff Dike3-171/+167
2007-05-08uml: make hostfs_setattr() support operations on unlinked open filesAlberto Bertogli3-44/+74
2007-03-29[PATCH] uml: hostfs variable renamingPaolo 'Blaisorblade' Giarrusso1-12/+12
2007-03-29[PATCH] uml: fix compilation problemsJeff Dike1-1/+0
2007-03-08[PATCH] uml: hostfs: make hostfs= option work as a jail, as intended.Paolo 'Blaisorblade' Giarrusso1-5/+7
2007-03-08[PATCH] uml: hostfs: fix double freePaolo 'Blaisorblade' Giarrusso1-1/+4
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-4/+4
2007-01-30[PATCH] uml: fix mknodJohannes Stezenbach3-4/+4
2006-12-08[PATCH] struct path: convert hostfsJosef Sipek1-3/+3
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-2/+2
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-2/+0
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-3/+3
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-4/+4
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-2/+2
2006-03-27[PATCH] uml: fix hostfs stack corruptionJeff Dike1-1/+0
2005-12-29[PATCH] uml: hostfs - fix possible PAGE_CACHE_SHIFT overflowsPaolo 'Blaisorblade' Giarrusso1-1/+6
2005-12-29[PATCH] Hostfs: remove unused varPaolo 'Blaisorblade' Giarrusso1-2/+0
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-2/+1
2005-09-30[PATCH] uml: remove empty hostfs_truncate methodPaolo 'Blaisorblade' Giarrusso1-7/+0
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+1
2005-09-07[PATCH] remove iattr.ia_attr_flagsMiklos Szeredi1-1/+0
2005-07-28[PATCH] uml: implement hostfs syncingPaolo 'Blaisorblade' Giarrusso3-2/+17