aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-02fs/9p: Add support user. xattrAneesh Kumar K.V1-2/+4
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi1-18/+25
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi1-1/+38
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi1-2/+16
2010-04-229p: add bdi backing to mount sessionJens Axboe1-0/+1
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-1/+2
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-26fix oops in fs/9p late mount failureAl Viro1-1/+2
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni1-12/+4
2009-08-179p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni1-18/+5
2009-08-179p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni1-5/+0
2009-08-179p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni1-4/+7
2009-08-179p: Fix v9fs show_optionsAbhishek Kulkarni1-2/+2
2009-06-179P doesn't need BKL in ->umount_begin()Al Viro1-3/+0
2009-05-09Fix a leak in failure exit in 9p ->get_sb()Al Viro1-0/+1
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-4/+1
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani1-1/+5
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu1-2/+3