aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-14CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells1-2/+2
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen1-1/+5
2008-05-149p: fix error path during early mountEric Van Hensbergen1-18/+16
2008-05-149p: Documentation updatesEric Van Hensbergen1-0/+1
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro1-4/+3
2007-11-069p: fix memory leak in v9fs_get_sbLatchesar Ionkov1-0/+3
2007-10-179p: Make transports dynamicEric Van Hensbergen1-18/+1
2007-07-149p: re-enable mount time debug optionEric Van Hensbergen1-1/+1
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov1-54/+37
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-9/+12
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-9/+12
2006-06-09VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust1-3/+4
2006-04-11[PATCH] 9p: handle sget() failureEric Van Hensbergen1-3/+10
2006-03-25[PATCH] 9p: fix name consistency problemsEric Van Hensbergen1-1/+1
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen1-3/+2
2006-03-08[PATCH] v9fs: fix for access to unitialized variables or freed memoryLatchesar Ionkov1-1/+0
2006-03-02[PATCH] v9fs: fix bug in atomic create open fixEric Van Hensbergen1-2/+5
2006-03-02[PATCH] v9fs: fix atomic create openLatchesar Ionkov1-5/+7
2006-01-10[PATCH] 9p: remove superflous MS_NODIRATIME assignmentChristoph Hellwig1-1/+1
2006-01-08[PATCH] v9fs: handle kthread_create failure, minor bugfixesLatchesar Ionkov1-2/+1
2006-01-08[PATCH] v9fs: zero copy implementationLatchesar Ionkov1-5/+5
2006-01-08[PATCH] v9fs: new multiplexer implementationLatchesar Ionkov1-1/+2
2005-09-30[PATCH] missing ERR_PTR in 9fsAl Viro1-1/+1
2005-09-28[PATCH] v9fs: fix races in fid allocationLatchesar Ionkov1-13/+8
2005-09-22[PATCH] v9fs: don't free root dentry & inode if error occurs in v9fs_get_sbLatchesar Ionkov1-17/+7
2005-09-09[PATCH] v9fs: Support to force umountEric Van Hensbergen1-0/+9
2005-09-09[PATCH] v9fs: VFS superblock operations and glueEric Van Hensbergen1-0/+271