summaryrefslogtreecommitdiff
path: root/fs/9p/vfs_super.c
AgeCommit message (Expand)Author
2019-03-239p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao
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
2011-03-15fs/9p: Add . and .. dentry revalidation flagAneesh Kumar K.V
2011-03-15fs/9p: Initialize root inode number for dotlAneesh Kumar K.V
2011-03-15fs/9p: Add drop_inode 9p callbackAneesh Kumar K.V
2011-03-15fs/9p: set default readahead pages in cached modeAneesh Kumar K.V
2011-03-15fs/9p: Add v9fs_inodeAneesh Kumar K.V
2011-03-15fs/9p: Implement syncfs call back for 9PfsAneesh Kumar K.V
2011-03-15fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached modeAneesh Kumar K.V
2011-03-15[fs/9P] Add posixacl mount optionVenkateswararao Jujjuri (JV)
2011-01-12switch 9pAl Viro
2010-10-29convert v9fsAl Viro
2010-10-289p: Use V9FS_MAGIC in statfsM. Mohan Kumar
2010-10-28fs/9p: Add access = client option to opt in acl evaluation.Aneesh Kumar K.V
2010-10-28fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V
2010-09-13fs/9p: Fix error handling in v9fs_get_sbAneesh Kumar K.V
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-08-02fs/9p: Prevent parallel rename when doing fid_lookupAneesh Kumar K.V
2010-08-02fs/9p: Add support user. xattrAneesh Kumar K.V
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi
2010-04-229p: add bdi backing to mount sessionJens Axboe
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-26fix oops in fs/9p late mount failureAl Viro
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni
2009-08-179p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni
2009-08-179p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni
2009-08-179p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni