summaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxLinus Torvalds2019-03-171-2/+2
|\
| * 9p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao2019-03-031-2/+2
* | mm: refactor readahead defines in mm.hNikolay Borisov2019-03-121-1/+1
|/
* fs/9p: don't set SB_NOATIME by defaultYiwen Jiang2018-04-051-1/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-3/+3
* 9p: Implement show_optionsDavid Howells2017-07-111-4/+2
* 9p: Convert to separately allocated bdiJan Kara2017-04-201-3/+12
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* v9fs: fix error handling in v9fs_session_init()Tejun Heo2015-06-081-6/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-4/+4
* 9P: introduction of a new cache=mmap model.Dominique Martinet2014-01-101-3/+5
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton2013-02-261-1/+1
* VFS: Pass mount flags to sget()David Howells2012-07-141-2/+2
* Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-03-281-1/+1
|\
| * 9p: statfs should not override server f_typeJim Garlick2012-03-101-1/+1
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2012-01-101-6/+6
|\
| * 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-051-6/+6
* | 9p: propagate umode_tAl Viro2012-01-031-1/+1
|/
* fs/9p: Don't update file type when updating file attributesAneesh Kumar K.V2011-09-061-1/+1
* 9p: revert tsyncfs related changesAneesh Kumar K.V2011-04-151-24/+9
* fs/9p: Use write_inode for data sync on serverAneesh Kumar K.V2011-04-151-0/+47
* fs/9p: Add v9fs_dentry2v9sesAneesh Kumar K.V2011-03-221-1/+1
* fs/9p: Add . and .. dentry revalidation flagAneesh Kumar K.V2011-03-151-1/+1
* fs/9p: Initialize root inode number for dotlAneesh Kumar K.V2011-03-151-1/+1
* fs/9p: Add drop_inode 9p callbackAneesh Kumar K.V2011-03-151-0/+15
* fs/9p: set default readahead pages in cached modeAneesh Kumar K.V2011-03-151-0/+2
* fs/9p: Add v9fs_inodeAneesh Kumar K.V2011-03-151-4/+0
* fs/9p: Implement syncfs call back for 9PfsAneesh Kumar K.V2011-03-151-9/+24
* fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached modeAneesh Kumar K.V2011-03-151-2/+3
* [fs/9P] Add posixacl mount optionVenkateswararao Jujjuri (JV)2011-03-151-1/+1
* switch 9pAl Viro2011-01-121-3/+5
* convert v9fsAl Viro2010-10-291-12/+10
* 9p: Use V9FS_MAGIC in statfsM. Mohan Kumar2010-10-281-1/+2
* fs/9p: Add access = client option to opt in acl evaluation.Aneesh Kumar K.V2010-10-281-2/+2
* fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V2010-10-281-1/+8
* fs/9p: Fix error handling in v9fs_get_sbAneesh Kumar K.V2010-09-131-6/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-2/+2
|\
| * convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-2/+2
* | fs/9p: Prevent parallel rename when doing fid_lookupAneesh Kumar K.V2010-08-021-0/+1
* | fs/9p: Add support user. xattrAneesh Kumar K.V2010-08-021-2/+4
* | 9p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi2010-08-021-18/+25
|/
* 9p: add 9P2000.L statfs operationSripathi Kodi2010-05-211-1/+38
* 9p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi2010-05-211-2/+16
* 9p: add bdi backing to mount sessionJens Axboe2010-04-221-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-04-051-1/+2
|\
| * 9p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V2010-04-051-1/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* fix oops in fs/9p late mount failureAl Viro2010-01-261-1/+2