aboutsummaryrefslogtreecommitdiff
path: root/fs/9p/vfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-029p fid refcount: cleanup p9_fid_put callsGravatar Dominique Martinet 1-1/+1
2022-07-029p fid refcount: add p9_fid_get/put wrappersGravatar Dominique Martinet 1-3/+3
2022-01-109p: Copy local writes to the cache when writing to the serverGravatar David Howells 1-0/+3
2021-11-049p: fix a bunch of checkpatch warningsGravatar Dominique Martinet 1-2/+5
2021-11-049p: set readahead and io size according to maxsizeGravatar Dominique Martinet 1-0/+3
2021-11-039p: fix file headersGravatar Dominique Martinet 1-4/+0
2020-11-199p: add refcount to p9_fid structGravatar Jianyong Wu 1-0/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initGravatar Christoph Hellwig 1-2/+4
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2019-09-27Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxGravatar Linus Torvalds 1-2/+2
2019-09-039p/vfs_super.c: Remove unused parameter data in v9fs_fill_superGravatar Bharath Vedartham 1-2/+2
2019-08-309p: Fill min and max timestamps in sbGravatar Deepa Dinamani 1-1/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Gravatar Thomas Gleixner 1-16/+1
2019-05-019p: switch to ->free_inode()Gravatar Al Viro 1-2/+2
2019-03-17Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxGravatar Linus Torvalds 1-2/+2
2019-03-12mm: refactor readahead defines in mm.hGravatar Nikolay Borisov 1-1/+1
2019-03-039p: use inode->i_lock to protect i_size_write() under 32-bitGravatar Hou Tao 1-2/+2
2018-04-05fs/9p: don't set SB_NOATIME by defaultGravatar Yiwen Jiang 1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-3/+3
2017-07-119p: Implement show_optionsGravatar David Howells 1-4/+2
2017-04-209p: Convert to separately allocated bdiGravatar Jan Kara 1-3/+12
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-1/+1
2015-06-08v9fs: fix error handling in v9fs_session_init()Gravatar Tejun Heo 1-6/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-4/+4
2014-01-109P: introduction of a new cache=mmap model.Gravatar Dominique Martinet 1-3/+5
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opGravatar Jeff Layton 1-1/+1
2012-07-14VFS: Pass mount flags to sget()Gravatar David Howells 1-2/+2
2012-03-28Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-03-109p: statfs should not override server f_typeGravatar Jim Garlick 1-1/+1
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Gravatar Linus Torvalds 1-6/+6
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGGravatar Joe Perches 1-6/+6
2012-01-039p: propagate umode_tGravatar Al Viro 1-1/+1
2011-09-06fs/9p: Don't update file type when updating file attributesGravatar Aneesh Kumar K.V 1-1/+1
2011-04-159p: revert tsyncfs related changesGravatar Aneesh Kumar K.V 1-24/+9
2011-04-15fs/9p: Use write_inode for data sync on serverGravatar Aneesh Kumar K.V 1-0/+47
2011-03-22fs/9p: Add v9fs_dentry2v9sesGravatar Aneesh Kumar K.V 1-1/+1
2011-03-15fs/9p: Add . and .. dentry revalidation flagGravatar Aneesh Kumar K.V 1-1/+1
2011-03-15fs/9p: Initialize root inode number for dotlGravatar Aneesh Kumar K.V 1-1/+1
2011-03-15fs/9p: Add drop_inode 9p callbackGravatar Aneesh Kumar K.V 1-0/+15
2011-03-15fs/9p: set default readahead pages in cached modeGravatar Aneesh Kumar K.V 1-0/+2
2011-03-15fs/9p: Add v9fs_inodeGravatar Aneesh Kumar K.V 1-4/+0
2011-03-15fs/9p: Implement syncfs call back for 9PfsGravatar Aneesh Kumar K.V 1-9/+24
2011-03-15fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached modeGravatar Aneesh Kumar K.V 1-2/+3
2011-03-15[fs/9P] Add posixacl mount optionGravatar Venkateswararao Jujjuri (JV) 1-1/+1
2011-01-12switch 9pGravatar Al Viro 1-3/+5
2010-10-29convert v9fsGravatar Al Viro 1-12/+10
2010-10-289p: Use V9FS_MAGIC in statfsGravatar M. Mohan Kumar 1-1/+2