summaryrefslogtreecommitdiff
path: root/fs/9p/vfs_super.c
AgeCommit message (Expand)Author
2024-01-26fs/9p: fix dups even in uncached modeEric Van Hensbergen
2024-01-26fs/9p: simplify iget to remove unnecessary pathsEric Van Hensbergen
2024-01-26fs/9p: switch vfsmount to use v9fs_get_new_inodeEric Van Hensbergen
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-049p: Remove INET dependencyJason Andryuk
2023-04-09fs/9p: Rework cache modes and add new options to DocumentationEric Van Hensbergen
2023-03-27fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen
2023-03-27fs/9p: allow disable of xattr support on mountEric Van Hensbergen
2023-03-27fs/9p: Remove unnecessary superblock flagsEric Van Hensbergen
2022-12-029p/fs: Remove unneeded idr.h #includeChristophe JAILLET
2022-07-029p fid refcount: cleanup p9_fid_put callsDominique Martinet
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet
2022-01-109p: Copy local writes to the cache when writing to the serverDavid Howells
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet
2021-11-049p: set readahead and io size according to maxsizeDominique Martinet
2021-11-039p: fix file headersDominique Martinet
2020-11-199p: add refcount to p9_fid structJianyong Wu
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2019-09-27Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds
2019-09-039p/vfs_super.c: Remove unused parameter data in v9fs_fill_superBharath Vedartham
2019-08-309p: Fill min and max timestamps in sbDeepa Dinamani
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner
2019-05-019p: switch to ->free_inode()Al Viro
2019-03-17Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxLinus Torvalds
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov
2019-03-039p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao
2018-04-05fs/9p: don't set SB_NOATIME by defaultYiwen Jiang
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-07-119p: Implement show_optionsDavid Howells
2017-04-209p: Convert to separately allocated bdiJan Kara
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-06-08v9fs: fix error handling in v9fs_session_init()Tejun Heo
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-01-109P: introduction of a new cache=mmap model.Dominique Martinet
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-03-28Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-109p: statfs should not override server f_typeJim Garlick
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches
2012-01-039p: propagate umode_tAl Viro
2011-09-06fs/9p: Don't update file type when updating file attributesAneesh Kumar K.V
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V
2011-04-15fs/9p: Use write_inode for data sync on serverAneesh Kumar K.V
2011-03-22fs/9p: Add v9fs_dentry2v9sesAneesh Kumar K.V