aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-199p: add refcount to p9_fid structJianyong Wu1-0/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-2/+4
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2019-09-27Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds1-2/+2
2019-09-039p/vfs_super.c: Remove unused parameter data in v9fs_fill_superBharath Vedartham1-2/+2
2019-08-309p: Fill min and max timestamps in sbDeepa Dinamani1-1/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner1-16/+1
2019-05-019p: switch to ->free_inode()Al Viro1-2/+2
2019-03-17Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxLinus Torvalds1-2/+2
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-03-039p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao1-2/+2
2018-04-05fs/9p: don't set SB_NOATIME by defaultYiwen Jiang1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-3/+3
2017-07-119p: Implement show_optionsDavid Howells1-4/+2
2017-04-209p: Convert to separately allocated bdiJan Kara1-3/+12
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2015-06-08v9fs: fix error handling in v9fs_session_init()Tejun Heo1-6/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-4/+4
2014-01-109P: introduction of a new cache=mmap model.Dominique Martinet1-3/+5
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton1-1/+1
2012-07-14VFS: Pass mount flags to sget()David Howells1-2/+2
2012-03-28Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-109p: statfs should not override server f_typeJim Garlick1-1/+1
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-6/+6
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-6/+6
2012-01-039p: propagate umode_tAl Viro1-1/+1
2011-09-06fs/9p: Don't update file type when updating file attributesAneesh Kumar K.V1-1/+1
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V1-24/+9
2011-04-15fs/9p: Use write_inode for data sync on serverAneesh Kumar K.V1-0/+47
2011-03-22fs/9p: Add v9fs_dentry2v9sesAneesh Kumar K.V1-1/+1
2011-03-15fs/9p: Add . and .. dentry revalidation flagAneesh Kumar K.V1-1/+1
2011-03-15fs/9p: Initialize root inode number for dotlAneesh Kumar K.V1-1/+1
2011-03-15fs/9p: Add drop_inode 9p callbackAneesh Kumar K.V1-0/+15
2011-03-15fs/9p: set default readahead pages in cached modeAneesh Kumar K.V1-0/+2
2011-03-15fs/9p: Add v9fs_inodeAneesh Kumar K.V1-4/+0
2011-03-15fs/9p: Implement syncfs call back for 9PfsAneesh Kumar K.V1-9/+24
2011-03-15fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached modeAneesh Kumar K.V1-2/+3
2011-03-15[fs/9P] Add posixacl mount optionVenkateswararao Jujjuri (JV)1-1/+1
2011-01-12switch 9pAl Viro1-3/+5
2010-10-29convert v9fsAl Viro1-12/+10
2010-10-289p: Use V9FS_MAGIC in statfsM. Mohan Kumar1-1/+2
2010-10-28fs/9p: Add access = client option to opt in acl evaluation.Aneesh Kumar K.V1-2/+2
2010-10-28fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V1-1/+8
2010-09-13fs/9p: Fix error handling in v9fs_get_sbAneesh Kumar K.V1-6/+14
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+2
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+2
2010-08-02fs/9p: Prevent parallel rename when doing fid_lookupAneesh Kumar K.V1-0/+1